|
|||||||||||
| 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 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 | ||||||||||