biosim.app.domworld
Class DomWorldMonkey

java.lang.Object
  extended by biosim.app.domworld.DomWorldMonkey
All Implemented Interfaces:
Agent

public class DomWorldMonkey
extends java.lang.Object
implements Agent


Field Summary
static double APPROACH_SPEED
           
static double AVERAGE_EVENT_TIME
           
 double chaseEnd
           
 Agent chaseTowards
           
 double dominanceRank
           
static double FAR_DIST
           
 double fleeEnd
           
 Agent fleeFrom
           
static double FRONTAL_FOV
           
 boolean isRandomWalking
           
 double lastTime
           
static int MIN_OTHERS
           
static double NEAR_DIST
           
 double nextTime
           
static double PERSONAL_DIST
           
 double randomTurnSpeed
           
 Agent target
           
 double targetDist
           
 
Constructor Summary
DomWorldMonkey(AbstractMonkey b, double domRank)
           
 
Method Summary
 void act(double time)
           
 void finish()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

DomWorldMonkey

public DomWorldMonkey(AbstractMonkey b,
                      double domRank)
Method Detail

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