Uses of Class
org.pokersource.enumerate.BaseHandGroup

Packages that use BaseHandGroup
org.pokersource.enumerate   
 

Uses of BaseHandGroup in org.pokersource.enumerate
 

Subclasses of BaseHandGroup in org.pokersource.enumerate
 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.
 class ThresholdHandGroup
          Given a mapping from hand groups G_i to numeric values, this class allows you to build a new hand group as the union of those G_i whose numeric values are less than or greater than a certain threshold.