org.apache.uima.annotator.regex
Interface FilterFeature

All Known Implementing Classes:
FilterFeature_impl

public interface FilterFeature


Method Summary
 FeaturePath getFeaturePath()
          Get the featurePath of this fileFeature object
 java.util.regex.Pattern getPattern()
          Get the pattern for this filter feature
 

Method Detail

getPattern

java.util.regex.Pattern getPattern()
Get the pattern for this filter feature

Returns:
returns the pattern for this filter feature

getFeaturePath

FeaturePath getFeaturePath()
Get the featurePath of this fileFeature object

Returns:
returns the featurePath object.


Copyright © 2011. All Rights Reserved.