Uses of Interface
org.apache.uima.analysis_engine.annotator.AnnotatorContext
Package
Description
The Annotator Interfaces, along with supporting interfaces
and exception classes.
-
Uses of AnnotatorContext in org.apache.uima.analysis_engine.annotator
Modifier and TypeMethodDescriptionprotected AnnotatorContext
Annotator_ImplBase.getContext()
Deprecated.Gets theAnnotatorContext
to be used by this Annotator.Modifier 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) Performs any startup tasks required by this annotator. -
Uses of AnnotatorContext in org.apache.uima.analysis_engine.impl