|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcomplex.DBCell
A cell of a complex, which is contained in a database.
Field Summary | |
(package private) CellID |
cellId
|
(package private) int |
dimension
|
(package private) boolean |
hasDimension
|
DBSession |
session
|
Constructor Summary | |
DBCell(DBSession session,
CellID cellId)
|
|
DBCell(DBSession session,
CellID cellId,
int dimension)
|
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 |
public DBSession session
CellID cellId
int dimension
boolean hasDimension
Constructor Detail |
public DBCell(DBSession session, CellID cellId)
public DBCell(DBSession session, CellID cellId, int dimension)
Method Detail |
public CellID getID()
Cell
getID
in interface Cell
public IntegerMap getBoundary()
Cell
getBoundary
in interface Cell
public int getDim()
Cell
getDim
in interface Cell
public Complex getComplex()
Cell
getComplex
in interface Cell
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |