|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITeamLineup
TODO Missing Interface Documentation
| 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 |
|---|
static final int KEEPER
static final int DEFENCE
static final int MIDFIELD
static final int ATTACK
| Method Detail |
|---|
java.util.List getArea(int area)
area -
void add(java.lang.String playerId,
int area)
playerId - area -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||