Class Summary |
AbstractComplex |
|
CellID |
A class to store the ID of a cell; able to create new IDs, which are
unique in the complex. |
DBCell |
A cell of a complex, which is contained in a database. |
DBComplex |
A complex, which is contained in a database. |
IntegerTreeMap |
A simple implementation of an IntegerMap , using a
TreeMap with value-type Integer . |
ResultSetIterator |
|
StandardCell |
A standard implementation of a cell of a complex. |
StandardComplex |
A standard implementation of a complex, using a HashMap of cells. |