Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
G
Game
- Class in
com.asdf.common
Game interface.
Game()
- Constructor for class com.asdf.common.
Game
GameController
- Class in
com.asdf.common
GameController is an abstract class which implements some basic functionality necessary for client side game controllers.
GameController()
- Constructor for class com.asdf.common.
GameController
Default constructor for GameController which sets a random id for itself.
GameDetailsResponse
- Class in
com.asdf.parser
Java class for GameDetailsResponse complex type.
GameDetailsResponse()
- Constructor for class com.asdf.parser.
GameDetailsResponse
GameDetailsResponse.Players
- Class in
com.asdf.parser
Java class for anonymous complex type.
GameDetailsResponse.Players()
- Constructor for class com.asdf.parser.
GameDetailsResponse.Players
GameDetailsResponse.Players.Player
- Class in
com.asdf.parser
Java class for anonymous complex type.
GameDetailsResponse.Players.Player()
- Constructor for class com.asdf.parser.
GameDetailsResponse.Players.Player
GameFactory
- Class in
com.asdf.server
Handles dynamic loading and initializing of new games.
GameFactory()
- Constructor for class com.asdf.server.
GameFactory
GameInfo
- Interface in
com.asdf.plugins.pokergames
gameInfo()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
gameInfo
- Variable in class com.asdf.plugins.pokergames.
PokerGameController
GameListGameResponse
- Class in
com.asdf.parser
Java class for GameListGameResponse complex type.
GameListGameResponse()
- Constructor for class com.asdf.parser.
GameListGameResponse
GameListResponse
- Class in
com.asdf.parser
Java class for GameListResponse complex type.
GameListResponse()
- Constructor for class com.asdf.parser.
GameListResponse
GameListResponse.Games
- Class in
com.asdf.parser
Java class for anonymous complex type.
GameListResponse.Games()
- Constructor for class com.asdf.parser.
GameListResponse.Games
GameListResponse.Games.Game
- Class in
com.asdf.parser
Java class for anonymous complex type.
GameListResponse.Games.Game()
- Constructor for class com.asdf.parser.
GameListResponse.Games.Game
GameListResponse.Games.Game.AdditionalInfo
- Class in
com.asdf.parser
Java class for anonymous complex type.
GameListResponse.Games.Game.AdditionalInfo()
- Constructor for class com.asdf.parser.
GameListResponse.Games.Game.AdditionalInfo
GameListResponse.Games.Game.AdditionalInfo.Players
- Class in
com.asdf.parser
Java class for anonymous complex type.
GameListResponse.Games.Game.AdditionalInfo.Players()
- Constructor for class com.asdf.parser.
GameListResponse.Games.Game.AdditionalInfo.Players
GameManager
- Class in
com.asdf.server
Handles creating, deleting and listing of games.
GameManager()
- Constructor for class com.asdf.server.
GameManager
GameManager.GameJoinException
- Exception in
com.asdf.server
GameManager.GameJoinException(String)
- Constructor for exception com.asdf.server.
GameManager.GameJoinException
GameModel
- Class in
com.asdf.plugins.pokergames
Contains all the state information of the game and players
GameModel(double, double, int, int, long, Stage)
- Constructor for class com.asdf.plugins.pokergames.
GameModel
Constructor for a new GameModel at the beginning of a table
GameModel(GameModelInfoMessage)
- Constructor for class com.asdf.plugins.pokergames.
GameModel
GameModelInfoMessage
- Class in
com.asdf.plugins.pokergames.texasholdem.parser
Java class for GameModelInfoMessage complex type.
GameModelInfoMessage()
- Constructor for class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
gameOverEvent()
- Method in class com.asdf.plugins.pokergames.
OurPlayer
gameOverEvent()
- Method in interface com.asdf.plugins.pokergames.
Player
Called when the hand is over.
gameOverEvent()
- Method in class com.asdf.plugins.pokergames.texasholdem.bots.
Bananabot
The hand is now over.
gameOverEvent()
- Method in class com.asdf.plugins.pokergames.texasholdem.bots.
KillerBot
gameOverEvent()
- Method in class com.asdf.plugins.pokergames.texasholdem.bots.
SuperBot
GameRequest
- Class in
com.asdf.parser
Java class for GameRequest complex type.
GameRequest()
- Constructor for class com.asdf.parser.
GameRequest
GameResponse
- Class in
com.asdf.parser
Java class for GameResponse complex type.
GameResponse()
- Constructor for class com.asdf.parser.
GameResponse
gameStartEvent(GameInfo, int)
- Method in class com.asdf.plugins.pokergames.
OurPlayer
gameStartEvent(GameInfo, int)
- Method in interface com.asdf.plugins.pokergames.
Player
gameStartEvent(GameInfo, int)
- Method in class com.asdf.plugins.pokergames.texasholdem.bots.
Bananabot
A new game has been started.
gameStartEvent(GameInfo, int)
- Method in class com.asdf.plugins.pokergames.texasholdem.bots.
KillerBot
gameStartEvent(GameInfo, int)
- Method in class com.asdf.plugins.pokergames.texasholdem.bots.
SuperBot
gameStateChanged()
- Method in class com.asdf.plugins.pokergames.
OurPlayer
gameStateChanged()
- Method in interface com.asdf.plugins.pokergames.
Player
From GameObserver, called whenever an action is completed, and the GameModel has been updated
gameStateChanged()
- Method in class com.asdf.plugins.pokergames.texasholdem.bots.
Bananabot
The game info state has been updated Called after an action event has been fully processed
gameStateChanged()
- Method in class com.asdf.plugins.pokergames.texasholdem.bots.
KillerBot
gameStateChanged()
- Method in class com.asdf.plugins.pokergames.texasholdem.bots.
SuperBot
GameStateUpdate
- Class in
com.asdf.parser
Java class for GameStateUpdate complex type.
GameStateUpdate()
- Constructor for class com.asdf.parser.
GameStateUpdate
GameTimer
- Class in
com.asdf.server
Timer class providing thread safe timer for Game instances.
GameTimer()
- Constructor for class com.asdf.server.
GameTimer
GameTimerTask
- Class in
com.asdf.common
TimerTask wrapper, which synchronizes calling Game
GameTimerTask(Game)
- Constructor for class com.asdf.common.
GameTimerTask
Constructor
gametype
- Variable in class com.asdf.plugins.pokergames.gameview.
GameViewButtonPanel
GameView
- Class in
com.asdf.plugins.pokergames.gameview
multiuse pokertable GUI frame.
GameView(int, int, PokerGameTypes, int)
- Constructor for class com.asdf.plugins.pokergames.gameview.
GameView
Generates new gameview with given card amount, maxplayers, gametype and turn timer delays.
GameViewBackGroundSelector
- Class in
com.asdf.plugins.pokergames.gameview
GameViewBetmenu
- Class in
com.asdf.plugins.pokergames.gameview
GameViewBetmenu(JLayeredPane, GameViewGameButton, PokerGameTypes)
- Constructor for class com.asdf.plugins.pokergames.gameview.
GameViewBetmenu
Creates betmenu for pokergames that gives slider+some predefined bet options and inputfield to enter bet actions.
GameViewButtonPanel
- Class in
com.asdf.plugins.pokergames.gameview
GameViewButtonPanel(PokerGameTypes, JLayeredPane)
- Constructor for class com.asdf.plugins.pokergames.gameview.
GameViewButtonPanel
Creates button panel of given gametype (poker only atm)
GameViewChatPanel
- Class in
com.asdf.plugins.pokergames.gameview
GameViewCheckBoxPanel
- Class in
com.asdf.plugins.pokergames.gameview
GameViewGameButton
- Class in
com.asdf.plugins.pokergames.gameview
GameViewQuickSet
- Class in
com.asdf.plugins.pokergames.gameview
Supercool resize gizmo, for ones not retard enough to do manual resizes.
GameViewQuickSet(JFrame)
- Constructor for class com.asdf.plugins.pokergames.gameview.
GameViewQuickSet
GameViewSeat
- Class in
com.asdf.plugins.pokergames.gameview
GameViewSitDownPopUp
- Class in
com.asdf.plugins.pokergames.gameview
GameViewTableCards
- Class in
com.asdf.plugins.pokergames.gameview
GameViewTableCards(JLayeredPane)
- Constructor for class com.asdf.plugins.pokergames.gameview.
GameViewTableCards
New table cards, cards are drawn into JLayeredPane given as parameter
generateGeneralErrorResponse(boolean)
- Method in class com.asdf.server.
MessageHandler
Generate Message with general error response set to given value.
generateGeneralErrorResponse(boolean, String)
- Method in class com.asdf.server.
MessageHandler
Generate Message with general error response set to given value.
GenericResponse
- Class in
com.asdf.parser
Java class for GenericResponse complex type.
GenericResponse()
- Constructor for class com.asdf.parser.
GenericResponse
GenericStateUpdate
- Class in
com.asdf.parser
Java class for GenericStateUpdate complex type.
GenericStateUpdate()
- Constructor for class com.asdf.parser.
GenericStateUpdate
get()
- Static method in class com.asdf.common.
Logger
Creates new instance when used for a first time and serves that instance for later calls.
getAccount()
- Method in class com.asdf.server.
ClientConnection
Getter for account
getAccountManagement()
- Method in class com.asdf.parser.
Request
Gets the value of the accountManagement property.
getAccountManagement()
- Method in class com.asdf.parser.
Response
Gets the value of the accountManagement property.
getAccountManager()
- Method in class com.asdf.server.
Server
Getter for AccountManager
getAccountName(long)
- Method in class com.asdf.common.
Game
Get account name of the user.
getAccountName()
- Method in class com.asdf.gui.lobby.
LobbyTopPanel
getAccountName()
- Method in class com.asdf.parser.
AccountManagementRequest.ChangePassword
Gets the value of the accountName property.
getAccountName()
- Method in class com.asdf.parser.
AccountManagementRequest.Create
Gets the value of the accountName property.
getAccountName()
- Method in class com.asdf.parser.
AccountManagementRequest.Delete
Gets the value of the accountName property.
getAccountName()
- Method in class com.asdf.parser.
AuthenticationRequest.Login
Gets the value of the accountName property.
getAccountName()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
Returns the account name of this player.
getAccountName()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Returns the account name of this player.
getAccountName()
- Method in class com.asdf.plugins.pokergames.
PokerGameController
Returns the name of the account for the user
getAccountName()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
PlayerInfoFieldsMessage
Gets the value of the accountName property.
getAccountType()
- Method in class com.asdf.parser.
AccountManagementRequest.Create
Gets the value of the accountType property.
getAction()
- Method in class com.asdf.parser.
GameRequest
Gets the value of the action property.
getAction()
- Method in class com.asdf.parser.
GameResponse
Gets the value of the action property.
getAction()
- Method in class com.asdf.plugins.pokergames.
OurPlayer
getAction()
- Method in interface com.asdf.plugins.pokergames.
Player
getAction()
- Method in class com.asdf.plugins.pokergames.texasholdem.bots.
Bananabot
Requests an Action from the player Called when it is the Player's turn to act.
getAction()
- Method in class com.asdf.plugins.pokergames.texasholdem.bots.
KillerBot
getAction()
- Method in class com.asdf.plugins.pokergames.texasholdem.bots.
SuperBot
getAction()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
TexasEventMessage
Gets the value of the action property.
getAction()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
TexasMessage
Gets the value of the action property.
getActionIndex()
- Method in class com.asdf.common.
Action
Getter for the index
getAdditionalInfo()
- Method in class com.asdf.parser.
GameListResponse.Games.Game
Gets the value of the additionalInfo property.
getAddress()
- Method in class com.asdf.server.
ClientConnection
Getter for client ip string
getAddressString()
- Method in class com.asdf.server.
ClientConnection
Getter for client remote address string
getAmount()
- Method in class com.asdf.common.
Action
Getter for the amount
getAmount()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
ActionMessage
Gets the value of the amount property.
getAmount()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
TexasEventMessage
Gets the value of the amount property.
getAmountCallable()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getAmountCallable()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Get the amount of the current bet that the player can call
getAmountInPot()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getAmountInPot()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Obtain the amount the player has invested in the pot.
getAmountInPot()
- Method in class com.asdf.plugins.pokergames.
PlayerPosition
getAmountInPotThisRound()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getAmountInPotThisRound()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Obtain the amount the player has invested in the pot this round
getAmountRaiseable()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getAmountRaiseable()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Get the maximum amount the player can raise.
getAmountToCall(int)
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get a player's amount to call Calls the PlayerInfo's corresponding method.
getAmountToCall(int)
- Method in class com.asdf.plugins.pokergames.
GameModel
getAmountToCall()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getAmountToCall()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Determine the amount a player must pay to stay in the game
getAnte()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the amount of the ante, if any
getAnte()
- Method in class com.asdf.plugins.pokergames.
GameModel
getAnte()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the ante property.
getAny()
- Method in class com.asdf.parser.
Custom
Gets the value of the any property.
getAny()
- Method in class com.asdf.parser.
Parameters
Gets the value of the any property.
getAttribute(String)
- Method in class com.asdf.utils.
BasicElement
getAttributeNode(String)
- Method in class com.asdf.utils.
BasicElement
getAttributeNodeNS(String, String)
- Method in class com.asdf.utils.
BasicElement
getAttributeNS(String, String)
- Method in class com.asdf.utils.
BasicElement
getAttributes()
- Method in class com.asdf.utils.
BasicAttr
getAttributes()
- Method in class com.asdf.utils.
BasicElement
getAuthConnectionString()
- Static method in class com.asdf.server.
Configuration
Getter for database connection string
getAuthDriverString()
- Static method in class com.asdf.server.
Configuration
Getter for database driver string
getAuthentication()
- Method in class com.asdf.parser.
Request
Gets the value of the authentication property.
getAuthentication()
- Method in class com.asdf.parser.
Response
Gets the value of the authentication property.
getAuthPassword()
- Static method in class com.asdf.server.
Configuration
Getter for database password
getAuthUsername()
- Static method in class com.asdf.server.
Configuration
Getter for database username
getAvailableGames()
- Method in class com.asdf.client.
LobbyModel
Gets available games.
getAvailableGames()
- Method in class com.asdf.parser.
LobbyRequest
Gets the value of the availableGames property.
getAvailableGames()
- Method in class com.asdf.parser.
LobbyResponse
Gets the value of the availableGames property.
getBalance()
- Method in class com.asdf.client.
User
Gets the balance of the user.
getBalance()
- Method in class com.asdf.parser.
LoginResponse
Gets the value of the balance property.
getBalance()
- Method in class com.asdf.server.
Account
getBankRoll(int)
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get a player's bankroll Calls the PlayerInfo's corresponding method.
getBankRoll(int)
- Method in class com.asdf.plugins.pokergames.
GameModel
getBankRoll()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getBankRoll()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfoFields
getBankRoll()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Get the current bankroll
getBankRoll()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
PlayerInfoFieldsMessage
Gets the value of the bankRoll property.
getBankRollAtStartOfHand()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getBankRollAtStartOfHand()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfoFields
getBankRollAtStartOfHand()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Get the player's bankroll at the start of the hand (i.e., before any actions including antes and blinds).
getBankRollAtStartOfHand()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
PlayerInfoFieldsMessage
Gets the value of the bankRollAtStartOfHand property.
getBankRollInSmallBets()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getBankRollInSmallBets()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Get the current bankroll as a multiple of the big blind
getBaseURI()
- Method in class com.asdf.utils.
BasicAttr
getBaseURI()
- Method in class com.asdf.utils.
BasicElement
getBetsToCall(int)
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get a player's amount to call in bets
getBetsToCall(int)
- Method in class com.asdf.plugins.pokergames.
GameModel
from GameInfo, get the maximum amount the player in the given seat can risk in this hand.
getBigBlind()
- Method in class com.asdf.plugins.pokergames.
GameModel
getBigBlind()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the bigBlind property.
getBigBlindSeat()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the big blind seat
getBigBlindSeat()
- Method in class com.asdf.plugins.pokergames.
GameModel
getBigBlindSeat()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the bigBlindSeat property.
getBigBlindSeatFromButton()
- Method in class com.asdf.plugins.pokergames.
GameModel
getBigBlindSize()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the amount of the big blind.
getBigBlindSize()
- Method in class com.asdf.plugins.pokergames.
GameModel
getBiggestBet()
- Method in class com.asdf.plugins.pokergames.
GameModel
TODO find out what testing
getBoard()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the board cards
getBoard()
- Method in class com.asdf.plugins.pokergames.
GameModel
getBoardCards()
- Method in class com.asdf.plugins.pokergames.
GameModel
getBoardCards()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the boardCards property.
getButtonSeat()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the seat the button is on (could be dead button)
getButtonSeat()
- Method in class com.asdf.plugins.pokergames.
GameModel
getButtonSeat()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the buttonSeat property.
getByClientConnection(ClientConnection)
- Method in class com.asdf.server.
SessionManager
Get Session IDs by ClientConnection.
getBySessionID(long)
- Method in class com.asdf.server.
SessionManager
Get ClientConnection by session ID.
getCard(int)
- Method in class com.asdf.plugins.pokergames.
Deck
Gets the card in the given index.
getCard(int)
- Method in class com.asdf.plugins.pokergames.
Hand
getCard()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
ParserCard
Gets the value of the card property.
getCardCount()
- Method in class com.asdf.plugins.pokergames.gameview.
GameViewSeat
Gives amount of cards we created seat/game
getCardPositions()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
TexasEventMessage
Gets the value of the cardPositions property.
getCards()
- Method in class com.asdf.plugins.pokergames.
Hand
getCards()
- Method in class com.asdf.plugins.pokergames.
StatisticsPlayer
getCards()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
ParserHand
Gets the value of the cards property.
getCenter()
- Method in class com.asdf.plugins.pokergames.gameview.
GameViewSeat
Gives center of seat,
getChangePassword()
- Method in class com.asdf.parser.
AccountManagementRequest
Gets the value of the changePassword property.
getChangePassword()
- Method in class com.asdf.parser.
AccountManagementResponse
Gets the value of the changePassword property.
getChat()
- Method in class com.asdf.parser.
GameRequest
Gets the value of the chat property.
getChat()
- Method in class com.asdf.parser.
GameStateUpdate
Gets the value of the chat property.
getChildNodes()
- Method in class com.asdf.utils.
BasicAttr
getChildNodes()
- Method in class com.asdf.utils.
BasicElement
getClientGame()
- Method in class com.asdf.parser.
AvailableGamesResponse.Game
Gets the value of the clientGame property.
getColumnNames()
- Method in class com.asdf.parser.
GameDetailsResponse
Gets the value of the columnNames property.
getColumnNames()
- Method in class com.asdf.parser.
GameListResponse
Gets the value of the columnNames property.
getConnectionHandler()
- Method in class com.asdf.client.
LobbyController
Gets the ConnectionHandler used by lobby.
getConnectionHandler()
- Method in interface com.asdf.client.
MessageHandler
Returns the ConnectionHandler used by implementing class.
getConnectionHandler()
- Method in class com.asdf.common.
GameController
Returns ConnectionHandler associated with this GameController.
getController()
- Method in class com.asdf.gui.lobby.
CreateGamePanel
Returns the lobby controller used by this panel.
getCountablePlayers()
- Method in class com.asdf.plugins.pokergames.
GameModel
getCreate()
- Method in class com.asdf.parser.
AccountManagementRequest
Gets the value of the create property.
getCreate()
- Method in class com.asdf.parser.
AccountManagementResponse
Gets the value of the create property.
getCreate()
- Method in class com.asdf.parser.
GameRequest
Gets the value of the create property.
getCreate()
- Method in class com.asdf.parser.
GameResponse
Gets the value of the create property.
getCreateGamePanel()
- Method in class com.asdf.parser.
AvailableGamesResponse.Game
Gets the value of the createGamePanel property.
getCreatePanelName(String)
- Method in class com.asdf.client.
LobbyModel
Gives the class name of the CreateGamePanel for this game type which is shown in lobby.
getCurrentBetSize()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the amount of the betting increment (for fixed-limit)
getCurrentBetSize()
- Method in class com.asdf.plugins.pokergames.
GameModel
getCurrentPlayer()
- Method in class com.asdf.plugins.pokergames.
GameModel
getCurrentPlayerSeat()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the seat for the current player to act
getCurrentPlayerSeat()
- Method in class com.asdf.plugins.pokergames.
GameModel
getCurrentPlayerSeat()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the currentPlayerSeat property.
getCustom()
- Method in class com.asdf.parser.
GameRequest
Gets the value of the custom property.
getCustom()
- Method in class com.asdf.parser.
GameResponse
Gets the value of the custom property.
getCustom()
- Method in class com.asdf.parser.
GameStateUpdate
Gets the value of the custom property.
getCustom()
- Method in class com.asdf.parser.
GenericStateUpdate
Gets the value of the custom property.
getCustom()
- Method in class com.asdf.parser.
LobbyStateUpdate
Gets the value of the custom property.
getDbGameConnection()
- Method in class com.asdf.server.
GameManager
Getter for database game connection.
getDelete()
- Method in class com.asdf.parser.
AccountManagementRequest
Gets the value of the delete property.
getDelete()
- Method in class com.asdf.parser.
AccountManagementResponse
Gets the value of the delete property.
getDelete()
- Method in class com.asdf.parser.
GameRequest
Gets the value of the delete property.
getDelete()
- Method in class com.asdf.parser.
GameResponse
Gets the value of the delete property.
getDescription()
- Method in class com.asdf.parser.
CreateGameResponse
Gets the value of the description property.
getDescription()
- Method in class com.asdf.parser.
GenericResponse
Gets the value of the description property.
getDescription()
- Method in class com.asdf.parser.
GenericStateUpdate
Gets the value of the description property.
getDescription()
- Method in class com.asdf.parser.
LoginResponse
Gets the value of the description property.
getDiscarded()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
ActionMessage
Gets the value of the discarded property.
getDiscards()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
ActionMessage
Gets the value of the discards property.
getElementsByTagName(String)
- Method in class com.asdf.utils.
BasicElement
getElementsByTagNameNS(String, String)
- Method in class com.asdf.utils.
BasicElement
getEligiblePot(int)
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the amount in the pot that a player is eligible to win.
getEligiblePot(int)
- Method in class com.asdf.plugins.pokergames.
GameModel
getErrorCode()
- Method in class com.asdf.parser.
CreateGameResponse
Gets the value of the errorCode property.
getErrorCode()
- Method in class com.asdf.parser.
GenericResponse
Gets the value of the errorCode property.
getErrorCode()
- Method in class com.asdf.parser.
GenericStateUpdate
Gets the value of the errorCode property.
getEvent()
- Method in class com.asdf.parser.
GameResponse
Gets the value of the event property.
getEvent()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
TexasMessage
Gets the value of the event property.
getFeature(String, String)
- Method in class com.asdf.utils.
BasicAttr
getFeature(String, String)
- Method in class com.asdf.utils.
BasicElement
getFirstChild()
- Method in class com.asdf.utils.
BasicAttr
getFirstChild()
- Method in class com.asdf.utils.
BasicElement
getFlop()
- Method in class com.asdf.plugins.pokergames.
StatisticsPlayer
getFreeGameID()
- Method in class com.asdf.server.
GameManager
Returns next free game ID.
getGame()
- Method in class com.asdf.parser.
AvailableGamesResponse
Gets the value of the game property.
getGame()
- Method in class com.asdf.parser.
GameListResponse.Games
Gets the value of the game property.
getGame()
- Method in class com.asdf.parser.
Request
Gets the value of the game property.
getGame()
- Method in class com.asdf.parser.
Response
Gets the value of the game property.
getGame()
- Method in class com.asdf.parser.
StateUpdate
Gets the value of the game property.
getGameConnectionString()
- Static method in class com.asdf.server.
Configuration
Getter for game database connection string
getGameController()
- Method in class com.asdf.plugins.pokergames.
OurPlayer
getGameControllerName(String)
- Method in class com.asdf.client.
LobbyModel
Gives the class name of the GameController for this game type which starts the game client at client side.
getGameDetails()
- Method in class com.asdf.parser.
LobbyRequest
Gets the value of the gameDetails property.
getGameDetails()
- Method in class com.asdf.parser.
LobbyResponse
Gets the value of the gameDetails property.
getGameDetails(GameDetailsResponse, Long)
- Method in class com.asdf.server.
GameManager
Asks for detailed information from a single game.
getGameDriverString()
- Static method in class com.asdf.server.
Configuration
Getter for game database driver string
getGameID()
- Method in class com.asdf.common.
GameController
Gets this games gameID.
getGameID()
- Method in class com.asdf.parser.
CreateGameResponse
Gets the value of the gameID property.
getGameID()
- Method in class com.asdf.parser.
GameListGameResponse
Gets the value of the gameID property.
getGameID()
- Method in class com.asdf.parser.
GameListResponse.Games.Game
Gets the value of the gameID property.
getGameID()
- Method in class com.asdf.parser.
GameRequest
Gets the value of the gameID property.
getGameID()
- Method in class com.asdf.parser.
GameResponse
Gets the value of the gameID property.
getGameID()
- Method in class com.asdf.parser.
GameStateUpdate
Gets the value of the gameID property.
getGameID()
- Method in class com.asdf.parser.
LobbyRequest.GameDetails
Gets the value of the gameID property.
getGameID()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
The game identifier for this table
getGameID()
- Method in class com.asdf.plugins.pokergames.
GameModel
getGameID()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the gameID property.
getGameInfo()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getGameInfo()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Get the context of the last action made by this player.
getGameInfo()
- Method in class com.asdf.plugins.pokergames.
PokerGameController
Getter for current game state
getGameInfo()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
TexasMessage
Gets the value of the gameInfo property.
getGameList()
- Method in class com.asdf.client.
LobbyModel
Gets listed games.
getGameList()
- Method in class com.asdf.parser.
LobbyRequest
Gets the value of the gameList property.
getGameList()
- Method in class com.asdf.parser.
LobbyResponse
Gets the value of the gameList property.
getGameListPanel()
- Method in class com.asdf.gui.lobby.
LobbyFrame
Returns the panel containing table of listed games.
getGameManager()
- Method in class com.asdf.server.
Server
Getter for GameManager
getGameModelInfo()
- Method in class com.asdf.plugins.pokergames.
GameModel
returns the fields of the model, for sending in messages
getGamePassword()
- Static method in class com.asdf.server.
Configuration
Getter for database password
getGames()
- Method in class com.asdf.parser.
GameListResponse
Gets the value of the games property.
getGameTreePanel()
- Method in class com.asdf.gui.lobby.
LobbyFrame
Returns the panel containing tree of the available games.
getGameType()
- Method in class com.asdf.parser.
CreateGameRequest
Gets the value of the gameType property.
getGameType()
- Method in class com.asdf.parser.
GameListResponse.Games.Game
Gets the value of the gameType property.
getGameType()
- Method in class com.asdf.parser.
LobbyRequest.GameList
Gets the value of the gameType property.
getGameTypes(List<AvailableGamesResponse.Game>)
- Method in class com.asdf.server.
GameManager
Reads meta data about games available in this server and sends this to client.
getGameUsername()
- Static method in class com.asdf.server.
Configuration
Getter for game database username
getGameVariant()
- Method in class com.asdf.parser.
GameListResponse.Games.Game
Gets the value of the gameVariant property.
getGameVariant()
- Method in class com.asdf.parser.
LobbyRequest.GameList
Gets the value of the gameVariant property.
getGeneral()
- Method in class com.asdf.parser.
Response
Gets the value of the general property.
getGeneral()
- Method in class com.asdf.parser.
StateUpdate
Gets the value of the general property.
getHand()
- Method in class com.asdf.plugins.pokergames.
OurPlayer
getHand()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
TexasMessage
Gets the value of the hand property.
getHandValue()
- Method in class com.asdf.plugins.pokergames.
PlayerPosition
getHasActedThisRound()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getHasNextAction()
- Method in class com.asdf.plugins.pokergames.
PokerGameController
getHasToPostBlind()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfoFields
getHasToPostBlind()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
PlayerInfoFieldsMessage
Gets the value of the hasToPostBlind property.
getHoleCards()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getHoleCards()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfoFields
getHoleCards()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
PlayerInfoFieldsMessage
Gets the value of the holeCards property.
getIconFromBufferedimage(String, double, double)
- Static method in class com.asdf.plugins.pokergames.gameview.
GameView
Generates ImageIcons from stored BufferedImages.
getID()
- Method in class com.asdf.client.
LobbyController
getID()
- Method in interface com.asdf.client.
MessageHandler
Returns the sessionID of this MessageHandler.
getId()
- Method in class com.asdf.common.
Game
Getter for the game ID
getID()
- Method in class com.asdf.common.
GameController
Gets this games sessionID.
getIndex()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
ActionMessage
Gets the value of the index property.
getInfo()
- Method in class com.asdf.parser.
GameDetailsResponse.Players.Player
Gets the value of the info property.
getInfo()
- Method in class com.asdf.parser.
GameListGameResponse
Gets the value of the info property.
getInfo()
- Method in class com.asdf.parser.
Message
Gets the value of the info property.
getInfoFields()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getInPot()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getInPot()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfoFields
getInPot()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
PlayerInfoFieldsMessage
Gets the value of the inPot property.
getInPotThisRound()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getInPotThisRound()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfoFields
getInPotThisRound()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
PlayerInfoFieldsMessage
Gets the value of the inPotThisRound property.
getInstance()
- Static method in class com.asdf.client.
Configuration
Returns instance of Configuration and creates one if it doesn't already exist.
getInstance()
- Static method in class com.asdf.server.
Configuration
Returns instance of Configuration and creates one if it doesn't already exist.
getInt()
- Method in class com.asdf.plugins.pokergames.
Card
Getter for integer representation of the card.
getIsSimulation()
- Method in class com.asdf.plugins.pokergames.
GameModel
getIsZipMode()
- Method in class com.asdf.plugins.pokergames.
GameModel
getJoin()
- Method in class com.asdf.parser.
GameRequest
Gets the value of the join property.
getJoin()
- Method in class com.asdf.parser.
GameResponse
Gets the value of the join property.
getKey()
- Method in class com.asdf.server.
ClientConnection
Getter method for connection channel key.
getLastAction()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getLastAction()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfoFields
getLastAction()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
A single integer code for the last action made
getLastAction()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
PlayerInfoFieldsMessage
Gets the value of the lastAction property.
getLastChild()
- Method in class com.asdf.utils.
BasicAttr
getLastChild()
- Method in class com.asdf.utils.
BasicElement
getLastGameInfo()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfoFields
getLastGameInfo()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
PlayerInfoFieldsMessage
Gets the value of the lastGameInfo property.
getLength()
- Method in class com.asdf.utils.
BasicNamedNodeMap
getLength()
- Method in class com.asdf.utils.
BasicNodeList
getLimitStyle()
- Method in class com.asdf.plugins.pokergames.
GameModel
getLimitStyle()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the limitStyle property.
getListedCreatePanelName()
- Method in class com.asdf.client.
LobbyModel
Gives the class name of the CreateGamePanel for listed game type which is shown in lobby.
getListedGameControllerName()
- Method in class com.asdf.client.
LobbyModel
Gives the class name of the GameController for listed game type which starts the game client at client side.
getListedGameType()
- Method in class com.asdf.client.
LobbyModel
Gets the game type which is listed.
getListedGameVariant()
- Method in class com.asdf.client.
LobbyModel
Gets the game variant which is listed.
getListedServerGameName()
- Method in class com.asdf.client.
LobbyModel
Gives the class name of the Game running on server side for listed game type which is shown in lobby.
getLobby()
- Method in class com.asdf.parser.
Request
Gets the value of the lobby property.
getLobby()
- Method in class com.asdf.parser.
Response
Gets the value of the lobby property.
getLobby()
- Method in class com.asdf.parser.
StateUpdate
Gets the value of the lobby property.
getLocalName()
- Method in class com.asdf.utils.
BasicAttr
getLocalName()
- Method in class com.asdf.utils.
BasicElement
getLogin()
- Method in class com.asdf.parser.
AuthenticationRequest
Gets the value of the login property.
getLogin()
- Method in class com.asdf.parser.
AuthenticationResponse
Gets the value of the login property.
getLoginPanel()
- Method in class com.asdf.gui.lobby.
LobbyFrame
Returns the login panel.
getLogout()
- Method in class com.asdf.parser.
AuthenticationRequest
Gets the value of the logout property.
getLogout()
- Method in class com.asdf.parser.
AuthenticationResponse
Gets the value of the logout property.
getMainPotSize()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the size of the main pot.
getMainPotSize()
- Method in class com.asdf.plugins.pokergames.
GameModel
from GameInfo, get the Log Directory used by all players for keeping logs
getMaxPlayers()
- Method in class com.asdf.parser.
GameListResponse.Games.Game
Gets the value of the maxPlayers property.
getMaxPlayers()
- Method in class com.asdf.plugins.pokergames.
GameModel
getMessage()
- Method in class com.asdf.parser.
ChatMessage
Gets the value of the message property.
getMessageTemplate()
- Method in class com.asdf.client.
LobbyController
Create Message already containing correct sessionID
getMinPlayers()
- Method in class com.asdf.plugins.pokergames.
GameModel
getMinPlayers()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the minPlayers property.
getMinRaise()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the smallest legal raise
getMinRaise()
- Method in class com.asdf.plugins.pokergames.
GameModel
getMinRaise()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the minRaise property.
getMoneyIn()
- Method in class com.asdf.plugins.pokergames.
StatisticsPlayer
getMyName()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfoFields
getMyName()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
PlayerInfoFieldsMessage
Gets the value of the myName property.
getMySeat()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfoFields
getMySeat()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
PlayerInfoFieldsMessage
Gets the value of the mySeat property.
getMyState()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfoFields
getMyState()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
PlayerInfoFieldsMessage
Gets the value of the myState property.
getName()
- Method in class com.asdf.client.
User
Returns the name of the account.
getName()
- Method in class com.asdf.common.
Game
Getter for the game's name.
getName()
- Method in class com.asdf.parser.
CreateGameRequest
Gets the value of the name property.
getName()
- Method in class com.asdf.parser.
GameListResponse.Games.Game
Gets the value of the name property.
getName()
- Method in class com.asdf.parser.
LoginResponse
Gets the value of the name property.
getName()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getName()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Obtain the player's name
getName()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
ActionMessage
Gets the value of the name property.
getName()
- Method in class com.asdf.server.
Account
Getter for account name
getName()
- Method in class com.asdf.utils.
BasicAttr
getNamedItem(String)
- Method in class com.asdf.utils.
BasicNamedNodeMap
getNamedItemNS(String, String)
- Method in class com.asdf.utils.
BasicNamedNodeMap
getNamespaceURI()
- Method in class com.asdf.utils.
BasicAttr
getNamespaceURI()
- Method in class com.asdf.utils.
BasicElement
getNetGain()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getNetGain()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Get the net amount won or lost since the start of the current hand
getNewPassword()
- Method in class com.asdf.parser.
AccountManagementRequest.ChangePassword
Gets the value of the newPassword property.
getNextAction()
- Method in class com.asdf.plugins.pokergames.
PokerGameController
Getter for next action.
getNextAmount()
- Method in class com.asdf.plugins.pokergames.
PokerGameController
Getter for next amount.
getNextSibling()
- Method in class com.asdf.utils.
BasicAttr
getNextSibling()
- Method in class com.asdf.utils.
BasicElement
getNodeName()
- Method in class com.asdf.utils.
BasicAttr
getNodeName()
- Method in class com.asdf.utils.
BasicElement
getNodeType()
- Method in class com.asdf.utils.
BasicAttr
getNodeType()
- Method in class com.asdf.utils.
BasicElement
getNodeType()
- Method in class com.asdf.utils.
BasicTextElement
getNodeValue()
- Method in class com.asdf.utils.
BasicAttr
getNodeValue()
- Method in class com.asdf.utils.
BasicElement
getNodeValue()
- Method in class com.asdf.utils.
BasicTextElement
getNumActivePlayers()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the number of players still active (not folded) in the hand
getNumActivePlayers()
- Method in class com.asdf.plugins.pokergames.
GameModel
getNumActivePlayersNotAllIn()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the number of active players that are not all-in
getNumActivePlayersNotAllIn()
- Method in class com.asdf.plugins.pokergames.
GameModel
getNumberOfAllInPlayers()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the number of players in the hand that are all-in
getNumberOfAllInPlayers()
- Method in class com.asdf.plugins.pokergames.
GameModel
getNumberOfCards()
- Method in class com.asdf.plugins.pokergames.
Deck
Getter method of the size
getNumPlayers()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the number of players dealt into the hand
getNumPlayers()
- Method in class com.asdf.plugins.pokergames.
GameModel
getNumRaises()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the number of bets and raises made during the current betting round
getNumRaises()
- Method in class com.asdf.plugins.pokergames.
GameModel
getNumSeats()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
The number of seats at the table
getNumSeats()
- Method in class com.asdf.plugins.pokergames.
GameModel
getNumToAct()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the number of players still to act in this betting round if there are no further raises.
getNumToAct()
- Method in class com.asdf.plugins.pokergames.
GameModel
from GameInfo, get the number of side pots
getNumWinners()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the number of players that were awarded a pot in this hand
getNumWinners()
- Method in class com.asdf.plugins.pokergames.
GameModel
getOldPassword()
- Method in class com.asdf.parser.
AccountManagementRequest.ChangePassword
Gets the value of the oldPassword property.
getOther()
- Method in class com.asdf.parser.
GameListResponse.Games.Game.AdditionalInfo
Gets the value of the other property.
getOurPlayer(int)
- Method in class com.asdf.plugins.pokergames.
GameModel
Get OurPlayerInfo from player in the given seat, to update his fields Use getPlayer if you just want to ask for the fields
getOurPlayer()
- Method in class com.asdf.plugins.pokergames.
PokerGameController
Getter for the main seat player.
getOwnerDocument()
- Method in class com.asdf.utils.
BasicAttr
getOwnerDocument()
- Method in class com.asdf.utils.
BasicElement
getOwnerElement()
- Method in class com.asdf.utils.
BasicAttr
getParameters()
- Method in class com.asdf.parser.
CreateGameRequest
Gets the value of the parameters property.
getParameters()
- Method in class com.asdf.parser.
CreateGameResponse
Gets the value of the parameters property.
getParameters()
- Method in class com.asdf.parser.
GenericResponse
Gets the value of the parameters property.
getParameters()
- Method in class com.asdf.parser.
GenericStateUpdate
Gets the value of the parameters property.
getParameters()
- Method in class com.asdf.parser.
OptionalParameters
Gets the value of the parameters property.
getParameters()
- Method in class com.asdf.parser.
RequireParameters
Gets the value of the parameters property.
getParentNode()
- Method in class com.asdf.utils.
BasicAttr
getParentNode()
- Method in class com.asdf.utils.
BasicElement
getPart()
- Method in class com.asdf.parser.
GameRequest
Gets the value of the part property.
getPart()
- Method in class com.asdf.parser.
GameResponse
Gets the value of the part property.
getPassword()
- Method in class com.asdf.parser.
AccountManagementRequest.Create
Gets the value of the password property.
getPassword()
- Method in class com.asdf.parser.
AccountManagementRequest.Delete
Gets the value of the password property.
getPassword()
- Method in class com.asdf.parser.
AuthenticationRequest.Login
Gets the value of the password property.
getPlayer()
- Method in class com.asdf.parser.
GameDetailsResponse.Players
Gets the value of the player property.
getPlayer()
- Method in class com.asdf.parser.
GameListResponse.Games.Game.AdditionalInfo.Players
Gets the value of the player property.
getPlayer()
- Method in class com.asdf.parser.
PlayerList
Gets the value of the player property.
getPlayer(int)
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get state information for a player in a given seat
getPlayer(String)
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get state information for a player with a given name
getPlayer(int)
- Method in class com.asdf.plugins.pokergames.
GameModel
getPlayer(String)
- Method in class com.asdf.plugins.pokergames.
GameModel
getPlayer(int)
- Method in class com.asdf.plugins.pokergames.
StatisticsHand
Return player from given seat index
getPlayerName(int)
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the name of the player in a given seat
getPlayerName(int)
- Method in class com.asdf.plugins.pokergames.
GameModel
getPlayers()
- Method in class com.asdf.parser.
GameDetailsResponse
Gets the value of the players property.
getPlayers()
- Method in class com.asdf.parser.
GameListResponse.Games.Game.AdditionalInfo
Gets the value of the players property.
getPlayers()
- Method in class com.asdf.parser.
GameListResponse.Games.Game
Gets the value of the players property.
getPlayers()
- Method in class com.asdf.plugins.pokergames.
GameModel
getPlayers()
- Method in class com.asdf.plugins.pokergames.
PokerGameController
Getter for players
getPlayers()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the players property.
getPlayerSeat(String)
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the seat number for a player by name
getPlayerSeat(String)
- Method in class com.asdf.plugins.pokergames.
GameModel
getPlayersInPot(double)
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get a list of all players eligible to win a pot with the given minimum stakes
getPlayersInPot(double)
- Method in class com.asdf.plugins.pokergames.
GameModel
getPlayersToAct()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the playersToAct property.
getPot()
- Method in class com.asdf.plugins.pokergames.
GameModel
getPot()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the pot property.
getPrefix()
- Method in class com.asdf.utils.
BasicAttr
getPrefix()
- Method in class com.asdf.utils.
BasicElement
getPreflop()
- Method in class com.asdf.plugins.pokergames.
StatisticsPlayer
getPreviousSibling()
- Method in class com.asdf.utils.
BasicAttr
getPreviousSibling()
- Method in class com.asdf.utils.
BasicElement
getRaiseAmount(double)
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getRaiseAmount(double)
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Return the amount the player can raise, given the desired amount to raise.
getRaisesThisRound()
- Method in class com.asdf.plugins.pokergames.
GameModel
getRaisesThisRound()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the raisesThisRound property.
getRawAddress()
- Method in class com.asdf.server.
ClientConnection
Getter for client ip address
getReceivingState()
- Method in class com.asdf.server.
ClientConnection
Getter for receivingState
getRequest()
- Method in class com.asdf.parser.
Message
Gets the value of the request property.
getRequestedGameType()
- Method in class com.asdf.parser.
GameListResponse.Games
Gets the value of the requestedGameType property.
getRequestedGameVariant()
- Method in class com.asdf.parser.
GameListResponse.Games
Gets the value of the requestedGameVariant property.
getResponse()
- Method in class com.asdf.parser.
Message
Gets the value of the response property.
getRevealedHand()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getRevealedHand()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Obtain the hand revealed by this player
getReverseBlinds()
- Method in class com.asdf.plugins.pokergames.
GameModel
getRiver()
- Method in class com.asdf.plugins.pokergames.
StatisticsPlayer
getRules()
- Method in class com.asdf.parser.
GameDetailsResponse
Gets the value of the rules property.
getSchemaTypeInfo()
- Method in class com.asdf.utils.
BasicAttr
getSchemaTypeInfo()
- Method in class com.asdf.utils.
BasicElement
getSeat()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getSeat()
- Method in interface com.asdf.plugins.pokergames.
PlayerInfo
Get the player's seat number in the GameInfo
getSeat()
- Method in class com.asdf.plugins.pokergames.
PlayerPosition
getSeat()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
ActionMessage
Gets the value of the seat property.
getSeat()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
ParserHand
Gets the value of the seat property.
getSeat()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
TexasEventMessage
Gets the value of the seat property.
getSeatNro()
- Method in class com.asdf.plugins.pokergames.gameview.
GameViewSeat
Returns seat number of this seat.
getSelectedGame()
- Method in class com.asdf.client.
LobbyModel
Gets the id of selected game.
getSender()
- Method in class com.asdf.parser.
ChatMessage
Gets the value of the sender property.
getSentence()
- Static method in class com.asdf.plugins.pokergames.texasholdem.bots.
ChatGenerator
getServer()
- Method in class com.asdf.server.
ClientConnection
Getter for server
getServerGame()
- Method in class com.asdf.parser.
AvailableGamesResponse.Game
Gets the value of the serverGame property.
getServerGameName(String)
- Method in class com.asdf.client.
LobbyModel
Gives the class name of the Game running on server side for listed game type which is shown in lobby.
getSession(Long)
- Method in class com.asdf.server.
Account
Getter for game instance.
getSessionID()
- Method in class com.asdf.parser.
Message
Gets the value of the sessionID property.
getSessionManager()
- Method in class com.asdf.server.
Server
Getter for SessionManager
getSittingPlayers()
- Method in class com.asdf.plugins.pokergames.
GameModel
getSmallBlind()
- Method in class com.asdf.plugins.pokergames.
GameModel
getSmallBlind()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the smallBlind property.
getSmallBlindSeat()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the small blind seat (could be dead small blind)
getSmallBlindSeat()
- Method in class com.asdf.plugins.pokergames.
GameModel
from GameInfo, Get the amount raked from pot so far, not implemented
getSmallBlindSeat()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the smallBlindSeat property.
getSmallBlindSeatFromButton()
- Method in class com.asdf.plugins.pokergames.
GameModel
getSmallBlindSize()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the amount of the small blind
getSmallBlindSize()
- Method in class com.asdf.plugins.pokergames.
GameModel
getSpecified()
- Method in class com.asdf.utils.
BasicAttr
getStage()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the current game stage
getStage()
- Method in class com.asdf.plugins.pokergames.
GameModel
getStage()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the stage property.
getStakes()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
The stakes are the amount each player must have invested in the pot to stay active in the hand.
getStakes()
- Method in class com.asdf.plugins.pokergames.
GameModel
getState()
- Method in class com.asdf.plugins.pokergames.
OurPlayerInfo
getStateUpdate()
- Method in class com.asdf.parser.
Message
Gets the value of the stateUpdate property.
getString()
- Method in class com.asdf.parser.
OptionalStringParameters
Gets the value of the string property.
getString()
- Method in class com.asdf.parser.
RequireStringParameters
Gets the value of the string property.
getTagName()
- Method in class com.asdf.utils.
BasicElement
getTextContent()
- Method in class com.asdf.utils.
BasicAttr
getTextContent()
- Method in class com.asdf.utils.
BasicElement
getThis()
- Method in class com.asdf.plugins.pokergames.
PokerGameController
Getter for myself.
getTimer()
- Method in class com.asdf.server.
GameManager
Returns the Timer object that can be used for synchronization in Game implementations.
getTotalPotSize()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the total size of the pot including the main pot and all side pots.
getTotalPotSize()
- Method in class com.asdf.plugins.pokergames.
GameModel
getTurn()
- Method in class com.asdf.plugins.pokergames.
StatisticsPlayer
getType()
- Method in class com.asdf.client.
User
Returns the type of this users account.
getType()
- Method in class com.asdf.parser.
AvailableGamesResponse.Game
Gets the value of the type property.
getType()
- Method in class com.asdf.parser.
ChatMessage
Gets the value of the type property.
getType()
- Method in class com.asdf.parser.
LoginResponse
Gets the value of the type property.
getType()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
TexasEventMessage
Gets the value of the type property.
getType()
- Method in class com.asdf.server.
Account
Return the type of the user
getUnacted()
- Method in interface com.asdf.plugins.pokergames.
GameInfo
Get the number of players who have not acted yet this round
getUnacted()
- Method in class com.asdf.plugins.pokergames.
GameModel
getUpdatedGameState()
- Method in class com.asdf.parser.
GameStateUpdate
Gets the value of the updatedGameState property.
getUpdatedLobbyState()
- Method in class com.asdf.parser.
LobbyStateUpdate
Gets the value of the updatedLobbyState property.
getUser()
- Method in class com.asdf.client.
LobbyModel
Gets the user object.
getUserData(String)
- Method in class com.asdf.utils.
BasicAttr
getUserData(String)
- Method in class com.asdf.utils.
BasicElement
getUserType(long)
- Method in class com.asdf.common.
Game
Get type of the user.
getValue()
- Method in class com.asdf.utils.
BasicAttr
getVariants()
- Method in class com.asdf.parser.
AvailableGamesResponse.Game
Gets the value of the variants property.
getVisibleCards()
- Method in class com.asdf.plugins.pokergames.gameview.
GameViewTableCards
Calculate number of visible cards.
getVisibleHands(int)
- Method in class com.asdf.plugins.pokergames.
PokerGameController
Retrieves visible hands.
getVoice()
- Method in class com.asdf.parser.
GameRequest
Gets the value of the voice property.
getVoice()
- Method in class com.asdf.parser.
GameStateUpdate
Gets the value of the voice property.
getWinners()
- Method in class com.asdf.plugins.pokergames.
GameModel
getWinners()
- Method in class com.asdf.plugins.pokergames.texasholdem.parser.
GameModelInfoMessage
Gets the value of the winners property.
getWinningCardsPositions()
- Method in class com.asdf.plugins.pokergames.
PlayerPosition
getWinnings()
- Method in class com.asdf.plugins.pokergames.
PlayerPosition
getWinnings()
- Method in class com.asdf.plugins.pokergames.
StatisticsPlayer
getXMLParserInstance()
- Method in class com.asdf.client.
LobbyController
GZIP
- Static variable in class com.asdf.lib.
Base64
Specify that data should be gzip-compressed.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z