|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.cmu.minorthird.text.learn.SpanFE.Filter
public abstract static class SpanFE.Filter
An abstract class that can be used to filter SpanSetResults.
Constructor Summary | |
---|---|
SpanFE.Filter()
|
Method Summary | |
---|---|
abstract java.lang.String |
getName()
A short name, used to help construct feature names associated with this filter. |
abstract boolean |
match(java.lang.Object o)
Should return true for all items that will be accepted by the filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpanFE.Filter()
Method Detail |
---|
public abstract java.lang.String getName()
public abstract boolean match(java.lang.Object o)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |