Package edu.columbia.cs.coms4701.agent.environments.simple

Class Summary
AbstractEnvironment<K extends AgentAction,P extends AgentPercept,A extends Agent<K,P>> An abstract base Environment to take care of most of the dirty work.
SimpleAgent<K extends AgentAction,P extends AgentPercept> A simple Agent implementation, which handles the getters and setters for the various properties, and the property change notification.
SimpleCounter A simple counter implementation.
SimpleEnvironmentObject DESCRIPTION
SimpleEnvironmentObserver<K extends AgentAction,P extends AgentPercept,A extends Agent<K,P>> A simple EnvironmentObserver that traces all events to stdout.