All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.lotspiech.poker.strategy.Pattern
|
+----com.lotspiech.poker.strategy.FlushPattern
Copyright 2001, 2002 by Jeffrey B. Lotspiech. This program is open source; it is licensed under the Common Public License Version 0.5.
private static final String COPYRIGHT
private int n
private Pattern child
public FlushPattern(Rules rules)
public void compile(String rule) throws PatternSyntaxException
public boolean matches(int mask)
private boolean matches(int mask,
int suit)
All Packages Class Hierarchy This Package Previous Next Index