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
 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.
 

Method Detail

getValue

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

String getFeaturePath()
Returns the featurePath as String

Returns:
featurePath string value


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.