Uses of Interface
gzz.impl.IdentityManager

Packages that use IdentityManager
gzz.impl   
 

Uses of IdentityManager in gzz.impl
 

Classes in gzz.impl that implement IdentityManager
 class DummyIdentityManager
          A really simple implementation of IdentityManager.
 

Fields in gzz.impl declared as IdentityManager
protected  IdentityManager ModularSpace.identityManager
           
 

Constructors in gzz.impl with parameters of type IdentityManager
ModularSpace(ModularCellTexter cellTexter, CellManager cellManager, DimManager dimManager, IdentityManager identityManager, Slicer slicer, ObsTrigger obsTrigger)
           
ModularSpace(SliceVersion version, ModularCellTexter cellTexter, CellManager cellManager, DimManager dimManager, IdentityManager identityManager, Slicer slicer, ObsTrigger obsTrigger)
          Create a new ModularSpace and initialize it from a SliceVersion.
ModularDeltaSpace(ModularCellTexter cellTexter, CellManager cellManager, DimManager dimManager, IdentityManager identityManager, Slicer slicer, ObsTrigger obsTrigger)