ctf.evaluation.simulator.data
Class Team

java.lang.Object
  extended by ctf.evaluation.simulator.data.Team

public class Team
extends java.lang.Object

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

PLAYERS

public static final int PLAYERS
See Also:
Constant Field Values

TOKENS

public static final int TOKENS
See Also:
Constant Field Values
Constructor Detail

Team

public Team(java.lang.String[] tokens)
     throws ProtocolError
Throws:
ProtocolError
Method Detail

score

public int score()

color

public TeamColor color()

flag

public Flag flag()

player

public Player player(int i)