| Package | Description | 
|---|---|
| org.apache.uima.analysis_engine.annotator | The Annotator Interfaces, along with supporting interfaces
and exception classes. | 
| org.apache.uima.uimacpp | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BaseAnnotator. initialize(AnnotatorContext aContext)Performs any startup tasks required by this annotator. | 
| 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. reconfigure()Alerts this annotator that the values of its configuration parameters or external resources
 have changed. | 
| void | Annotator_ImplBase. reconfigure()Deprecated.  This default implementation calls  Annotator_ImplBase.destroy()followed byAnnotator_ImplBase.initialize(AnnotatorContext)andAnnotator_ImplBase.typeSystemInit(TypeSystem). | 
| void | BaseAnnotator. typeSystemInit(TypeSystem aTypeSystem)Informs this annotator that the CAS TypeSystem has changed. | 
| void | Annotator_ImplBase. typeSystemInit(TypeSystem aTypeSystem)Deprecated.  The only thing this implementation does is store the TypeSystem so that it can be accessed by
 the  Annotator_ImplBase.getTypeSystem()method, and also so that it can be passed back to theAnnotator_ImplBase.typeSystemInit(TypeSystem)method by the default implementation ofAnnotator_ImplBase.reconfigure(). | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UimacppAnalysisComponent. typeSystemInit(TypeSystem ts) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.