Package uchicago.src.sim.topology.space.d2

Interface Summary
Object2DLocation An interface for adding and retrieving the occupants of a grid cell.
Object2DSpace  
 

Class Summary
AbstractObject2DSpace Base class for grids whose cells can hold one or more occupants.
AbstractObject2DTopology  
HexNeighborhood  
MooreNeighborhood  
Multi2DGrid A grid object that can hold more than one object in its cells.
Multi2DTorus A torus object that can hold more than one object in its cells.
Object2DGrid A discrete 2 dimensional grid of objects, accessed by x and y coordinates.
Object2DTorus A discrete 2 dimensional torus of objects, accessed by x and y coordinates.
OrderedMulti2DGrid A grid object that can hold more than one object in its cells.
OrderedMulti2DTorus A torus that can hold more than one object in its cells.
VonNeumannNeighborhood