massim.gridsimulations
Class SimulationAgentState

java.lang.Object
  extended by massim.gridsimulations.SimulationAgentState
All Implemented Interfaces:
java.io.Serializable, AgentState
Direct Known Subclasses:
GridSimulationAgentState, GridSimulationAgentState, GridSimulationAgentState, GridSimulationAgentState, GridSimulationAgentState

public abstract class SimulationAgentState
extends java.lang.Object
implements AgentState

This class represents the AgentState.

See Also:
Serialized Form

Field Summary
 boolean actionFailed
           
 java.lang.String currentAction
           
 java.lang.String lastAction
           
 java.lang.String name
           
 java.lang.Integer oldPosx
           
 java.lang.Integer oldPosy
           
 java.lang.String param
           
 java.lang.Integer posx
           
 java.lang.Integer posy
           
 java.lang.Integer score
           
 java.lang.String team
           
 
Constructor Summary
SimulationAgentState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

posx

public java.lang.Integer posx

oldPosx

public java.lang.Integer oldPosx

posy

public java.lang.Integer posy

oldPosy

public java.lang.Integer oldPosy

score

public java.lang.Integer score

actionFailed

public boolean actionFailed

team

public java.lang.String team

name

public java.lang.String name

lastAction

public java.lang.String lastAction

currentAction

public java.lang.String currentAction

param

public java.lang.String param
Constructor Detail

SimulationAgentState

public SimulationAgentState()


Copyright © 2012. All Rights Reserved.