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
Methods in org.apache.uima.analysis_engine.annotator that return AnnotatorContext Modifier and Type Method Description protected AnnotatorContextAnnotator_ImplBase. getContext()Deprecated.Gets theAnnotatorContextto be used by this Annotator.Methods in org.apache.uima.analysis_engine.annotator with parameters of type AnnotatorContext Modifier and Type Method Description voidAnnotator_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.voidBaseAnnotator. 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 classAnnotatorContext_implReference implementation ofAnnotatorContext.
-