public interface FeaturePathInfo
Modifier and Type | Method and Description |
---|---|
String |
getFeaturePath()
Returns the featurePath as String
|
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.
|
String getValue(org.apache.uima.cas.text.AnnotationFS annotFs)
annotFs
- annotation where the featurePath should be resolved on.String getFeaturePath()
boolean match(org.apache.uima.cas.text.AnnotationFS annotFS, Condition condition)
annotFS
- current annotation to checkcondition
- condition for the matchCopyright © 2006–2015 The Apache Software Foundation. All rights reserved.