org.pokersource.enum
Class HoldemThresholdGroup
- Comparable, HandGroup, HoldemHandGroup
public class HoldemThresholdGroup
A holdem-specific implementation of ThresholdHandGroup.
HoldemThresholdGroup(String groupSpec) - Create a set of hands corresponding to those whose value compares either
less than or greater than a threshold value, where the value of each
hand is defined by a HandValuation.
|
HoldemThresholdGroup
public HoldemThresholdGroup(String groupSpec)
Create a set of hands corresponding to those whose value compares either
less than or greater than a threshold value, where the value of each
hand is defined by a HandValuation.
groupSpec
- Defines a hand valuation, a threshold value, and a
comparator. The hand valuation is referred to by a string previously
registered with registerHandValuation(). The threshold value is a
number in decimal form. The comparator is one of '<', '<=', '>', '>='.
PokerSource Home Page - Learn how you can contribute!