All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.lotspiech.poker.strategy.StraightPattern

java.lang.Object
   |
   +----com.lotspiech.poker.strategy.Pattern
           |
           +----com.lotspiech.poker.strategy.StraightPattern

public class StraightPattern
extends Pattern
This type was created in VisualAge.

Copyright 2001, 2002 by Jeffrey B. Lotspiech. This program is open source; it is licensed under the Common Public License Version 0.5.

Author:
Jeffrey B. Lotspiech

Variable Index

 o child
 o COPYRIGHT
 o dots
 o span

Constructor Index

 o StraightPattern(Rules)
StraightPattern constructor comment.

Method Index

 o compile(String)
compile method comment.
 o matches(int)
matches method comment.

Variables

 o COPYRIGHT
 private static final String COPYRIGHT
 o span
 private int span
 o dots
 private int dots
 o child
 private Pattern child

Constructors

 o StraightPattern
 public StraightPattern(Rules rules)
StraightPattern constructor comment.

Parameters:
rules - com.lotspiech.poker.strategy.Rules

Methods

 o compile
 public void compile(String rule) throws PatternSyntaxException
compile method comment.

Overrides:
compile in class Pattern
 o matches
 public boolean matches(int mask)
matches method comment.

Overrides:
matches in class Pattern

All Packages  Class Hierarchy  This Package  Previous  Next  Index