|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcomplex.StandardCell
A standard implementation of a cell of a complex.
| Field Summary | |
private IntegerMap |
boundary
|
private CellID |
cellId
|
protected Complex |
complex
|
private int |
dim
|
| Constructor Summary | |
StandardCell(CellID id,
int dim,
Complex complex)
|
|
StandardCell(CellID id,
IntegerMap map,
int dim,
Complex complex)
|
|
| Method Summary | |
IntegerMap |
getBoundary()
Returns the boundary of this cell. |
Complex |
getComplex()
Returns the complex containing this cell. |
int |
getDim()
Returns the dimension of this cell. |
CellID |
getID()
Returns the ID of this cell. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private IntegerMap boundary
private int dim
private CellID cellId
protected Complex complex
| Constructor Detail |
public StandardCell(CellID id,
IntegerMap map,
int dim,
Complex complex)
public StandardCell(CellID id,
int dim,
Complex complex)
| Method Detail |
public CellID getID()
Cell
getID in interface Cellpublic IntegerMap getBoundary()
Cell
getBoundary in interface Cellpublic int getDim()
Cell
getDim in interface Cellpublic Complex getComplex()
Cell
getComplex in interface Cell
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||