Package uchicago.src.sim.topology.space.d3

Interface Summary
Object3DLocation An interface for adding and retrieving the occupants of a grid cell.
Object3DSpace  
 

Class Summary
AbstractObject3DSpace Base class for grids whose cells can hold one or more occupants.
AbstractObject3DTopology  
Hex3DNeighborhood  
Moore3DNeighborhood  
Multi3DGrid A grid object that can hold more than one object in its cells.
Multi3DTorus A torus object that can hold more than one object in its cells.
Object3DGrid A discrete 3 dimensional grid of objects, accessed by x, y and z coordinates.
Object3DTorus A discrete 2 dimensional torus of objects, accessed by x and y coordinates.
OrderedMulti3DGrid A grid object that can hold more than one object in its cells.
OrderedMulti3DTorus A torus that can hold more than one object in its cells.
VonNeumannNeighborhood