public class GraphSimulationAgentInitialPerception extends Object implements InitialStickyPerception, XMLCodec.XMLEncodable
Modifier and Type | Field and Description |
---|---|
int |
edges
The number of edges that the map graph has.
|
String |
role
The agent's role
|
GraphSimulationAgentState |
self
The state of the agent to which this perception belongs.
|
int |
steps
The number of steps that this simulation will run.
|
Collection<GraphSimulationAgentState> |
teamMembers
A collection of agent states, holding the states of all the team Members in the
same team of the owner of this perception.
|
int |
vertices
The number of vertices that the map graph has.
|
Constructor and Description |
---|
GraphSimulationAgentInitialPerception() |
Modifier and Type | Method and Description |
---|---|
void |
encodeToXML(Element target)
Encodes the contents of this perception object in the right XML format,
in concordance to the protocol description,
|
public GraphSimulationAgentState self
public int steps
public int vertices
public int edges
public String role
public Collection<GraphSimulationAgentState> teamMembers
public GraphSimulationAgentInitialPerception()
public void encodeToXML(Element target)
encodeToXML
in interface XMLCodec.XMLEncodable
Copyright © 2013. All Rights Reserved.