public abstract class SimulationAgentState extends Object implements AgentState
Modifier and Type | Field and Description |
---|---|
boolean |
actionFailed |
String |
currentAction |
String |
lastAction |
String |
name |
Integer |
oldPosx |
Integer |
oldPosy |
String |
param |
Integer |
posx |
Integer |
posy |
Integer |
score |
String |
team |
Constructor and Description |
---|
SimulationAgentState() |
public Integer posx
public Integer oldPosx
public Integer posy
public Integer oldPosy
public Integer score
public boolean actionFailed
public String team
public String name
public String lastAction
public String currentAction
public String param
Copyright © 2013. All Rights Reserved.