|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Space | |
---|---|
org.ascape.gis.model | |
org.ascape.model | |
org.ascape.model.space |
Uses of Space in org.ascape.gis.model |
---|
Classes in org.ascape.gis.model that implement Space | |
---|---|
class |
Globe
A scape containing a population of agents that exist within a map of space on the earth. |
Uses of Space in org.ascape.model |
---|
Methods in org.ascape.model that return Space | |
---|---|
Space |
Scape.getSpace()
|
Methods in org.ascape.model with parameters of type Space | |
---|---|
void |
Scape.setSpace(Space space)
|
Uses of Space in org.ascape.model.space |
---|
Classes in org.ascape.model.space that implement 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 |
CollectionSpace
The Class CollectionSpace. |
class |
Continuous1D
A space containing a population of agents that exist within some continuous space. |
class |
Continuous2D
A space containing a population of agents that exist within some continuous space. |
class |
Discrete
A space with discrete nodes. |
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 |
Singleton
A space with treates itself as its only member. |
class |
SubCollection
A space collection that is part of another space collection. |
class |
SubContinuous
A space containing a sub-population of agents that exist within some continuous space. |
class |
SubContinuous1D
User: jmiller Date: Feb 10, 2006 Time: 2:06:17 PM To change this template use Options | File Templates. |
class |
SubContinuous2D
A space containing a population of agents that exist within some continuous 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 Space | |
---|---|
Space |
NodeOccupant.getHostSpace()
Gets the host space. |
Space |
SubSpace.getSuperSpace()
Gets the super space. |
Space |
SubListSpace.getSuperSpace()
Returns the super list for this sub list, that is, the list defined to contain a superset of this space's agents. |
Space |
SubGraph.getSuperSpace()
|
Space |
SubCollection.getSuperSpace()
Returns the super collection for this sub collection, that is, the collection defined to contain a superset of this space's agents. |
Methods in org.ascape.model.space with parameters of type Space | |
---|---|
void |
SubSpace.setSuperSpace(Space superSpace)
Sets the super space. |
void |
SubListSpace.setSuperSpace(Space superSpace)
Sets the super list for this sub list, that is, the list defined to contain a superset of this space's agents. |
void |
SubGraph.setSuperSpace(Space superSpace)
|
void |
SubContinuous2D.setSuperSpace(Space superSpace)
Sets the super space for this sub collection, that is, the collection defined to contain a superset of this space's agents. |
void |
SubContinuous1D.setSuperSpace(Space superSpace)
Sets the super space for this sub collection, that is, the collection defined to contain a superset of this space's agents. |
void |
SubContinuous.setSuperSpace(Space superSpace)
Sets the super space for this sub collection, that is, the collection defined to contain a superset of this space's agents. |
void |
SubCollection.setSuperSpace(Space superSpace)
Sets the super collection for this sub collection, that is, the collection defined to contain a superset of this space's agents. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |