massim.competition2006
Class GridSimulationAgentPerception

java.lang.Object
  extended by massim.gridsimulations.SimulationAgentPerception
      extended by massim.goldsimulations.GoldGridSimulationAgentPerception
          extended by massim.competition2006.GridSimulationAgentPerception
All Implemented Interfaces:
java.io.Serializable, Perception, XMLCodec.XMLEncodable

public class GridSimulationAgentPerception
extends GoldGridSimulationAgentPerception

This class produces the normal perception which is sent to the agent.

See Also:
Serialized Form

Field Summary
 int posx
           
 int posy
           
 int step
           
 
Fields inherited from class massim.goldsimulations.GoldGridSimulationAgentPerception
cur, e, n, ne, nw, s, se, sw, w
 
Constructor Summary
GridSimulationAgentPerception()
           
 
Method Summary
 
Methods inherited from class massim.goldsimulations.GoldGridSimulationAgentPerception
convertEntryToXML, encodeToXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

posx

public int posx

posy

public int posy

step

public int step
Constructor Detail

GridSimulationAgentPerception

public GridSimulationAgentPerception()


Copyright © 2012. All Rights Reserved.