Uses of Class
agent.Action

Uses of Action in agent
 

Methods in agent that return Action
abstract  Action Agent.selectAction()
          Have the agent select its next action to perform.
 

Methods in agent with parameters of type Action
protected  void Environment.updateState(Agent a, Action action)
          Execute an agent's action and update the environment's state.