|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GameModel | |
---|---|
com.asdf.plugins.pokergames | In-built pokergame implementation. |
Uses of GameModel in com.asdf.plugins.pokergames |
---|
Methods in com.asdf.plugins.pokergames that return GameModel | |
---|---|
static GameModel |
GameModel.clone(GameModel previous)
|
static GameModel |
GameModel.clone(GameModelInfoMessage previous)
Little helper who creates an independent copy of given GameModel |
static GameModel |
GameModel.cloneWithoutPreviousStates(GameModel previous)
|
Methods in com.asdf.plugins.pokergames with parameters of type GameModel | |
---|---|
static GameModel |
GameModel.clone(GameModel previous)
|
static GameModel |
GameModel.cloneWithoutPreviousStates(GameModel previous)
|
void |
OurPlayerInfo.setLastGameInfo(GameModel info)
|
void |
StatisticsHand.setStateAtEnd(GameModel model,
Hand[] hands)
Set ending state. |
int |
GameModel.update(GameModel newModel)
Little helper who changes this GameModel to have the same values as the given GameModel Saves that previous state of the model to the lastgameinfo of the previous currentplayer |
void |
PokerGameController.updateGameModel(GameModel newModel)
Updates the game model given the new game model If the current player is one in this controller, starts a thread to get it's action |
Constructors in com.asdf.plugins.pokergames with parameters of type GameModel | |
---|---|
StatisticsHand(java.sql.Connection conn,
GameModel model)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |