Package | Description |
---|---|
massim.competition2013 |
Modifier and Type | Field and Description |
---|---|
TeamState |
GraphSimulationAgentPerception.team
The state of the team of the agent owner of this perception.
|
Modifier and Type | Field and Description |
---|---|
Vector<TeamState> |
GraphSimulationWorldState.teamsStates
A vector holding the states of all the teams that take part in the
simulation.
|
Modifier and Type | Method and Description |
---|---|
TeamState |
GraphSimulationWorldState.getTeamState(String name)
Returns the state of team given its name.
|
Modifier and Type | Method and Description |
---|---|
int |
GraphPolicy.drawFirstTable(Vector<TeamState> teamsStates,
long width,
int currStep)
Draws a table containing the following information in the top right
corner: TeamName, Total Score, Step Score, Current Zone Value, Current
Achievement Points, Achievements
|
void |
GraphPolicy.listAchievements(int yValue,
long width,
Vector<TeamState> teamsStates) |
Copyright © 2013. All Rights Reserved.