|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeaturePathInfo
FeaturePath interface defines the access to the value for a feature path
Method Summary | |
---|---|
java.lang.String |
getFeaturePath()
Returns the featurePath as String |
java.lang.String |
getValue(org.apache.uima.cas.text.AnnotationFS annotFs)
Returns the value of the given annotation FS for the stored featurePath. |
boolean |
match(org.apache.uima.cas.text.AnnotationFS annotFS,
Condition condition)
Returns true if the featurePath value for the given annotation match the specified condition. |
Method Detail |
---|
java.lang.String getValue(org.apache.uima.cas.text.AnnotationFS annotFs)
annotFs
- annotation where the featurePath should be resolved on.
java.lang.String getFeaturePath()
boolean match(org.apache.uima.cas.text.AnnotationFS annotFS, Condition condition)
annotFS
- current annotation to checkcondition
- condition for the match
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |