Uses of Interface
org.apache.uima.cas.text.AnnotationFS

Packages that use AnnotationFS
org.apache.uima.cas Common Analysis System (CAS) Interfaces. 
org.apache.uima.cas.text Text Common Annotation System (TCAS) Interfaces. 
org.apache.uima.examples   
org.apache.uima.jcas.tcas JCAS model for built-in TCAS types 
 

Uses of AnnotationFS in org.apache.uima.cas
 

Methods in org.apache.uima.cas that return AnnotationFS
 AnnotationFS CAS.createAnnotation(Type type, int begin, int end)
          Create a new annotation.
 AnnotationFS CAS.getDocumentAnnotation()
          Get the document annotation.
 

Uses of AnnotationFS in org.apache.uima.cas.text
 

Methods in org.apache.uima.cas.text that return AnnotationFS
 AnnotationFS AnnotationTreeNode.get()
          Return the annotation for this node.
 

Methods in org.apache.uima.cas.text with parameters of type AnnotationFS
 FSIterator AnnotationIndex.subiterator(AnnotationFS annot)
          Return a subiterator whose bounds are defined by the input annotation.
 FSIterator AnnotationIndex.subiterator(AnnotationFS annot, boolean ambiguous, boolean strict)
          Return a subiterator whose bounds are defined by the input annotation.
 AnnotationTree AnnotationIndex.tree(AnnotationFS annot)
          Create an annotation tree with annot as root node.
 

Uses of AnnotationFS in org.apache.uima.examples
 

Classes in org.apache.uima.examples that implement AnnotationFS
 class SourceDocumentInformation
          Stores detailed information about the original source document from which the current CAS was initialized.
 

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

Classes in org.apache.uima.jcas.tcas that implement AnnotationFS
 class Annotation
          the JCas class model for the CAS type uima.cas.Annotation.
 class DocumentAnnotation
          The JCas class definition for the CAS DocumentAnnotation type.
 



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