public class FilterFeature_impl extends java.lang.Object implements FilterFeature
Constructor and Description |
---|
FilterFeature_impl(java.lang.String featurePathString,
java.lang.String patternStr) |
Modifier and Type | Method and Description |
---|---|
FeaturePath |
getFeaturePath()
Get the featurePath of this fileFeature object
|
java.util.regex.Pattern |
getPattern()
Get the pattern for this filter feature
|
void |
initialize()
initialize the regex pattern
|
java.lang.String |
toString() |
void |
typeInit(org.apache.uima.cas.Type annotationType) |
public FilterFeature_impl(java.lang.String featurePathString, java.lang.String patternStr)
featurePathString
- patternStr
- public java.util.regex.Pattern getPattern()
FilterFeature
getPattern
in interface FilterFeature
public FeaturePath getFeaturePath()
FilterFeature
getFeaturePath
in interface FilterFeature
public void typeInit(org.apache.uima.cas.Type annotationType) throws org.apache.uima.resource.ResourceInitializationException
org.apache.uima.resource.ResourceInitializationException
public void initialize()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013. All Rights Reserved.