Uses of Interface
org.apache.uima.analysis_engine.annotator.BaseAnnotator
-
Packages that use BaseAnnotator Package Description org.apache.uima.analysis_engine.annotator The Annotator Interfaces, along with supporting interfaces and exception classes.org.apache.uima.analysis_engine.impl.compatibility -
-
Uses of BaseAnnotator in org.apache.uima.analysis_engine.annotator
Subinterfaces of BaseAnnotator in org.apache.uima.analysis_engine.annotator Modifier and Type Interface Description interfaceGenericAnnotatorDeprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadinterfaceJTextAnnotatorDeprecated.As of release 2.3.0, use JCasAnnotator_ImplBase insteadinterfaceTextAnnotatorDeprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadClasses in org.apache.uima.analysis_engine.annotator that implement BaseAnnotator Modifier and Type Class Description classAnnotator_ImplBaseDeprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadclassGenericAnnotator_ImplBaseDeprecated.As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase insteadclassJTextAnnotator_ImplBaseDeprecated.As of release 2.3.0, use JCasAnnotator_ImplBase instead -
Uses of BaseAnnotator in org.apache.uima.analysis_engine.impl.compatibility
Fields in org.apache.uima.analysis_engine.impl.compatibility declared as BaseAnnotator Modifier and Type Field Description private BaseAnnotatorAnnotatorAdapter. mAnnotatorMethods in org.apache.uima.analysis_engine.impl.compatibility that return BaseAnnotator Modifier and Type Method Description protected BaseAnnotatorAnnotatorAdapter. getAnnotator()Constructors in org.apache.uima.analysis_engine.impl.compatibility with parameters of type BaseAnnotator Constructor Description AnnotatorAdapter(BaseAnnotator aAnnotator, AnalysisEngineMetaData aMetaData, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Create a new annotator adapter.
-