jchrest.lib
Class PrimitivePattern

java.lang.Object
  extended by jchrest.lib.Pattern
      extended by jchrest.lib.PrimitivePattern
Direct Known Subclasses:
ItemSquarePattern, NumberPattern, StringPattern

public abstract class PrimitivePattern
extends Pattern

The PrimitivePattern is an abstract class for a group of pattern types which can be used within a compound pattern.


Constructor Summary
PrimitivePattern()
           
 
Method Summary
 
Methods inherited from class jchrest.lib.Pattern
makeActionList, makeNumber, makeString, makeVerbalList, makeVerbalList, makeVisualList, makeVisualList, matches, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrimitivePattern

public PrimitivePattern()