|
PokerSource Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HoldemHandGroup | |
---|---|
org.pokersource.enum | Provides classes that enumerate or sample the possible outcomes of a poker hand, define hand distributions, define subjective belief probabilities over hand distributions, and compute subjective pot equity based on these beliefs. |
Uses of HoldemHandGroup in org.pokersource.enum |
---|
Classes in org.pokersource.enum that implement HoldemHandGroup | |
---|---|
class |
HoldemAbdulGroup
A holdem hand group representing sets of starting hands defined using abdulian notation. |
class |
HoldemAtomicGroup
A holdem hand group representing one exact starting hand such as "AhKh". |
class |
HoldemCanonGroup
A holdem hand group representing sets of starting hands defined using canonical notation: "KK", "AQs", "T9". |
class |
HoldemSMGroup
A holdem hand group representing sets of starting hands corresponding to Sklansky & Malmuth groups. |
class |
HoldemThresholdGroup
A holdem-specific implementation of ThresholdHandGroup. |
class |
HoldemUniversalGroup
A holdem hand group representing every possible starting Holdem hand. |
Methods in org.pokersource.enum that return HoldemHandGroup | |
---|---|
static HoldemHandGroup |
HoldemHandGroupFactory.getInstance(java.lang.String groupSpec)
Tries to parse groupSpec into a hand group using the constructors of the list of known classes. |
static HoldemHandGroup |
HoldemHandGroupFactory.getInstance(java.lang.String groupSpec,
java.lang.Class gclass)
Tries to parse groupSpec into a hand group using the gclass constructor. |
|
PokerSource Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |