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()
FilterFeaturegetPattern in interface FilterFeaturepublic FeaturePath getFeaturePath()
FilterFeaturegetFeaturePath in interface FilterFeaturepublic void typeInit(org.apache.uima.cas.Type annotationType)
throws org.apache.uima.resource.ResourceInitializationException
org.apache.uima.resource.ResourceInitializationExceptionpublic void initialize()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013. All Rights Reserved.