Package | Description |
---|---|
org.apache.uima.annotator.regex | |
org.apache.uima.annotator.regex.impl |
Modifier and Type | Method and Description |
---|---|
Feature[] |
Annotation.getFeatures()
Returns the feature array for this annotation
|
Feature[] |
Rule.getMatchTypeUpdateFeatures()
Returns the match type annotation update features
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
Feature_impl |
Modifier and Type | Method and Description |
---|---|
Feature[] |
Annotation_impl.getFeatures() |
Feature[] |
Rule_impl.getMatchTypeUpdateFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
Annotation_impl.addFeature(Feature aFeature) |
void |
Rule_impl.addUpdateFeature(Feature aFeature) |
Copyright © 2015. All rights reserved.