org.apache.uima.annotator.regex.impl
Class FilterFeature_impl
java.lang.Object
org.apache.uima.annotator.regex.impl.FilterFeature_impl
- All Implemented Interfaces:
- FilterFeature
public class FilterFeature_impl
- extends Object
- implements FilterFeature
FilterFeature_impl
public FilterFeature_impl(String featurePathString,
String patternStr)
- Parameters:
featurePathString
- patternStr
-
getPattern
public Pattern getPattern()
- Description copied from interface:
FilterFeature
- Get the pattern for this filter feature
- Specified by:
getPattern
in interface FilterFeature
- Returns:
- returns the pattern for this filter feature
getFeaturePath
public FeaturePath getFeaturePath()
- Description copied from interface:
FilterFeature
- Get the featurePath of this fileFeature object
- Specified by:
getFeaturePath
in interface FilterFeature
- Returns:
- returns the featurePath object.
typeInit
public void typeInit(org.apache.uima.cas.Type annotationType)
throws org.apache.uima.resource.ResourceInitializationException
- Throws:
org.apache.uima.resource.ResourceInitializationException
initialize
public void initialize()
- initialize the regex pattern
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.