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

Packages that use Discrete2DSpace
uchicago.src.repastdemos.heatBugs   
uchicago.src.repastdemos.hexabugs   
uchicago.src.sim.gui   
uchicago.src.sim.space   
 

Uses of Discrete2DSpace in uchicago.src.repastdemos.heatBugs
 

Classes in uchicago.src.repastdemos.heatBugs that implement Discrete2DSpace
 class HeatSpace
          The environment that the heat bugs inhabit.
 

Uses of Discrete2DSpace in uchicago.src.repastdemos.hexabugs
 

Classes in uchicago.src.repastdemos.hexabugs that implement Discrete2DSpace
 class HexaSpace
          The environment that the heat bugs inhabit.
 

Uses of Discrete2DSpace in uchicago.src.sim.gui
 

Fields in uchicago.src.sim.gui declared as Discrete2DSpace
protected  Discrete2DSpace Display2D.grid
           
 

Methods in uchicago.src.sim.gui that return Discrete2DSpace
 Discrete2DSpace Display2D.getGrid()
          Gets the Discrete2DSpace that is being displayed
 

Constructors in uchicago.src.sim.gui with parameters of type Discrete2DSpace
Display2D(Discrete2DSpace grid)
          Constructs a Display2D with specified Discrete2DSpace to display
HexaDisplay2D(Discrete2DSpace hexagrid)
          Creates a HexaDisplay2D for the specifed Discrete2DSpace
Network2DGridDisplay(Discrete2DSpace grid)
          Creates a new Network2DGridDisplay for the specified grid.
Object2DDisplay(Discrete2DSpace grid)
          Creates an Object2DDisplay for displaying the specified Discrete2DSpace.
Object2DHexaDisplay(Discrete2DSpace hexagrid)
          Creates an Object2DHexaDisplay for displaying the specified Discrete2DSpace.
ProbeableNumber(int x, int y, Discrete2DSpace grid, java.lang.Object o)
          Creates a Probeable number with the specified coordinates, in the specified grid, out of the specified object.
Value2DDisplay(Discrete2DSpace grid, ColorMap map)
          Creates a Value2DDisplay to display the specified Discrete2DSpace using the specified ColorMap.
Value2DHexaDisplay(Discrete2DSpace grid, ColorMap map)
          Creates a Value2DDisplay to display the specified Discrete2DSpace using the specified ColorMap.
 

Uses of Discrete2DSpace in uchicago.src.sim.space
 

Subinterfaces of Discrete2DSpace in uchicago.src.sim.space
 interface IMulti2DGrid
          Interface for grids and tori whose cells can hold more than one object.
 

Classes in uchicago.src.sim.space that implement Discrete2DSpace
 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 Diffuse2D
          Discrete 2nd order approximation of 2d diffusion with evaporation.
 class Diffuse2DHexagonal
          Discrete 2nd order approximation of 2d diffusion with evaporation on a hexagonal grid.
 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 Object2DGrid
          A discrete 2 dimensional grid of objects, accessed by x and y coordinates.
 class Object2DHexagonalGrid
          A discrete hexagonal grid of objects accessed by x and y coordinates.
 class Object2DHexagonalTorus
          A discrete 2 dimensional hexagonal torus of objects, accessed by x and y coordinates.
 class Object2DTorus
          A discrete 2 dimensional torus of objects, accessed by x and y coordinates.
 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.
 class RasterSpace
          A class that represents a raster image as a space.
 

Fields in uchicago.src.sim.space declared as Discrete2DSpace
protected  Discrete2DSpace AbstractNeighborhooder.space
           
 

Constructors in uchicago.src.sim.space with parameters of type Discrete2DSpace
AbstractNeighborhooder(Discrete2DSpace space)
           
HexNeighborhooder(Discrete2DSpace space)
           
MooreNeighborhooder(Discrete2DSpace space)
           
VNNeighborhooder(Discrete2DSpace space)