Uses of Class
org.apache.uima.jcas.tcas.Annotation

Packages that use Annotation
org.apache.uima.examples   
org.apache.uima.jcas Interfaces for accessing the JCAS. 
org.apache.uima.jcas.tcas JCAS model for built-in TCAS types 
 

Uses of Annotation in org.apache.uima.examples
 

Subclasses of Annotation in org.apache.uima.examples
 class SourceDocumentInformation
          Stores detailed information about the original source document from which the current CAS was initialized.
 

Uses of Annotation in org.apache.uima.jcas
 

Methods in org.apache.uima.jcas that return types with arguments of type Annotation
 AnnotationIndex<Annotation> JCas.getAnnotationIndex()
          Get the standard annotation index.
 AnnotationIndex<Annotation> JFSIndexRepository.getAnnotationIndex()
          Get the standard annotation index.
 AnnotationIndex<Annotation> JCas.getAnnotationIndex(int type)
          Get the standard annotation index restricted to a specific annotation type.
 AnnotationIndex<Annotation> JFSIndexRepository.getAnnotationIndex(int type)
          Get the standard annotation index restricted to a specific annotation type.
 AnnotationIndex<Annotation> JCas.getAnnotationIndex(Type type)
          Get the standard annotation index restricted to a specific annotation type.
 

Uses of Annotation in org.apache.uima.jcas.tcas
 

Subclasses of Annotation in org.apache.uima.jcas.tcas
 class DocumentAnnotation
          The JCas class definition for the CAS DocumentAnnotation type.
 



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