Uses of Class
agent.State

Uses of State in agent
 

Fields in agent declared as State
protected  State Environment.state
          The current state of the environment.
 

Methods in agent that return State
abstract  State Action.execute(Agent a, State s)
          Return the State of the environment that results after Agent a executes the Action in State s.
 

Methods in agent with parameters of type State
abstract  State Action.execute(Agent a, State s)
          Return the State of the environment that results after Agent a executes the Action in State s.
 void Environment.start(State initState)
          Run the simulation starting from a given state.
 

Constructors in agent with parameters of type State
Percept(State s, Agent a)
          Construct a percept for a state from the point of view of a particular agent.