Uses of Interface
complex.Complex

Packages that use Complex
complex   
geoComplex   
 

Uses of Complex in complex
 

Subinterfaces of Complex in complex
 interface EditableComplex
           
 

Classes in complex that implement Complex
 class AbstractComplex
           
 class DBComplex
          A complex, which is contained in a database.
 class StandardComplex
          A standard implementation of a complex, using a HashMap of cells.
 

Fields in complex declared as Complex
protected  Complex StandardCell.complex
           
 

Methods in complex that return Complex
 Complex StandardCell.getComplex()
           
 Complex DBCell.getComplex()
           
 Complex Cell.getComplex()
          Returns the complex containing this cell.
 

Constructors in complex with parameters of type Complex
StandardCell(CellID id, IntegerMap map, int dim, Complex complex)
           
StandardCell(CellID id, int dim, Complex complex)
           
 

Uses of Complex in geoComplex
 

Subinterfaces of Complex in geoComplex
 interface EditableGeoComplex
           
 interface GeoComplex
          Represents a geometric complex, i.e. a complex which contains geometric information about its cells.
 

Classes in geoComplex that implement Complex
 class DBGeoComplex
          A geometric complex, which is contained in a database.
 class StandardGeoComplex
          A standard implementation of a geometric complex, using a HashMap of cells.
 

Methods in geoComplex that return Complex
 Complex DBGeoCell.getComplex()