Uses of Interface
org.apache.uima.analysis_engine.annotator.AnnotatorContext
Packages that use AnnotatorContext
Package
Description
The Annotator Interfaces, along with supporting interfaces and exception classes.
-
Uses of AnnotatorContext in org.apache.uima.analysis_engine.annotator
Methods in org.apache.uima.analysis_engine.annotator that return AnnotatorContextModifier and TypeMethodDescriptionprotected AnnotatorContext
Annotator_ImplBase.getContext()
Deprecated.Gets theAnnotatorContext
to be used by this Annotator.Methods in org.apache.uima.analysis_engine.annotator with parameters of type AnnotatorContextModifier and TypeMethodDescriptionvoid
Annotator_ImplBase.initialize
(AnnotatorContext aContext) Deprecated.The only thing this implementation does is store the AnnotatorContext so that it can be accessed later via theAnnotator_ImplBase.getContext()
method.void
BaseAnnotator.initialize
(AnnotatorContext aContext) Deprecated.To be removed without replacement -
Uses of AnnotatorContext in org.apache.uima.analysis_engine.impl
Classes in org.apache.uima.analysis_engine.impl that implement AnnotatorContextModifier and TypeClassDescriptionclass
Deprecated.Use {link UimaContext} instead