Uses of Interface
org.apache.uima.annotator.regex.Feature

Packages that use Feature
org.apache.uima.annotator.regex   
org.apache.uima.annotator.regex.impl   
 

Uses of Feature in org.apache.uima.annotator.regex
 

Methods in org.apache.uima.annotator.regex that return Feature
 Feature[] Annotation.getFeatures()
          Returns the feature array for this annotation
 Feature[] Rule.getMatchTypeUpdateFeatures()
          Returns the match type annotation update features
 

Methods in org.apache.uima.annotator.regex with parameters of type Feature
 void Annotation.addFeature(Feature aFeat)
          Adds the given feature to this annotation.
 void Rule.addUpdateFeature(Feature aFeature)
          Adds the given feature to the match type annotation update features
 

Uses of Feature in org.apache.uima.annotator.regex.impl
 

Classes in org.apache.uima.annotator.regex.impl that implement Feature
 class Feature_impl
           
 

Methods in org.apache.uima.annotator.regex.impl that return Feature
 Feature[] Annotation_impl.getFeatures()
           
 Feature[] Rule_impl.getMatchTypeUpdateFeatures()
           
 

Methods in org.apache.uima.annotator.regex.impl with parameters of type Feature
 void Annotation_impl.addFeature(Feature aFeature)
           
 void Rule_impl.addUpdateFeature(Feature aFeature)
           
 



Copyright © 2011. All Rights Reserved.