Uses of Class
org.apache.uima.analysis_engine.annotator.AnnotatorInitializationException
-
Packages that use AnnotatorInitializationException Package Description org.apache.uima.analysis_engine.annotator The Annotator Interfaces, along with supporting interfaces and exception classes.org.apache.uima.uimacpp -
-
Uses of AnnotatorInitializationException in org.apache.uima.analysis_engine.annotator
Methods in org.apache.uima.analysis_engine.annotator that throw AnnotatorInitializationException 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.voidAnnotator_ImplBase. reconfigure()Deprecated.This default implementation callsAnnotator_ImplBase.destroy()followed byAnnotator_ImplBase.initialize(AnnotatorContext)andAnnotator_ImplBase.typeSystemInit(TypeSystem).voidBaseAnnotator. reconfigure()Alerts this annotator that the values of its configuration parameters or external resources have changed.voidAnnotator_ImplBase. typeSystemInit(TypeSystem aTypeSystem)Deprecated.The only thing this implementation does is store the TypeSystem so that it can be accessed by theAnnotator_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().voidBaseAnnotator. typeSystemInit(TypeSystem aTypeSystem)Informs this annotator that the CAS TypeSystem has changed. -
Uses of AnnotatorInitializationException in org.apache.uima.uimacpp
Methods in org.apache.uima.uimacpp that throw AnnotatorInitializationException Modifier and Type Method Description voidUimacppAnalysisComponent. typeSystemInit(TypeSystem ts)
-