|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ascape.model.AscapeObject
org.ascape.model.Agent
org.ascape.model.LocatedAgent
org.ascape.model.MomentumAgent
org.ascape.gis.model.MapAgent
org.ascape.gis.model.SubGraphAgent
public class SubGraphAgent
User: jmiller Date: Nov 14, 2005 Time: 1:30:41 PM To change this template use Options | File Templates.
Field Summary |
---|
Fields inherited from class org.ascape.gis.model.MapAgent |
---|
graphic, location, mapImage, velocity |
Fields inherited from class org.ascape.model.MomentumAgent |
---|
heading |
Fields inherited from class org.ascape.model.LocatedAgent |
---|
coordinate, MOVE_RANDOM_LOCATION_RULE, RANDOM_WALK_RULE, thisUpdate |
Fields inherited from class org.ascape.model.Agent |
---|
DEATH_RULE, FISSIONING_RULE, FORCE_DIE_RULE, FORCE_FISSION_RULE, FORCE_MOVE_RULE, INITIALIZE_RULE, ITERATE_AND_UPDATE_RULE, ITERATE_RULE, METABOLISM_RULE, MOVEMENT_RULE, PLAY_OTHER, UPDATE_RULE |
Fields inherited from class org.ascape.model.AscapeObject |
---|
ARBITRARY_SEED, name, scape |
Constructor Summary | |
---|---|
SubGraphAgent()
|
Method Summary | |
---|---|
CoordinateGraph |
getCoordinateGraph()
|
void |
setCoordinate(Coordinate coordinate)
Returns the extent of the nth dimension. |
void |
setCoordinateGraph(CoordinateGraph coordinateGraph)
|
Methods inherited from class org.ascape.gis.model.MapAgent |
---|
getGraphic, getImage, getImage, getImage, getLocation, getOffsetX, getOffsetY, getVelocity, isAt, moveToward, setGraphic, setImage, setImage, setLocation, setOffsetX, setOffsetY, setVelocity |
Methods inherited from class org.ascape.model.MomentumAgent |
---|
findHeadingAway, findHeadingAway, findHeadingToward, findHeadingToward, getAgentSize, getHeading, headAway, headAway, headToward, headToward, movement, moveTo, moveTo, moveToRandomLocation, randomWalk, setAgentSize, setHeading, toString |
Methods inherited from class org.ascape.model.LocatedAgent |
---|
calculateDistance, calculateDistance, countWithin, countWithin, countWithin, findMaximumWithin, findNearest, findNearest, findNearest, findNearest, findNearest, findWithin, findWithin, findWithin, findWithin, getCoordinate, hasWithin, hasWithin, hasWithin, initialize, isUpdateNeeded, moveAway, moveAway, moveAway, moveToward, moveToward, requestUpdate, requestUpdateNext |
Methods inherited from class org.ascape.model.Agent |
---|
clearDeleteMarker, clone, death, deathCondition, die, execute, execute, fission, fissionCondition, fissioning, getColor, getColor, getImage, getIteration, getRoot, isDelete, isInitialized, iterate, markForDeletion, metabolism, move, movementCondition, play, scapeCreated, setInitialized, setScape, update |
Methods inherited from class org.ascape.model.AscapeObject |
---|
diffDeep, diffDeep, diffDeepBFS, diffDeepDFS, diffDeepValidate, diffDeepVisit, equalsDeep, equalsDeep, equalsDeep, getComparisonStream, getName, getRandom, getRandomSeed, getScape, randomInRange, randomInRange, randomIs, randomToLimit, reseed, setComparisonStream, setName, setRandom, setRandomSeed |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.ascape.model.space.Location |
---|
clearDeleteMarker, clone, isDelete, markForDeletion |
Constructor Detail |
---|
public SubGraphAgent()
Method Detail |
---|
public void setCoordinate(Coordinate coordinate)
MapAgent
setCoordinate
in interface Location
setCoordinate
in class MapAgent
coordinate
- the coordinatepublic CoordinateGraph getCoordinateGraph()
public void setCoordinateGraph(CoordinateGraph coordinateGraph)
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |