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

H

h - Static variable in class game.gamestorage.texas.db.estimation.GetterQueryExecution
SQLHandler initializes ConnectionManager
h - Static variable in class game.gamestorage.texas.db.SetterQueryExecution
SQLHandler initializes ConnectionManager
hand_id - Variable in class game.gamestorage.texas.db.SetterDBProjector
hand depending fields
hand_player_map_ids - Variable in class game.gamestorage.texas.db.SetterDBProjector
 
HandGroup - Interface in org.pokersource.enumerate
A HandGroup represents a set of poker hands that can be referred to by name.
handHistory - Variable in class extmodule.ExtProposalMC
 
handleAces() - Method in class bot.module.th.shc.TableBSS
fills proposal of aces into the table array
handleFaceCards() - Method in class bot.module.th.shc.TableBSS
fills proposal of facecards into the table array
handlePairs() - Method in class bot.module.th.shc.TableBSS
fills proposal of pairs into the table array
handleStateChange() - Method in class bot.Bot
If it is the bot's turn, this method calls the getBet() method, converts the move and sends it to the talk object.
handleStateChange() - Method in interface bot.IF_Bot_Talk
 
handleSuitedConnectors() - Method in class bot.module.th.shc.TableBSS
fills proposal of suited connectors into the table array
HandMatchup - Class in org.pokersource.enumerate
Represents one poker confrontation in which each player holds one specific hand.
HandMatchup(long[]) - Constructor for class org.pokersource.enumerate.HandMatchup
 
HandMatchupTest - Class in org.pokersource.enumerate.test
 
HandMatchupTest(String) - Constructor for class org.pokersource.enumerate.test.HandMatchupTest
 
handPlayerMapCC - Variable in class game.gamestorage.texas.db.estimation.GetterDBProjector
key: hpm_id; int[0-3] position, cash_init, cash_delta, hand_id
handPlayerMapCO - Variable in class game.gamestorage.texas.db.estimation.GetterDBProjector
key: hpm_id; int[0-3] position, cash_init, cash_delta, hand_id
handsCC - Variable in class game.gamestorage.texas.db.estimation.GetterDBProjector
hand_ids with sb, bb, ante, finalpot
handsCO - Variable in class game.gamestorage.texas.db.estimation.GetterDBProjector
hand_ids with sb, bb, ante, finalpot
handsFirstRoundsAll - Variable in class game.gamestorage.texas.db.estimation.GetterDBProjector
hand_ids with round_ids, timestamp
handsFirstRoundsCC - Variable in class game.gamestorage.texas.db.estimation.GetterDBProjector
hand_ids with round_ids, timestamp
handsFirstRoundsCO - Variable in class game.gamestorage.texas.db.estimation.GetterDBProjector
hand_ids with round_ids, timestamp
HandValuation - Class in org.pokersource.enumerate
Maintains a mapping from HandGroup to numeric value; defines methods for sorting and selecting subsets of hand groups based on their numeric value.
HandValuation() - Constructor for class org.pokersource.enumerate.HandValuation
 
HandValuation(String) - Constructor for class org.pokersource.enumerate.HandValuation
 
HandValuation(InputStream) - Constructor for class org.pokersource.enumerate.HandValuation
 
HandValuationTest - Class in org.pokersource.enumerate.test
 
HandValuationTest(String) - Constructor for class org.pokersource.enumerate.test.HandValuationTest
 
hasAbsolute - Variable in class org.pokersource.enumerate.BeliefVector
 
hash - Variable in class org.pokersource.util.IntArray
 
hash - Variable in class org.pokersource.util.LongArray
 
hashCode() - Method in class org.pokersource.util.IntArray
 
hashCode() - Method in class org.pokersource.util.LongArray
 
hasMoreElements() - Method in class org.pokersource.util.NestedLoopEnumeration
 
hasMoreElements() - Method in class org.pokersource.util.NestedLoopSampling
 
hasRelative - Variable in class org.pokersource.enumerate.BeliefVector
 
HeapHandler - Class in game.gamestorage.texas.heap
This class stores the complete history - like the db does - at runtime
creation of all fields - like in db
HeapHandler() - Constructor for class game.gamestorage.texas.heap.HeapHandler
 
HEARTS - Static variable in class game.model.Card
 
Helper - Class in util
Helping class for little useful methods
Helper() - Constructor for class util.Helper
 
hho1 - Variable in class org.pokersource.enumerate.test.HoldemHandOrderingTest
 
hm1 - Variable in class org.pokersource.enumerate.test.HandMatchupTest
 
hm2 - Variable in class org.pokersource.enumerate.test.HandMatchupTest
 
hm3 - Variable in class org.pokersource.enumerate.test.HandMatchupTest
 
hm4 - Variable in class org.pokersource.enumerate.test.HandMatchupTest
 
HoldemAbdulGroup - Class in org.pokersource.enumerate
A holdem hand group representing sets of starting hands defined using abdulian notation.
HoldemAbdulGroup(String) - Constructor for class org.pokersource.enumerate.HoldemAbdulGroup
 
HoldemAbdulGroupTest - Class in org.pokersource.enumerate.test
 
HoldemAbdulGroupTest(String) - Constructor for class org.pokersource.enumerate.test.HoldemAbdulGroupTest
 
HoldemAtomicGroup - Class in org.pokersource.enumerate
A holdem hand group representing one exact starting hand such as "AhKh".
HoldemAtomicGroup(String) - Constructor for class org.pokersource.enumerate.HoldemAtomicGroup
Convert specific starting hand to HoldemAtomicGroup object.
HoldemAtomicGroupTest - Class in org.pokersource.enumerate.test
 
HoldemAtomicGroupTest(String) - Constructor for class org.pokersource.enumerate.test.HoldemAtomicGroupTest
 
HoldemBeliefVector - Class in org.pokersource.enumerate
A concrete implementation of BeliefVector for the game of Holdem.
HoldemBeliefVector(String) - Constructor for class org.pokersource.enumerate.HoldemBeliefVector
Instantiate from a string representation.
HoldemBeliefVectorTest - Class in org.pokersource.enumerate.test
 
HoldemBeliefVectorTest(String) - Constructor for class org.pokersource.enumerate.test.HoldemBeliefVectorTest
 
HoldemCanonGroup - Class in org.pokersource.enumerate
A holdem hand group representing sets of starting hands defined using canonical notation: "KK", "AQs", "T9".
HoldemCanonGroup(String) - Constructor for class org.pokersource.enumerate.HoldemCanonGroup
Convert canonical holdem starting hand notation to a HoldemCanonGroup object.
HoldemCanonGroupTest - Class in org.pokersource.enumerate.test
 
HoldemCanonGroupTest(String) - Constructor for class org.pokersource.enumerate.test.HoldemCanonGroupTest
 
HoldemHandGroup - Interface in org.pokersource.enumerate
A marker interface for subclasses of BaseHandGroup meant to encode holdem hands.
HoldemHandGroupFactory - Class in org.pokersource.enumerate
Creates instances of HoldemHandGroup-implementing objects from their string representations.
HoldemHandGroupFactory() - Constructor for class org.pokersource.enumerate.HoldemHandGroupFactory
 
HoldemHandGroupFactoryTest - Class in org.pokersource.enumerate.test
 
HoldemHandGroupFactoryTest(String) - Constructor for class org.pokersource.enumerate.test.HoldemHandGroupFactoryTest
 
HoldemHandOrdering - Class in org.pokersource.enumerate
Defines an ordering (from 'weakest' to 'strongest') of holdem hand groups.
HoldemHandOrdering(String) - Constructor for class org.pokersource.enumerate.HoldemHandOrdering
 
HoldemHandOrdering(InputStream) - Constructor for class org.pokersource.enumerate.HoldemHandOrdering
 
HoldemHandOrderingTest - Class in org.pokersource.enumerate.test
 
HoldemHandOrderingTest(String) - Constructor for class org.pokersource.enumerate.test.HoldemHandOrderingTest
 
HoldemSMGroup - Class in org.pokersource.enumerate
A holdem hand group representing sets of starting hands corresponding to Sklansky & Malmuth groups.
HoldemSMGroup(String) - Constructor for class org.pokersource.enumerate.HoldemSMGroup
 
HoldemSMGroupTest - Class in org.pokersource.enumerate.test
 
HoldemSMGroupTest(String) - Constructor for class org.pokersource.enumerate.test.HoldemSMGroupTest
 
HoldemThresholdGroup - Class in org.pokersource.enumerate
A holdem-specific implementation of ThresholdHandGroup.
HoldemThresholdGroup(String) - Constructor for class org.pokersource.enumerate.HoldemThresholdGroup
 
HoldemThresholdGroupTest - Class in org.pokersource.enumerate.test
 
HoldemThresholdGroupTest(String) - Constructor for class org.pokersource.enumerate.test.HoldemThresholdGroupTest
 
HoldemUniversalGroup - Class in org.pokersource.enumerate
A holdem hand group representing every possible starting Holdem hand.
HoldemUniversalGroup(String) - Constructor for class org.pokersource.enumerate.HoldemUniversalGroup
Return a group containing all possible holdem hands
HoldemUniversalGroupTest - Class in org.pokersource.enumerate.test
 
HoldemUniversalGroupTest(String) - Constructor for class org.pokersource.enumerate.test.HoldemUniversalGroupTest
 
holeCards - Variable in class extmodule.ExtProposalMC
 
holeCards - Variable in class game.gamestorage.texas.db.estimation.GetterDBProjector
key: hpm_id; int[0-1] values of card
holeCards - Variable in class game.Player
Hole cards of the player if they are known
hpmHandsCC - Variable in class game.gamestorage.texas.db.estimation.GetterDBProjector
hpm_id, hand_id
hpmHandsCO - Variable in class game.gamestorage.texas.db.estimation.GetterDBProjector
hpm_id, hand_id
hpmsFirstBetsCC - Variable in class game.gamestorage.texas.db.estimation.GetterDBProjector
hpm_ids with long[] id, action, betsize, potsize, timestamp, round_id
hpmsFirstBetsCO - Variable in class game.gamestorage.texas.db.estimation.GetterDBProjector
hpm_ids with long[] id, action, betsize, potsize, timestamp, round_id
hpmsPreviousActionsCO - Variable in class game.gamestorage.texas.db.estimation.GetterDBProjector
hpm_ids with associated previousActions
HSBremen1 - Class in bot
An example bot which implements its strategy in java.
HSBremen1(String) - Constructor for class bot.HSBremen1
Creates a new instance of HSBremen1
HSBremen2 - Class in bot
Basic example bot which implements its strategy with drools.
HSBremen2(String) - Constructor for class bot.HSBremen2
 
ht1 - Variable in class org.pokersource.enumerate.test.HoldemThresholdGroupTest
 
hv - Variable in class org.pokersource.enumerate.test.HandValuationTest
 

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