public class GridSimulationAgentPerception extends SimulationAgentPerception
Modifier and Type | Field and Description |
---|---|
GridSimulationPerceptionCell[][] |
perception |
int |
score |
posx, posy, step
Constructor and Description |
---|
GridSimulationAgentPerception() |
Modifier and Type | Method and Description |
---|---|
static void |
convertEntryToXML(Object o,
Class type,
Element target,
String name)
This method converts the perception-class-element to xml
|
void |
encodeToXML(Element target) |
public int score
public GridSimulationPerceptionCell[][] perception
public void encodeToXML(Element target)
public static void convertEntryToXML(Object o, Class type, Element target, String name) throws IllegalAccessException
o
- The object to converttype
- The classtype of the object.target
- The targetname
- The objectnameIllegalAccessException
Copyright © 2013. All Rights Reserved.