M
- N
- E
- public interface ElementsPartitionInterface<M extends ElementsPartInterface<N,E>,N extends ElementsDescriptorInterface<N,E>,E extends MatrixElementInterface<E>>
extends java.util.List<M>
Modifier and Type | Method and Description |
---|---|
void |
clearExclusion() |
int |
countColumns() |
int |
countRows() |
ElementsPartitionInterface<M,N,E> |
exclude(int part) |
java.util.HashMap<java.lang.Integer,M> |
getExcluded() |
M |
getExcluded(int part) |
PartitionType |
getType() |
boolean |
isExcluded(int part) |
void |
setType(PartitionType type) |
PartitionType getType()
void setType(PartitionType type)
ElementsPartitionInterface<M,N,E> exclude(int part)
M getExcluded(int part)
java.util.HashMap<java.lang.Integer,M> getExcluded()
boolean isExcluded(int part)
void clearExclusion()
int countRows()
int countColumns()