Uses of Interface
org.apache.uima.analysis_engine.annotator.AnnotatorContext
-
Packages that use AnnotatorContext Package Description org.apache.uima.analysis_engine.annotator The Annotator Interfaces, along with supporting interfaces and exception classes.org.apache.uima.analysis_engine.impl -
-
Uses of AnnotatorContext in org.apache.uima.analysis_engine.annotator
Fields in org.apache.uima.analysis_engine.annotator declared as AnnotatorContext Modifier and Type Field Description private AnnotatorContext
Annotator_ImplBase. mContext
Deprecated.Stores theAnnotatorContext
used by this Annotator.Methods in org.apache.uima.analysis_engine.annotator that return AnnotatorContext Modifier and Type Method Description protected 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 AnnotatorContext Modifier and Type Method Description void
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
Classes in org.apache.uima.analysis_engine.impl that implement AnnotatorContext Modifier and Type Class Description class
AnnotatorContext_impl
Reference implementation ofAnnotatorContext
.
-