agent
Class State

java.lang.Object
  extended by agent.State

public abstract class State
extends java.lang.Object

A complete representation of a situation in the agent environment. Since this is very domain specific, few methods are given. However, there should be methods for updating and retrieving various aspects of the state. This corresponds to the set E.


Constructor Summary
State()
           
 
Method Summary
abstract  void display()
          Display information about the state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

State

public State()
Method Detail

display

public abstract void display()
Display information about the state. This may be as simple as text-based output, or could update a graphical display.