Uses of Class
simbad.sim.SimpleAgent

Packages that use SimpleAgent
simbad.demo   
simbad.gui   
simbad.sim   
 

Uses of SimpleAgent in simbad.demo
 

Subclasses of SimpleAgent in simbad.demo
 class AvoidersDemo.Robot
           
 class BaseDemo.Robot
           
 class BlinkingLampDemo.Robot
           
 class BumpersDemo.Robot
           
 class DifferentialKinematicDemo.Robot
           
 class KheperaDemo.Robot
           
 class PickCherriesDemo.Robot
          The robot used in the demo.
 class PushBallsDemo.Robot
           
 class SimplestDemo.Robot
           
 class SingleAvoiderDemo.Robot
           
 

Methods in simbad.demo with parameters of type SimpleAgent
 void PushBallsDemo.Robot.contactWith(SimpleAgent a)
           
 

Uses of SimpleAgent in simbad.gui
 

Subclasses of SimpleAgent in simbad.gui
 class Test.Robot
           
 class Test2.Robot
          The robot used in the demo.
 class TestBackgroundMode.MyRobot
           
 class TestSimbatch.MyRobot
           
 

Uses of SimpleAgent in simbad.sim
 

Subclasses of SimpleAgent in simbad.sim
 class Agent
          This is the base class for all robot and is considered to be a heavy agent.
 class BallAgent
           
 class CherryAgent
          This simple agent can be used for 'pacman' expermiment.
 class KheperaRobot
          A KheperaRobot Agents.
 class Robot
           
 

Methods in simbad.sim that return SimpleAgent
 SimpleAgent SimpleAgent.getVeryNearAgent()
          Returns the currently touched agent - null if no agent near.
 

Methods in simbad.sim with parameters of type SimpleAgent
 void World.changeViewPoint(int type, SimpleAgent agent)
          Change the user view Point .