Uses of Class
org.ascape.model.space.Discrete

Packages that use Discrete
org.ascape.model.space   
 

Uses of Discrete in org.ascape.model.space
 

Subclasses of Discrete in org.ascape.model.space
 class Array
          The Class Array.
 class Array1D
          A one-dimensional, fixed-size, collection of agents providing services described for space.
 class Array2D
          A two-dimensional, fixed-size collection of agents providing services described for space.
 class Array2DBase
          The Class Array2DBase.
 class Array2DEuclidian
          A two-dimensional space providing effecient implementations for von Neumann neighbors.
 class Array2DMoore
          A two-dimensional space providing effecient implementations for Moore neighbors.
 class Array2DSmallWorld
          A two-dimensional space providing effecient implementations for von Neumann neighbors.
 class Array2DVonNeumann
          A two-dimensional space providing effecient implementations for von Neumann neighbors.
 class Graph
          A space containing a simple, unweighted graph.
 class GraphSmallWorld
          A 1D Small World version of the default Graph.
 class ListBase
          A one-dimensional, fixed-size, collection of agents providing services described for space.
 class ListSpace
          A one-dimensional, fixed-size, collection of agents providing services described for space.
 class SubGraph
          This is an unsual version of the SubSpace - it's a Graph, where the members also exist in a Continuous Space.
 class SubListSpace
          A space list that is part of another space list.
 

Methods in org.ascape.model.space that return Discrete
 Discrete BFSWithinIterator.getSpace()
          Gets the space.
 

Constructors in org.ascape.model.space with parameters of type Discrete
BFSWithinIterator(Discrete space, Location origin, Conditional condition, boolean includeSelf, double distance)
          Instantiates a new BFS within iterator.
BFSWithinIterator2DSmallWorld(Discrete space, Location origin, Conditional condition, boolean includeSelf, double distance)
          Instantiates a new BFS within iterator2 D small world.
 



Copyright © 1998-2008 The Brookings Institution, NuTech Solutions, Metascape, LLC All Rights Reserved.