|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcomplex.AbstractComplex
Constructor Summary | |
AbstractComplex()
|
Method Summary | |
IntegerMap |
boundary(IntegerMap cells)
Calculates the boundary of a set of cells. |
int |
getCellCount()
Returns the number of cells in this complex object. |
CellID |
getMaxCellID()
Returns The maximum CellID of this complex object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface complex.Complex |
getCell, getCellIterator, getCopy, getDim, getPartofComplex, hasCell |
Constructor Detail |
public AbstractComplex()
Method Detail |
public IntegerMap boundary(IntegerMap cells)
Complex
(key,value)
in the map cells
the maps
value * getCell(key).boundary()
are added.
boundary
in interface Complex
cells
- a map CellID->Integer
cells
public int getCellCount()
Complex
getCellCount
in interface Complex
Cells
public CellID getMaxCellID()
Complex
getMaxCellID
in interface Complex
this complex
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |