massim.framework.simulation
Interface AgentState

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GraphSimulationAgentState, GraphSimulationAgentState, GridSimulationAgentState, GridSimulationAgentState, GridSimulationAgentState, GridSimulationAgentState, GridSimulationAgentState, SimulationAgentState

public interface AgentState
extends java.io.Serializable

Classes that implement this interface represent the state of an agent with respect to the simulation. The agent state can include agent specific information that belongs to SimulationState. This might include things like agent position in a world, agent score, agent speed or something similar.




Copyright © 2012. All Rights Reserved.