massim.gridsimulations
Class SimulationAgentPerception

java.lang.Object
  extended by massim.gridsimulations.SimulationAgentPerception
All Implemented Interfaces:
java.io.Serializable, Perception, XMLCodec.XMLEncodable
Direct Known Subclasses:
GoldGridSimulationAgentPerception, GridSimulationAgentPerception, GridSimulationAgentPerceptionAverage

public abstract class SimulationAgentPerception
extends java.lang.Object
implements Perception, XMLCodec.XMLEncodable

This class produce the normal perception, which is send to the agent.

See Also:
Serialized Form

Field Summary
 int posx
           
 int posy
           
 int step
           
 
Constructor Summary
SimulationAgentPerception()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface massim.framework.util.XMLCodec.XMLEncodable
encodeToXML
 

Field Detail

step

public int step

posx

public int posx

posy

public int posy
Constructor Detail

SimulationAgentPerception

public SimulationAgentPerception()


Copyright © 2012. All Rights Reserved.