edu.washington.cs.knowitall.sequence
Class LayeredTokenMatcher

java.lang.Object
  extended by edu.washington.cs.knowitall.sequence.LayeredTokenMatcher

public class LayeredTokenMatcher
extends Object


Constructor Summary
protected LayeredTokenMatcher(Matcher m)
           
 
Method Summary
 int end()
           
 int end(int group)
           
 boolean find()
           
 boolean find(int group)
           
 int groupCount()
           
 boolean matches()
           
 void reset()
           
 int start()
           
 int start(int group)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayeredTokenMatcher

protected LayeredTokenMatcher(Matcher m)
Method Detail

end

public int end()

end

public int end(int group)

find

public boolean find()

find

public boolean find(int group)

groupCount

public int groupCount()

matches

public boolean matches()

start

public int start()

start

public int start(int group)

reset

public void reset()


Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.