Uses of Interface
org.apache.uima.analysis_engine.annotator.BaseAnnotator

Packages that use BaseAnnotator
org.apache.uima.analysis_engine.annotator The Annotator Interfaces, along with supporting interfaces and exception classes. 
 

Uses of BaseAnnotator in org.apache.uima.analysis_engine.annotator
 

Subinterfaces of BaseAnnotator in org.apache.uima.analysis_engine.annotator
 interface GenericAnnotator
          Deprecated. As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead
 interface JTextAnnotator
          Deprecated. As of release 2.3.0, use JCasAnnotator_ImplBase instead
 interface TextAnnotator
          Deprecated. As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead
 

Classes in org.apache.uima.analysis_engine.annotator that implement BaseAnnotator
 class Annotator_ImplBase
          Deprecated. As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead
 class GenericAnnotator_ImplBase
          Deprecated. As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead
 class JTextAnnotator_ImplBase
          Deprecated. As of release 2.3.0, use JCasAnnotator_ImplBase instead
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.