Class GenericAnnotator_ImplBase
- java.lang.Object
-
- org.apache.uima.analysis_engine.annotator.Annotator_ImplBase
-
- org.apache.uima.analysis_engine.annotator.GenericAnnotator_ImplBase
-
- All Implemented Interfaces:
BaseAnnotator
,GenericAnnotator
@Deprecated public abstract class GenericAnnotator_ImplBase extends Annotator_ImplBase implements GenericAnnotator
Deprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadBase interface for annotators in UIMA SDK v1.x. As of v2.0, annotators should extendCasAnnotator_ImplBase
orJCasAnnotator_ImplBase
.
-
-
Constructor Summary
Constructors Constructor Description GenericAnnotator_ImplBase()
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.uima.analysis_engine.annotator.Annotator_ImplBase
destroy, finalize, getContext, getTypeSystem, initialize, reconfigure, typeSystemInit
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.uima.analysis_engine.annotator.BaseAnnotator
destroy, initialize, reconfigure, typeSystemInit
-
Methods inherited from interface org.apache.uima.analysis_engine.annotator.GenericAnnotator
process
-
-