Package edu.columbia.cs.coms4701.agent.observer

Provides implementations of text and GUI environment observers to trace the operation of an agent in an environment.

See:
          Description

Interface Summary
ObserverPlayingStateChangedListener DESCRIPTION
 

Class Summary
AgentsPanel<K extends AgentAction,P extends AgentPercept,A extends Agent<K,P>> DESCRIPTION
CounterPanel DESCRIPTION
DetailsPanel<K extends AgentAction,P extends AgentPercept,A extends Agent<K,P>> DESCRIPTION
GUIEnvironmentObserver<K extends AgentAction,P extends AgentPercept,A extends Agent<K,P>,J extends JPanel> Provides a GUI display for observing the progress of an Environment.
ObjectsPanel DESCRIPTION
ObserverFrame<K extends AgentAction,P extends AgentPercept,A extends Agent<K,P>,J extends JPanel> Frame for displaying an environment in a GUI.
ObserverPlayingStateChangedEvent DESCRIPTION
ObserverToolbar DESCRIPTION
TextEnvironmentObserver<K extends AgentAction,P extends AgentPercept,A extends Agent<K,P>> A simple EnvironmentObserver that traces all events to stdout.
 

Package edu.columbia.cs.coms4701.agent.observer Description

Provides implementations of text and GUI environment observers to trace the operation of an agent in an environment.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: