Uses of Class
demo.CarryDropAgent

Uses of CarryDropAgent in demo
 

Methods in demo that return CarryDropAgent
 CarryDropAgent CarryDropSpace.getAgentAt(int x, int y)
          Return a pointer to the agent at position x,y.
 

Methods in demo with parameters of type CarryDropAgent
 boolean CarryDropSpace.addAgent(CarryDropAgent agent)
          Add an agent to this space.