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

C

cache - Static variable in class org.pokersource.enumerate.HoldemHandGroupFactory
Cache of hand groups already instantiated.
CALL - Static variable in class util.poker.texas.BetInt
 
CALL20 - Static variable in class util.poker.texas.BetInt
smallPair, 1 raise before, you and one active have cash==20*MINRAISE
Card - Class in game.model
The Card class is used to represent cards in the deck.
Card() - Constructor for class game.model.Card
A default constructor with rank 0 and unsuited.
Card(String, Integer) - Constructor for class game.model.Card
This is the constructor most often used to create a card with a given suit and rank.
Card(Integer, Integer) - Constructor for class game.model.Card
Constructor with an int representation of the suit
Card(String) - Constructor for class game.model.Card
This constructor constructs a card out of just a string.
Card(int) - Constructor for class game.model.Card
 
cardDBToCard(int) - Static method in class util.sql.DBHelper
converts card db style to Card
cardMaskString(long, String) - Static method in class org.pokersource.game.Deck
Returns a string like "Ac Td 2h" representing the cards in mask.
cardMaskString(long) - Static method in class org.pokersource.game.Deck
Returns a string like "Ac Td 2h" representing the cards in mask.
cardsDBToCardArr(int[]) - Static method in class util.sql.DBHelper
converts cards db style to Card[]
cardString(int, int) - Static method in class org.pokersource.game.Deck
Returns a string like "Ac", "Td", or "2h" representing the card.
cashAtStartOfHand - Variable in class game.Player
Amount of cash the player had at the beginning of the hand
cashCurrent - Variable in class game.Player
Current cash (current bet is already subtracted)
cashInit - Variable in class game.Player
Buy in or if it is doyle's game stack size
cashs - Variable in class extmodule.ExtProposalMC
 
change - Variable in class game.Action
Amount of money change by this action
chat1() - Static method in class org.pokersource.enumerate.SAIEMain
 
CHECK - Static variable in class util.poker.texas.BetInt
 
checkEV(double[], HashMap) - Method in class org.pokersource.enumerate.test.SAIETest
 
checkIfConnectionPoolIsFull() - Method in class util.sql.ConnectionManager
 
checkInt(String) - Static method in class util.Helper
 
ClassOfPlayer - Variable in class bot.talk.Talk_ACPC
 
cleanUpBotConfig() - Static method in class bot.config.BotConfig
Cleans up the Hashmap from empty or not activated sections
close() - Method in class bot.talk.Talk_ACPC
Closes the connection.
CLUBS - Static variable in class game.model.Card
 
cm - Variable in class game.gamestorage.texas.db.SQLHandler
 
compareTo(Player) - Method in class game.DoylesPlayer
 
compareTo(Player) - Method in class game.Player
Compares the player to another by the profit of the players.
compareTo(Object) - Method in class org.pokersource.enumerate.BaseHandGroup
Define default sort order based on string representation.
compareTo(Object) - Method in class org.pokersource.util.IntArray
 
compareTo(Object) - Method in class org.pokersource.util.LongArray
 
compareTo(Object) - Method in class org.pokersource.util.ValueSortedMap.ValueEntry
 
compareToShc(int, int, int, int) - Method in class bot.module.th.estimation.PreFlopShc
compare players action to startingHandCharts proposal
competition_id - Variable in class game.gamestorage.texas.db.DBProjector
the competition_id generated by db
competitionId - Variable in class bot.module.th.estimation.Estimation
 
competitionId - Variable in class bot.module.th.estimation.Opponent
 
competitonPlayers - Variable in class game.gamestorage.texas.db.estimation.GetterDBProjector
key: id; value: String alias (playername)
compiler - Static variable in class org.pokersource.enumerate.HoldemAbdulGroup
 
compiler - Static variable in class org.pokersource.enumerate.HoldemAtomicGroup
 
compiler - Static variable in class org.pokersource.enumerate.HoldemCanonGroup
 
compiler - Static variable in class org.pokersource.enumerate.ThresholdHandGroup
 
completedCompetitionsIds - Variable in class bot.module.th.estimation.Estimation
 
computeConditionedHandProb() - Method in class org.pokersource.enumerate.BeliefVector
 
computeHash() - Method in class org.pokersource.util.IntArray
 
computeHash() - Method in class org.pokersource.util.LongArray
 
computeUnconditionedHandProb() - Method in class org.pokersource.enumerate.BeliefVector
 
condHandProb - Variable in class org.pokersource.enumerate.BeliefVector
The belief probability (conditioned by dead cards) for each atomic starting hand.
configPath - Static variable in class bot.config.BotConfig
 
connect(InetAddress, int) - Method in class bot.talk.Talk_ACPC
Tries to set up a socket and to get the input and output stream.
ConnectionManager - Class in util.sql
creates a pool of connections to DB for performance reasons
ConnectionManager() - Constructor for class util.sql.ConnectionManager
Constructor default
ConnectionManager(String, String, String, String, int) - Constructor for class util.sql.ConnectionManager
 
connectionPool - Variable in class util.sql.ConnectionManager
 
connectionSuccess() - Method in class game.gamestorage.texas.db.SetGameStorageTH_DB
 
connectionSuccess() - Method in class game.gamestorage.texas.db.SetterDBProjector
 
connectionSuccess() - Static method in class game.gamestorage.texas.db.SetterQueryExecution
 
connectionSuccess() - Method in class game.gamestorage.texas.db.SQLHandler
 
connectionSuccess() - Method in class util.sql.ConnectionManager
 
convertCard(Card) - Method in class extmodule.ExtProposalMC
Returns the given card converted into another format.
convertCard(int, int) - Method in class extmodule.ExtProposalMC
Returns the given card converted into another format.
createCardIndex(int, int) - Static method in class org.pokersource.game.Deck
Returns a number between 0 and 52 denoting the card index within the deck.
createCardMask(int, int) - Static method in class org.pokersource.game.Deck
Returns a long integer with one bit set corresponding to the card index.
createCardMask(int[], int[]) - Static method in class org.pokersource.game.Deck
Returns a long integer with one bit set for each card present in the ranks/suits arrays.
createNewConnectionForPool() - Method in class util.sql.ConnectionManager
creates new connection to db
createTable() - Method in class bot.module.th.shc.TableBSS
fills the table array
createTable() - Method in class bot.module.th.shc.TableCSV
fills the table in defined order from helperArray
csvArr - Variable in class bot.module.th.shc.TableCSV
helper Array to store csv data temporary - card rows * numPosition * numCalls * numRaises
csvPath - Static variable in class bot.module.th.shc.TableCSV
 
currentHand - Variable in class game.State
 
currentPlayer - Variable in class game.State
 
currentPosition - Variable in class game.Player
Position in this hand (0: first player behind the button; 1: second player behind the button; ...)
currentRound - Variable 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 _