org.apache.uima.annotator.regex
Interface FeaturePath

All Known Implementing Classes:
FeaturePath_impl

public interface FeaturePath

FeaturePath interface defines the access to the value for a regex featurePath.


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.
 

Method Detail

getValue

java.lang.String getValue(org.apache.uima.cas.text.AnnotationFS annotFs)
                          throws RegexAnnotatorProcessException
Returns the value of the given annotation FS for the stored featurePath.

Parameters:
annotFs - annotation where the featurePath should be resolved on.
Returns:
featurePath value as String
Throws:
RegexAnnotatorProcessException

getFeaturePath

java.lang.String getFeaturePath()
Returns the featurePath as String

Returns:
featurePath string value


Copyright © 2011. All Rights Reserved.