biosim.app.domworld
Class DomWorldMonkey
java.lang.Object
biosim.app.domworld.DomWorldMonkey
- All Implemented Interfaces:
- Agent
public class DomWorldMonkey
- extends java.lang.Object
- implements Agent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dominanceRank
public double dominanceRank
nextTime
public double nextTime
lastTime
public double lastTime
PERSONAL_DIST
public static double PERSONAL_DIST
NEAR_DIST
public static double NEAR_DIST
FAR_DIST
public static double FAR_DIST
MIN_OTHERS
public static int MIN_OTHERS
AVERAGE_EVENT_TIME
public static double AVERAGE_EVENT_TIME
APPROACH_SPEED
public static double APPROACH_SPEED
FRONTAL_FOV
public static double FRONTAL_FOV
target
public Agent target
fleeFrom
public Agent fleeFrom
chaseTowards
public Agent chaseTowards
fleeEnd
public double fleeEnd
chaseEnd
public double chaseEnd
targetDist
public double targetDist
isRandomWalking
public boolean isRandomWalking
randomTurnSpeed
public double randomTurnSpeed
DomWorldMonkey
public DomWorldMonkey(AbstractMonkey b,
double domRank)
init
public void init()
- Specified by:
init
in interface Agent
finish
public void finish()
- Specified by:
finish
in interface Agent
act
public void act(double time)
- Specified by:
act
in interface Agent