websphinx
Class PatternMatcher

java.lang.Object
  |
  +--websphinx.PatternMatcher
All Implemented Interfaces:
java.util.Enumeration

public abstract class PatternMatcher
extends java.lang.Object
implements java.util.Enumeration


Constructor Summary
PatternMatcher()
           
 
Method Summary
protected abstract  Region findNext()
           
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 Region nextMatch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternMatcher

public PatternMatcher()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration

nextMatch

public Region nextMatch()

findNext

protected abstract Region findNext()