|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Team | |
---|---|
game |
Uses of Team in game |
---|
Methods in game that return Team | |
---|---|
Team |
Game.getTeamA()
|
Team |
Game.getTeamB()
|
Team |
Game.getWinner()
Get the Winner of the Game |
Methods in game with parameters of type Team | |
---|---|
void |
Game.setTeamA(Team teamA)
|
void |
Game.setTeamB(Team teamB)
|
Method parameters in game with type arguments of type Team | |
---|---|
void |
TreePanel.informBets(java.util.ArrayList<Team> winners)
Inform the TreePanel, that Bets were made |
void |
TreePanel.informResults(java.util.ArrayList<Team> winners)
Inform the TreePanel, that Results were inserted |
Constructors in game with parameters of type Team | |
---|---|
Game(Team a,
Team b)
Initialize a game |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |