Uses of Class
com.asdf.plugins.pokergames.texasholdem.parser.GameModelInfoMessage

Packages that use GameModelInfoMessage
com.asdf.plugins.pokergames In-built pokergame implementation. 
com.asdf.plugins.pokergames.texasholdem.parser   
 

Uses of GameModelInfoMessage in com.asdf.plugins.pokergames
 

Methods in com.asdf.plugins.pokergames that return GameModelInfoMessage
 GameModelInfoMessage GameModel.getGameModelInfo()
          returns the fields of the model, for sending in messages
 GameModelInfoMessage OurPlayerInfoFields.getLastGameInfo()
           
 

Methods in com.asdf.plugins.pokergames with parameters of type GameModelInfoMessage
static GameModel GameModel.clone(GameModelInfoMessage previous)
          Little helper who creates an independent copy of given GameModel
 void OurPlayerInfoFields.setLastGameInfo(GameModelInfoMessage lastGameInfo)
           
 void OurPlayerInfo.setLastGameInfo(GameModelInfoMessage info)
           
 

Constructors in com.asdf.plugins.pokergames with parameters of type GameModelInfoMessage
GameModel(GameModelInfoMessage gmi)
           
 

Uses of GameModelInfoMessage in com.asdf.plugins.pokergames.texasholdem.parser
 

Methods in com.asdf.plugins.pokergames.texasholdem.parser that return GameModelInfoMessage
 GameModelInfoMessage ObjectFactory.createGameModelInfoMessage()
          Create an instance of GameModelInfoMessage
 GameModelInfoMessage TexasMessage.getGameInfo()
          Gets the value of the gameInfo property.
 GameModelInfoMessage PlayerInfoFieldsMessage.getLastGameInfo()
          Gets the value of the lastGameInfo property.
 

Methods in com.asdf.plugins.pokergames.texasholdem.parser with parameters of type GameModelInfoMessage
 void TexasMessage.setGameInfo(GameModelInfoMessage value)
          Sets the value of the gameInfo property.
 void PlayerInfoFieldsMessage.setLastGameInfo(GameModelInfoMessage value)
          Sets the value of the lastGameInfo property.