massim.competition2011
Class GraphSimulationAgentFinalPerception

java.lang.Object
  extended by massim.competition2011.GraphSimulationAgentFinalPerception
All Implemented Interfaces:
java.io.Serializable, FinalPerception, Perception

public class GraphSimulationAgentFinalPerception
extends java.lang.Object
implements FinalPerception

This class holds the information that is sent to the agent as final perception when simulation ends.

See Also:
Serialized Form

Field Summary
 int ranking
          The ranking of the team, according to team scores, 1 being first (winner).
 long score
          The final score of the team.
 
Constructor Summary
GraphSimulationAgentFinalPerception()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

score

public long score
The final score of the team.


ranking

public int ranking
The ranking of the team, according to team scores, 1 being first (winner).

Constructor Detail

GraphSimulationAgentFinalPerception

public GraphSimulationAgentFinalPerception()


Copyright © 2011. All Rights Reserved.