Uses of Interface
org.apache.uima.analysis_engine.annotator.AnnotatorContext

Packages that use AnnotatorContext
org.apache.uima.analysis_engine.annotator 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 AnnotatorContext
protected  AnnotatorContext Annotator_ImplBase.getContext()
          Deprecated. Gets the AnnotatorContext to be used by this Annotator.
 

Methods in org.apache.uima.analysis_engine.annotator with parameters of type AnnotatorContext
 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 the Annotator_ImplBase.getContext() method.
 void BaseAnnotator.initialize(AnnotatorContext aContext)
          Performs any startup tasks required by this annotator.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.