|
|||||||||
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.Function
public abstract static class SpanFE.Function
An abstract class that can be used to change SpanSets
Constructor Summary | |
---|---|
SpanFE.Function()
|
Method Summary | ||
---|---|---|
abstract
|
apply(T o)
Should return the modified object. |
|
abstract java.lang.String |
getName()
A short name, used to help construct feature names associated with this filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpanFE.Function()
Method Detail |
---|
public abstract java.lang.String getName()
public abstract <T> T apply(T o)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |