Uses of Package
org.apache.uima.analysis_engine.annotator
-
Packages that use org.apache.uima.analysis_engine.annotator Package Description org.apache.uima.analysis_engine.annotator The Annotator Interfaces, along with supporting interfaces and exception classes.org.apache.uima.analysis_engine.impl org.apache.uima.analysis_engine.impl.compatibility org.apache.uima.uimacpp -
Classes in org.apache.uima.analysis_engine.annotator used by org.apache.uima.analysis_engine.annotator Class Description Annotator_ImplBase Deprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadAnnotatorConfigurationException AnAnnotatorConfigurationExceptionis thrown by an annotator if the settings of its configuration parameters are invalid.AnnotatorContext Deprecated.As of release 2.3.0, use UimaContext insteadAnnotatorContextException AnAnnotatorContextExceptionis thrown by anAnnotatorContextif it cannot complete the invoked operation due to a failure in the underlying implementation.AnnotatorInitializationException AnAnnotatorInitializationExceptionmay be thrown by an annotator's initialize method, indicating that the annotator failed to successfully initialize itself.AnnotatorProcessException AnAnnotatorProcessExceptionmay be thrown by an annotator's process method, indicating that a failure occurred during processing.BaseAnnotator Base interface for annotators in UIMA SDK v1.x.GenericAnnotator Deprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadJTextAnnotator Deprecated.As of release 2.3.0, use JCasAnnotator_ImplBase instead -
Classes in org.apache.uima.analysis_engine.annotator used by org.apache.uima.analysis_engine.impl Class Description AnnotatorContext Deprecated.As of release 2.3.0, use UimaContext insteadAnnotatorContextException AnAnnotatorContextExceptionis thrown by anAnnotatorContextif it cannot complete the invoked operation due to a failure in the underlying implementation. -
Classes in org.apache.uima.analysis_engine.annotator used by org.apache.uima.analysis_engine.impl.compatibility Class Description BaseAnnotator Base interface for annotators in UIMA SDK v1.x. -
Classes in org.apache.uima.analysis_engine.annotator used by org.apache.uima.uimacpp Class Description AnnotatorConfigurationException AnAnnotatorConfigurationExceptionis thrown by an annotator if the settings of its configuration parameters are invalid.AnnotatorInitializationException AnAnnotatorInitializationExceptionmay be thrown by an annotator's initialize method, indicating that the annotator failed to successfully initialize itself.AnnotatorProcessException AnAnnotatorProcessExceptionmay be thrown by an annotator's process method, indicating that a failure occurred during processing.