biosim.core.body
Class AphaenogasterCockerelli
java.lang.Object
biosim.core.body.Body
biosim.core.body.AbstractAnt
biosim.core.body.AphaenogasterCockerelli
- All Implemented Interfaces:
- Gripper, HolonomicDrive, DirectionToPOI, GripperSensor, Homing, NearestObstacleVec, NearestPreyVec, NearestSameTypeVec, NearPOI, SelfVelXYT, java.io.Serializable, sim.engine.Steppable
public class AphaenogasterCockerelli
- extends AbstractAnt
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
desiredVelXYT
public double[] desiredVelXYT
previousVelXYT
public double[] previousVelXYT
SIZE
public static final double SIZE
- See Also:
- Constant Field Values
RANGE
public static final double RANGE
- See Also:
- Constant Field Values
GRIP_RANGE
public static final double GRIP_RANGE
- See Also:
- Constant Field Values
MAX_VELOCITY_XY
public static final double MAX_VELOCITY_XY
- See Also:
- Constant Field Values
MAX_VELOCITY_THETA
public static final double MAX_VELOCITY_THETA
- See Also:
- Constant Field Values
AphaenogasterCockerelli
public AphaenogasterCockerelli()
getVel
public sim.util.Double3D getVel()
getDesiredVel
public sim.util.Double3D getDesiredVel()
init
public void init()
- Overrides:
init
in class AbstractAnt
getRandom
public ec.util.MersenneTwisterFast getRandom()
- Specified by:
getRandom
in class Body
getSize
public double getSize()
- Description copied from class:
Body
- The size of the body in meters. Used in the default portrayal as the size
of the displayed circle. Also used in the default Environment.configSim(...)
method to determine if a random location for a body is a valid starting
location. For Body classes that use more complicated collision detection
you may need to write a custom configSim(...) method.
- Specified by:
getSize
in class Body
getHomeDir
public boolean getHomeDir(sim.util.MutableDouble2D rv)
getPoiDir
public boolean getPoiDir(sim.util.MutableDouble2D rv,
java.lang.String name)
nearPOI
public boolean nearPOI(java.lang.String name)
getNearestObstacleVec
public boolean getNearestObstacleVec(sim.util.MutableDouble2D rv)
getNearestObstacleVecSensorRange
public double getNearestObstacleVecSensorRange()
getNearestSameTypeVec
public boolean getNearestSameTypeVec(sim.util.MutableDouble2D rv)
getNearestSameTypeVecSensorRange
public double getNearestSameTypeVecSensorRange()
getNearestPreyVec
public boolean getNearestPreyVec(sim.util.MutableDouble2D rv)
getNearestPreyVecSensorRange
public double getNearestPreyVecSensorRange()
getSelfVelXYT
public boolean getSelfVelXYT(double[] rv)
getGripped
public boolean getGripped()
tryToGrab
public void tryToGrab()
tryToDrop
public void tryToDrop()
setDesiredVelocity
public void setDesiredVelocity(double x,
double y,
double theta)
computeNewConfiguration
protected boolean computeNewConfiguration(sim.util.MutableDouble2D newPos,
sim.util.MutableDouble2D newDir)
- Specified by:
computeNewConfiguration
in class Body