Class Summary |
Array |
The Class Array. |
Array1D |
A one-dimensional, fixed-size, collection of agents providing services
described for space. |
Array2D |
A two-dimensional, fixed-size collection of agents providing services
described for space. |
Array2DBase |
The Class Array2DBase. |
Array2DEuclidian |
A two-dimensional space providing effecient implementations for von Neumann
neighbors. |
Array2DMoore |
A two-dimensional space providing effecient implementations for Moore
neighbors. |
Array2DSmallWorld |
A two-dimensional space providing effecient implementations for von Neumann
neighbors. |
Array2DVonNeumann |
A two-dimensional space providing effecient implementations for von Neumann
neighbors. |
BFSWithinIterator |
User: milesparker Date: Aug 11, 2005 Time: 4:10:17 PM To change this template
use File | Settings | File Templates. |
BFSWithinIterator2DSmallWorld |
User: milesparker Date: Aug 11, 2005 Time: 4:21:00 PM To change this template
use File | Settings | File Templates. |
CollectionSpace |
The Class CollectionSpace. |
CollectionSpace.ConditionalIterator |
The Class ConditionalIterator. |
Continuous1D |
A space containing a population of agents that exist within some continuous
space. |
Continuous2D |
A space containing a population of agents that exist within some continuous
space. |
Coordinate |
The base class for a location within a space defined by a particular
geometry. |
Coordinate1DContinuous |
A location within a one-dimensional discrete space. |
Coordinate1DDiscrete |
A location within a one-dimensional discrete space. |
Coordinate2DContinuous |
A location within a two-dimensional continuous space. |
Coordinate2DDiscrete |
A location within a two-dimensional discrete space. |
CoordinateContinuous |
The base class for a location within a continuous space. |
CoordinateDiscrete |
The base class for a location within a regular discrete space. |
CoordinateGraph |
The Class CoordinateGraph. |
DefaultLocation |
The Class DefaultLocation. |
DefaultNode |
The Class DefaultNode. |
Discrete |
A space with discrete nodes. |
Geometry |
An encapsulation of all of the potential space definitions for any space of
agents, and a factory for creating realizations of these scapes. |
Graph |
A space containing a simple, unweighted graph. |
GraphSmallWorld |
A 1D Small World version of the default Graph. |
ListBase |
A one-dimensional, fixed-size, collection of agents providing services
described for space. |
ListSpace |
A one-dimensional, fixed-size, collection of agents providing services
described for space. |
Singleton |
A space with treates itself as its only member. |
SubCollection |
A space collection that is part of another space collection. |
SubContinuous |
A space containing a sub-population of agents that exist within some
continuous space. |
SubContinuous1D |
User: jmiller Date: Feb 10, 2006 Time: 2:06:17 PM To change this template use
Options | File Templates. |
SubContinuous2D |
A space containing a population of agents that exist within some continuous
space. |
SubGraph |
This is an unsual version of the SubSpace - it's a Graph, where the members also exist in a Continuous Space. |
SubListSpace |
A space list that is part of another space list. |