org.apache.uima.annotator.regex.impl
Class FilterFeature_impl

java.lang.Object
  extended by org.apache.uima.annotator.regex.impl.FilterFeature_impl
All Implemented Interfaces:
FilterFeature

public class FilterFeature_impl
extends java.lang.Object
implements FilterFeature


Constructor Summary
FilterFeature_impl(java.lang.String featurePathString, java.lang.String patternStr)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterFeature_impl

public FilterFeature_impl(java.lang.String featurePathString,
                          java.lang.String patternStr)
Parameters:
featurePathString -
patternStr -
Method Detail

getPattern

public java.util.regex.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.