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

Packages that use Annotation
example   
org.apache.uima.examples Examples illustrating how to use the UIMA Framework. 
org.apache.uima.examples.tokenizer   
org.apache.uima.jcas Interfaces for accessing the JCAS. 
org.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM). 
org.apache.uima.jcas.tcas JCAS model for built-in TCAS types 
org.apache.uima.tools.viewer   
org.apache.uima.tutorial   
 

Uses of Annotation in example
 

Subclasses of Annotation in example
 class PersonTitle
          A Personal Title.
 

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.examples.tokenizer
 

Subclasses of Annotation in org.apache.uima.examples.tokenizer
 class Sentence
           
 class Token
           
 

Uses of Annotation in org.apache.uima.jcas
 

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

Methods in org.apache.uima.jcas.impl that return types with arguments of type Annotation
 AnnotationIndex<Annotation> JCasImpl.getAnnotationIndex()
           
 AnnotationIndex<Annotation> JCasImpl.getAnnotationIndex(int type)
           
 AnnotationIndex<Annotation> JCasImpl.getAnnotationIndex(Type 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.
 

Uses of Annotation in org.apache.uima.tools.viewer
 

Methods in org.apache.uima.tools.viewer with parameters of type Annotation
 EntityResolver.Entity EntityResolver.getEntity(Annotation aAnnotation)
          Returns the Entity to which an annotation refers.
 

Uses of Annotation in org.apache.uima.tutorial
 

Subclasses of Annotation in org.apache.uima.tutorial
 class DateAnnot
          Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class DateTimeAnnot
          Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class Meeting
          Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class RoomNumber
          Updated by JCasGen Mon Nov 29 15:02:37 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class SentenceAnnot
          Updated by JCasGen Mon Nov 29 15:02:37 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class TimeAnnot
          Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class UimaAcronym
          Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class UimaMeeting
          Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class WordAnnot
          Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 



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