gzz.impl
Interface DimManager

All Known Subinterfaces:
DeltaDimManager
All Known Implementing Classes:
AbstractDeltaDimManager, AbstractDimManager

public interface DimManager

The dimensions of a single ZZ space. "PHB"?


Field Summary
static java.lang.String rcsid
           
 
Method Summary
 Dim getDim(Cell name)
          Get a dimension by cell.
 java.util.Set getDims()
          Get the set of all dimensions in this space.
 void setSpace(Space s)
           
 

Field Detail

rcsid

public static final java.lang.String rcsid
See Also:
Constant Field Values
Method Detail

setSpace

public void setSpace(Space s)

getDim

public Dim getDim(Cell name)
Get a dimension by cell. The same Dim object should be returned when this is called with Cells that are clones of each other.


getDims

public java.util.Set getDims()
Get the set of all dimensions in this space.