Uses of Package
uchicago.src.sim.space

Packages that use uchicago.src.sim.space
uchicago.src.repastdemos.enn   
uchicago.src.repastdemos.gisModel   
uchicago.src.repastdemos.heatBugs   
uchicago.src.repastdemos.hexabugs   
uchicago.src.repastdemos.hypercycles   
uchicago.src.repastdemos.mousetrap   
uchicago.src.repastdemos.sugarscape   
uchicago.src.sim.gui   
uchicago.src.sim.space   
 

Classes in uchicago.src.sim.space used by uchicago.src.repastdemos.enn
Object2DTorus
          A discrete 2 dimensional torus of objects, accessed by x and y coordinates.
 

Classes in uchicago.src.sim.space used by uchicago.src.repastdemos.gisModel
Object2DGrid
          A discrete 2 dimensional grid of objects, accessed by x and y coordinates.
RasterSpace
          A class that represents a raster image as a space.
 

Classes in uchicago.src.sim.space used by uchicago.src.repastdemos.heatBugs
Diffuse2D
          Discrete 2nd order approximation of 2d diffusion with evaporation.
Discrete2DSpace
          Interface for all Discrete two dimensional spaces.
Object2DTorus
          A discrete 2 dimensional torus of objects, accessed by x and y coordinates.
Torus
          Identity interface that indentifies all implementors as tori.
 

Classes in uchicago.src.sim.space used by uchicago.src.repastdemos.hexabugs
Diffuse2D
          Discrete 2nd order approximation of 2d diffusion with evaporation.
Diffuse2DHexagonal
          Discrete 2nd order approximation of 2d diffusion with evaporation on a hexagonal grid.
Discrete2DSpace
          Interface for all Discrete two dimensional spaces.
Object2DHexagonalTorus
          A discrete 2 dimensional hexagonal torus of objects, accessed by x and y coordinates.
Torus
          Identity interface that indentifies all implementors as tori.
 

Classes in uchicago.src.sim.space used by uchicago.src.repastdemos.hypercycles
Object2DTorus
          A discrete 2 dimensional torus of objects, accessed by x and y coordinates.
 

Classes in uchicago.src.sim.space used by uchicago.src.repastdemos.mousetrap
Object2DTorus
          A discrete 2 dimensional torus of objects, accessed by x and y coordinates.
 

Classes in uchicago.src.sim.space used by uchicago.src.repastdemos.sugarscape
Object2DGrid
          A discrete 2 dimensional grid of objects, accessed by x and y coordinates.
 

Classes in uchicago.src.sim.space used by uchicago.src.sim.gui
Discrete2DSpace
          Interface for all Discrete two dimensional spaces.
IMulti2DGrid
          Interface for grids and tori whose cells can hold more than one object.
VectorSpace
          A VectorSpace is a list-like container containing the objects "inhabiting" that space.
 

Classes in uchicago.src.sim.space used by uchicago.src.sim.space
AbsMulti2DGrid
          Base class for grids whose cells can hold more that one occupant.
AbsMulti2DHexagonalGrid
          Base class for hexagonal grids whose cells can hold more that one occupant.
AbsMulti2DHexagonalTorus
          Base class for hexagonal torii whose cells can hold more that one occupant.
AbsMulti2DTorus
          Base class for tori whose cells can hold more that one occupant.
AbstractNeighborhooder
           
Cell
          An interface for adding and retrieving the occupants of a grid cell.
Diffuse2D
          Discrete 2nd order approximation of 2d diffusion with evaporation.
Discrete2DSpace
          Interface for all Discrete two dimensional spaces.
IMulti2DGrid
          Interface for grids and tori whose cells can hold more than one object.
Neighborhooder
           
Object2DGrid
          A discrete 2 dimensional grid of objects, accessed by x and y coordinates.
Object2DHexagonalGrid
          A discrete hexagonal grid of objects accessed by x and y coordinates.
ObjectLocation
          A data structure holding an object and the x and y coordinates of that object.
Torus
          Identity interface that indentifies all implementors as tori.