prueba1.testAgents
Class Alex106

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

public class Alex106
extends Agent

See Also:
Serialized Form

Fields inherited from class prueba1.agent.Agent
method, myPlatform
 
Constructor Summary
Alex106()
           
 
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

Alex106

public Alex106()
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()