Uses of Interface
uchicago.src.sim.space.IMulti2DGrid

Packages that use IMulti2DGrid
uchicago.src.sim.gui   
uchicago.src.sim.space   
 

Uses of IMulti2DGrid in uchicago.src.sim.gui
 

Constructors in uchicago.src.sim.gui with parameters of type IMulti2DGrid
MultiObject2DDisplay(IMulti2DGrid grid)
          Creates a MultiObject2DDisplay for displaying the specified IMulti2DGrid.
 

Uses of IMulti2DGrid in uchicago.src.sim.space
 

Classes in uchicago.src.sim.space that implement IMulti2DGrid
 class AbsMulti2DGrid
          Base class for grids whose cells can hold more that one occupant.
 class AbsMulti2DHexagonalGrid
          Base class for hexagonal grids whose cells can hold more that one occupant.
 class AbsMulti2DHexagonalTorus
          Base class for hexagonal torii whose cells can hold more that one occupant.
 class AbsMulti2DTorus
          Base class for tori whose cells can hold more that one occupant.
 class Multi2DGrid
          A grid object that can hold more than one object in its cells.
 class Multi2DHexagonalGrid
          A hexagonal grid object that can hold more than one object in its cells.
 class Multi2DHexagonalTorus
          A torus object that can hold more than one object in its cells.
 class Multi2DTorus
          A torus object that can hold more than one object in its cells.
 class OrderedMulti2DGrid
          A grid object that can hold more than one object in its cells.
 class OrderedMulti2DHexagonalGrid
          A hexagonal grid object that can hold more than one object in its cells.
 class OrderedMulti2DHexagonalTorus
          A torus that can hold more than one object in its hexagonal cells.
 class OrderedMulti2DTorus
          A torus that can hold more than one object in its cells.
 

Constructors in uchicago.src.sim.space with parameters of type IMulti2DGrid
HexMultiNeighborhooder(IMulti2DGrid space)
           
MooreMultiNeighborhooder(IMulti2DGrid space)
           
VNMultiNeighborhooder(IMulti2DGrid space)