A B C D E F G H I J K L M N O P Q R S T U V X _

I

IF_Bot_Talk - Interface in bot
Specifies the methods that can be called by a Talk object to trigger the bot to update the state.
IF_Dummy_ProtectionHolecards - Interface in bot.module.th.dummy
Dummy implementation
IF_Equity - Interface in bot.module.equity
Specifies the interface for a module of the group "getEquity".
IF_Estimation - Interface in bot.module.th.estimation
Interface of module estimation
It is able to:
- get historical information of the player
- get current information of the player
- estimates the opponent by a particular style
- offers the estimation via a Map
This module is one of many possible implementations of how to estimate an opponent.
IF_EstimationAtRound - Interface in bot.module.th.estimation
This interface specifies the methods needed to estimate at a specific round.
IF_ExtModule_Feed - Interface in extmodule
 
IF_ExtModule_GetEstimation - Interface in extmodule
 
IF_ExtModule_GetProposal - Interface in extmodule
 
IF_GetEquity - Interface in bot.module
This container interface enables holding subinterfaces and -classes in datatypes like ArrayLists and HashMaps
DO NOT IMPLEMENT THIS, EXTEND IT!
IF_GetEstimation - Interface in bot.module
This container interface enables holding subinterfaces and -classes in datatypes like ArrayLists and HashMaps
DO NOT IMPLEMENT THIS, EXTEND IT!
IF_GetProposal - Interface in bot.module
This container interface enables holding subinterfaces and -classes in datatypes like ArrayLists and HashMaps
DO NOT IMPLEMENT THIS, EXTEND IT!
IF_SetGameStorage - Interface in game.gamestorage
This abstract interface specifies all game independent methods - no matter, if Texas Holdem, Omaha...
IF_SetGameStorageTH - Interface in game.gamestorage.texas
This interface specifies all for Texas Holdem needed methods
and extends the game independent methods by extending abstract interface IF_SetGameStorage
IF_StartingHandChart - Interface in bot.module.th.shc
Interface of module startingHandChart
This module returns a proposal, so it should extend the superInterface IF_GetProposal
importCSV(String) - Method in class bot.module.th.shc.TableCSV
parses csv file
index2c - Variable in class org.pokersource.game.test.DeckTest
 
index2d - Variable in class org.pokersource.game.test.DeckTest
 
index2h - Variable in class org.pokersource.game.test.DeckTest
 
index2s - Variable in class org.pokersource.game.test.DeckTest
 
indexAc - Variable in class org.pokersource.game.test.DeckTest
 
indexAd - Variable in class org.pokersource.game.test.DeckTest
 
indexAh - Variable in class org.pokersource.game.test.DeckTest
 
indexAs - Variable in class org.pokersource.game.test.DeckTest
 
indexJoker - Variable in class org.pokersource.game.test.DeckTest
 
init() - Method in class bot.module.th.estimation.Opponent
instanciate estimations at rounds
init() - Method in class extmodule.ExtProposalMC
 
initAggression - Variable in class bot.module.th.estimation.PreFlopShc
 
initAllFold() - Method in class bot.module.th.shc.StartingHandChart
init the table with FOLD everywhere
initBoardCards() - Method in class game.State
Prepares the storage of the board cards.
initConnection() - Method in class bot.talk.Talk
Connects to a server (and a room if necessary).
initConnection() - Method in class bot.talk.Talk_ACPC
Tries to connect to the given server (and enters a room).
initExtProposal() - Method in class bot.Bot
 
initHand(int, int, Card[], Card[]) - Method in class bot.talk.Talk_ACPC
Initialize the hand.
initializeConnectionPool() - Method in class util.sql.ConnectionManager
fills connectionPool with connections for numConnections < MAX_POOL_SIZE
initLoose - Variable in class bot.module.th.estimation.PreFlopShc
 
initModule(int[], int[], int[], int, String, int[]) - Method in class extmodule.ExtProposalMC
 
initModule(int[], int[], int[], int, String, int[]) - Method in interface extmodule.IF_ExtModule_Feed
Tries to initialize the module.
initModule(int[], int[], int[], int, String, int[]) - Method in class extmodule.JNI_Feed
 
initNewCompetition() - Method in class bot.module.th.estimation.Estimation
 
initNewCompetition() - Method in interface bot.module.th.estimation.IF_Estimation
set currently running competition
cleanup opponentsEstimations by not participating estimated players
initPosition - Variable in class game.Player
Position of player in the first hand (0: first player behind the button; 1: second player behind the button; ...)
initSection(String) - Static method in class bot.config.BotConfig
Initializes a section
insertBets(ArrayList<Action>, int, int[]) - Static method in class game.gamestorage.texas.db.SetterQuery
 
insertCardOfPlayer(int, int) - Static method in class game.gamestorage.texas.db.SetterQuery
 
insertCommonCards(int[], int) - Static method in class game.gamestorage.texas.db.SetterQuery
 
insertCompetition(int) - Static method in class game.gamestorage.texas.db.SetterQuery
 
insertCompetitionPlayerMap(int[], int[], int) - Static method in class game.gamestorage.texas.db.SetterQuery
 
insertGameDef(int, int, int, int, int, int) - Static method in class game.gamestorage.texas.db.SetterQuery
 
insertHand(int, int, int, int) - Static method in class game.gamestorage.texas.db.SetterQuery
 
insertHandPlayerMap(int, int, int, int) - Static method in class game.gamestorage.texas.db.SetterQuery
 
insertPlayer(String) - Static method in class game.gamestorage.texas.db.SetterQuery
 
insertRound(int, long) - Static method in class game.gamestorage.texas.db.SetterQuery
 
IntArray - Class in org.pokersource.util
A wrapper around an int[] that is suitable for use as a key in a Map.
IntArray(int[]) - Constructor for class org.pokersource.util.IntArray
 
IntArrayTest - Class in org.pokersource.util.test
 
IntArrayTest(String) - Constructor for class org.pokersource.util.test.IntArrayTest
 
INVALID - Static variable in class util.poker.texas.BetInt
 
is - Variable in class bot.talk.Talk_ACPC
Stream from the server.
isActive() - Method in class game.Player
Returns if the player isn't folded AND isn't all in.
isAllIn() - Method in class game.Action
 
isAllIn() - Method in class game.Player
Returns if the player's current cash is equals 0.
isBlind() - Method in class game.Action
 
isCall() - Method in class game.Action
 
isCall20able(int[], int) - Method in class bot.Bot
 
isCheck() - Method in class game.Action
 
isCheckable() - Method in class game.State
Returns if the bot has the option to check.
isComplete(String) - Method in class bot.talk.Talk_ACPC
Tests if the message is complete (contains a terminal character)
isDoylesGame() - Method in class game.State
Checks if the game is a "Doyle's game".
isDoylesGame() - Method in class glassfrog.model.Gamedef
Check to see whether or not this game is Doyles Game, a game where we reset the stack size after every hand and keep a score instead of overall stack achievement
isFold() - Method in class game.Action
 
isFolded() - Method in class game.Player
Returns if the player is folded
isHandInGroup(long) - Method in class org.pokersource.enumerate.BaseHandGroup
 
isHandInGroup(long) - Method in interface org.pokersource.enumerate.HandGroup
 
isMyMove() - Method in class game.State
Checks if it is the bot's turn.
isNoLimit() - Method in class glassfrog.model.Gamedef
Check to see if this is a no limit betting game
isPlayable() - Method in class bot.Bot
The specific bot can decide, if he want to / can play this kind of game.
isPlayable() - Method in class bot.HSBremen1
 
isPlayable() - Method in class bot.HSBremen2
 
isPlayable() - Method in class bot.RandomBot
 
isRaise() - Method in class game.Action
 
isReverseBlinds() - Method in class glassfrog.model.Gamedef
Check to see whether or not reverse blinds is in effect.
isTournament() - Method in class game.State
 

A B C D E F G H I J K L M N O P Q R S T U V X _