PokerSource Java API

Uses of Class
org.pokersource.enum.HandValuation

Packages that use HandValuation
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 HandValuation in org.pokersource.enum
 

Subclasses of HandValuation in org.pokersource.enum
 class HoldemHandOrdering
          Defines an ordering (from 'weakest' to 'strongest') of holdem hand groups.
 

Methods in org.pokersource.enum with parameters of type HandValuation
static void ThresholdHandGroup.registerHandValuation(java.lang.String valuationName, HandValuation valuation)
          Register a new HandValuation that will be referred to as valuationName.
 


PokerSource Java API

PokerSource Home Page - Learn how you can contribute!