|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cell | |
---|---|
org.ascape.ant.test | |
org.ascape.gis.model | |
org.ascape.model |
Uses of Cell in org.ascape.ant.test |
---|
Subclasses of Cell in org.ascape.ant.test | |
---|---|
class |
AllOutputViewTest.TestAgent
|
Uses of Cell in org.ascape.gis.model |
---|
Subclasses of Cell in org.ascape.gis.model | |
---|---|
class |
ScapeTime
A scape that is aware of time. |
Uses of Cell in org.ascape.model |
---|
Subclasses of Cell in org.ascape.model | |
---|---|
class |
CellOccupant
An occupant of a cell within a lattice. |
class |
HostCell
An cell capable fo serving as a 'home' for agents. |
class |
Scape
The base class for all collections of agents within ascape. |
Methods in org.ascape.model that return Cell | |
---|---|
Cell |
CellOccupant.findRandomNeighborOnHost()
Returns a random neighbor on host, if any exist neighboring this cell's location on its host cell's lattice. |
Cell |
Cell.findRelative(Coordinate c)
|
Cell[] |
Cell.getNeighbors()
Deprecated. use findNeighbors instead. |
Methods in org.ascape.model with parameters of type Cell | |
---|---|
int |
Cell.getDistance(Cell target)
|
void |
Cell.setNeighbors(Cell[] neighbors)
Sets this cell's neighbors. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |