simbad.sim
Class CherryAgent

java.lang.Object
  extended bysimbad.sim.BaseObject
      extended bysimbad.sim.SimpleAgent
          extended bysimbad.sim.CherryAgent

public class CherryAgent
extends SimpleAgent

This simple agent can be used for 'pacman' expermiment. See PickCherries Demo.


Constructor Summary
CherryAgent(javax.vecmath.Vector3d pos, java.lang.String name, float radius)
          Construct an AppleAgent.
 
Methods inherited from class simbad.sim.SimpleAgent
anOtherAgentIsVeryNear, asString, attach, collisionDetected, detach, getActuatorDevice, getActuatorList, getCanBeTraversed, getCoords, getCounter, getHeight, getLifeTime, getMass, getName, getRadius, getRotationTransform, getSensorDevice, getSensorList, getTranslationTransform, getVeryNearAgent, interactionDetected, moveToStartPosition, rotateY, setCanBeTraversed, setColor, translateTo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CherryAgent

public CherryAgent(javax.vecmath.Vector3d pos,
                   java.lang.String name,
                   float radius)
Construct an AppleAgent.

Parameters:
pos -
name -