|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectctf.evaluation.simulator.data.Team
public class Team
Represents a team
Field Summary | |
---|---|
static int |
PLAYERS
|
static int |
TOKENS
|
Constructor Summary | |
---|---|
Team(java.lang.String[] tokens)
|
Method Summary | |
---|---|
TeamColor |
color()
|
Flag |
flag()
|
Player |
player(int i)
|
int |
score()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PLAYERS
public static final int TOKENS
Constructor Detail |
---|
public Team(java.lang.String[] tokens) throws ProtocolError
ProtocolError
Method Detail |
---|
public int score()
public TeamColor color()
public Flag flag()
public Player player(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |