|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlogging.AgentStateLog
public class AgentStateLog
This class holds a snapshot of agent internal state at certain time in the scenario.
| Field Summary | |
|---|---|
PlaceType |
agentGoalPlace
Place our agent wanted to go at the time. |
LocationLog |
agentGoalTarget
Location our agent wanted to go at the time. |
LocationLog |
agentLocation
Location our agent was at at the time. |
RotationLog |
agentRotation
Rotation our agent had at the time. |
StateType |
agentState
State our agent was in at the time. |
java.lang.String |
agentWithName
Name of agentWith - may be empty (no agentWith at the time). |
java.util.ArrayList<java.lang.String> |
interruptersNames
List of all the agent interruptes name - may be empty if no interrupters. |
double |
time
Time of the snapshot. |
| Constructor Summary | |
|---|---|
AgentStateLog(double time,
java.lang.String agentWithName,
PlaceType agentGoalPlace,
LocationLog agentGoalTarget,
StateType agentState,
LocationLog agentLocation,
RotationLog agentRotation,
java.util.ArrayList<java.lang.String> interruptersNames)
Complete constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double time
public java.lang.String agentWithName
public PlaceType agentGoalPlace
public LocationLog agentGoalTarget
public StateType agentState
public LocationLog agentLocation
public RotationLog agentRotation
public java.util.ArrayList<java.lang.String> interruptersNames
| Constructor Detail |
|---|
public AgentStateLog(double time,
java.lang.String agentWithName,
PlaceType agentGoalPlace,
LocationLog agentGoalTarget,
StateType agentState,
LocationLog agentLocation,
RotationLog agentRotation,
java.util.ArrayList<java.lang.String> interruptersNames)
time - agentWithName - agentGoalPlace - agentGoalTarget - agentState - agentLocation - agentRotation - interruptersNames -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||