Uses of Package
org.pokersource.enumerate

Packages that use org.pokersource.enumerate
bot.module.equity   
org.pokersource.enumerate   
org.pokersource.enumerate.test   
 

Classes in org.pokersource.enumerate used by bot.module.equity
BeliefVector
          Represents subjective beliefs about the possible hands held by a player.
 

Classes in org.pokersource.enumerate used by org.pokersource.enumerate
BaseHandGroup
          Implements the HandGroup interface in a way that will work for most poker games.
BeliefVector
          Represents subjective beliefs about the possible hands held by a player.
HandGroup
          A HandGroup represents a set of poker hands that can be referred to by name.
HandValuation
          Maintains a mapping from HandGroup to numeric value; defines methods for sorting and selecting subsets of hand groups based on their numeric value.
HoldemHandGroup
          A marker interface for subclasses of BaseHandGroup meant to encode holdem hands.
MatchupOutcome
          Encodes the probability and pot subjectiveAllinEquity for each player of a single matchup, where a matchup is a confrontation between players who each hold a single known hand.
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.
 

Classes in org.pokersource.enumerate used by org.pokersource.enumerate.test
HandMatchup
          Represents one poker confrontation in which each player holds one specific hand.
HandValuation
          Maintains a mapping from HandGroup to numeric value; defines methods for sorting and selecting subsets of hand groups based on their numeric value.
HoldemAbdulGroup
          A holdem hand group representing sets of starting hands defined using abdulian notation.
HoldemAtomicGroup
          A holdem hand group representing one exact starting hand such as "AhKh".
HoldemBeliefVector
          A concrete implementation of BeliefVector for the game of Holdem.
HoldemCanonGroup
          A holdem hand group representing sets of starting hands defined using canonical notation: "KK", "AQs", "T9".
HoldemHandGroup
          A marker interface for subclasses of BaseHandGroup meant to encode holdem hands.
HoldemHandOrdering
          Defines an ordering (from 'weakest' to 'strongest') of holdem hand groups.
HoldemSMGroup
          A holdem hand group representing sets of starting hands corresponding to Sklansky & Malmuth groups.
HoldemUniversalGroup
          A holdem hand group representing every possible starting Holdem hand.