plugins
Interface ITeamLineup

All Known Implementing Classes:
TeamLineup

public interface ITeamLineup

TODO Missing Interface Documentation

Author:
TODO Author Name

Field Summary
static int ATTACK
          Index for Players that played in Attack
static int DEFENCE
          Index for Players that played in Defence
static int KEEPER
          Index for Players that played Keeper
static int MIDFIELD
          Index for Players that played in Midfield
 
Method Summary
 void add(java.lang.String playerId, int area)
          Add a player to the lineup
 java.util.List getArea(int area)
          Returns the list of players that plays in the specified area
 

Field Detail

KEEPER

static final int KEEPER
Index for Players that played Keeper

See Also:
Constant Field Values

DEFENCE

static final int DEFENCE
Index for Players that played in Defence

See Also:
Constant Field Values

MIDFIELD

static final int MIDFIELD
Index for Players that played in Midfield

See Also:
Constant Field Values

ATTACK

static final int ATTACK
Index for Players that played in Attack

See Also:
Constant Field Values
Method Detail

getArea

java.util.List getArea(int area)
Returns the list of players that plays in the specified area

Parameters:
area -
Returns:
list of players

add

void add(java.lang.String playerId,
         int area)
Add a player to the lineup

Parameters:
playerId -
area -