Uses of Class
logging.LocationLog

Packages that use LocationLog
logging   
 

Uses of LocationLog in logging
 

Fields in logging declared as LocationLog
 LocationLog AgentStateLog.agentGoalTarget
          Location our agent wanted to go at the time.
 LocationLog AgentStateLog.agentLocation
          Location our agent was at at the time.
 

Methods in logging with parameters of type LocationLog
private  java.lang.String AgentLogProcessor.getPosition(LocationLog locLog)
          Returns the scenario place our agent is at.
private  java.lang.String DiplomaGraphsAndLogsCreator.getPosition(LocationLog locLog)
          Returns where we are.
 

Constructors in logging with parameters of type LocationLog
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.