|
|||||||||||
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 | |
---|---|
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. |
Method Detail |
---|
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 match
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |