|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectctf.evaluation.simulator.data.State
public class State
Represents the current state of the game
| Field Summary | |
|---|---|
static int |
TOKENS
|
| Constructor Summary | |
|---|---|
State(java.lang.String[] tokens)
|
|
| Method Summary | |
|---|---|
float |
rawTime()
What time was reported (could be different from game time)? |
Team |
team(Side side)
|
float |
time()
What's the current game time (in seconds)? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TOKENS
| Constructor Detail |
|---|
public State(java.lang.String[] tokens)
throws ProtocolError
ProtocolError| Method Detail |
|---|
public Team team(Side side)
public float time()
public float rawTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||