|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Matcher
Interface to be implemented by classes providing matching on documents, e.g. PatternElement and LeftHandSide.
Method Summary | |
---|---|
void |
finish()
Finish: replace dynamic data structures with Java arrays; called after parsing. |
boolean |
matches(gate.Document doc,
int position,
MutableInteger newPosition)
Does this element match the document at this position? |
void |
reset()
Reset: clear annotation caches etc. |
Method Detail |
---|
boolean matches(gate.Document doc, int position, MutableInteger newPosition)
void reset()
void finish()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |