prueba1.testAgents
Class Alex0_0

java.lang.Object
  |
  +--prueba1.agent.Agent
        |
        +--prueba1.testAgents.Alex0_0
All Implemented Interfaces:
java.io.Serializable

public class Alex0_0
extends Agent

See Also:
Serialized Form

Fields inherited from class prueba1.agent.Agent
method, myPlatform
 
Constructor Summary
Alex0_0()
           
 
Method Summary
 void destination()
           
 void start()
          This method is to be called each time the agent is started.
 
Methods inherited from class prueba1.agent.Agent
errorRaised, getName, moveTo, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Alex0_0

public Alex0_0()
Method Detail

start

public void start()
Description copied from class: Agent
This method is to be called each time the agent is started. Users have to implement this method by extending this class
Overrides:
start in class Agent

destination

public void destination()