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

Packages that use Cell
uchicago.src.sim.space   
 

Uses of Cell in uchicago.src.sim.space
 

Classes in uchicago.src.sim.space that implement Cell
 class BagCell
          A grid cell whose occupants are stored as if in a bag without order.
 class OrderedCell
          A grid cell whose occupants are stored in order of insertion.
 

Methods in uchicago.src.sim.space that return Cell
 Cell IMulti2DGrid.getCellAt(int x, int y)
          Gets the Cell object at the specified coordinates.
 Cell AbsMulti2DTorus.getCellAt(int x, int y)
          Gets the Cell object at the specified coordinates.
 Cell AbsMulti2DGrid.getCellAt(int x, int y)
          Gets the Cell object at the specified coordinates.