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

Packages that use AnnotationFS
example   
org.apache.uima.cas Common Analysis System (CAS) Interfaces. 
org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. 
org.apache.uima.cas.text Text Common Annotation System (TCAS) Interfaces. 
org.apache.uima.examples Examples illustrating how to use the UIMA Framework. 
org.apache.uima.examples.tokenizer   
org.apache.uima.jcas.tcas JCAS model for built-in TCAS types 
org.apache.uima.tools.viewer   
org.apache.uima.tutorial   
 

Uses of AnnotationFS in example
 

Classes in example that implement AnnotationFS
 class PersonTitle
          A Personal Title.
 

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.
 

Methods in org.apache.uima.cas that return types with arguments of type AnnotationFS
 AnnotationIndex<AnnotationFS> CAS.getAnnotationIndex()
          Get the standard annotation index.
 AnnotationIndex<AnnotationFS> CAS.getAnnotationIndex(Type type)
          Get the standard annotation index restricted to a specific annotation type.
 

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

Classes in org.apache.uima.cas.impl with type parameters of type AnnotationFS
 class AnnotationIndexImpl<T extends AnnotationFS>
          Implementation of annotation indexes.
 class AnnotationTreeImpl<T extends AnnotationFS>
          Implementation of annotation tree.
 class AnnotationTreeNodeImpl<T extends AnnotationFS>
          TODO: Create type comment for AnnotationTreeNodeImpl.
 class Subiterator<T extends AnnotationFS>
          Subiterator implementation.
 class UnambiguousIteratorImpl<T extends AnnotationFS>
          Implementation of the unambiguous iterators.
 

Classes in org.apache.uima.cas.impl that implement AnnotationFS
 class AnnotationImpl
          Class comment for AnnotationImpl.java goes here.
 

Methods in org.apache.uima.cas.impl that return AnnotationFS
 AnnotationFS CASImpl.createAnnotation(Type type, int begin, int end)
           
 AnnotationFS CASImpl.getDocumentAnnotation()
           
 

Methods in org.apache.uima.cas.impl that return types with arguments of type AnnotationFS
 AnnotationIndex<AnnotationFS> CASImpl.getAnnotationIndex()
           
 AnnotationIndex<AnnotationFS> CASImpl.getAnnotationIndex(Type type)
           
 

Methods in org.apache.uima.cas.impl with parameters of type AnnotationFS
static java.lang.Object DebugFSLogicalStructure.getDebugLogicalStructure_Features(AnnotationFS fs)
           
static FeatureStructure[] DebugFSLogicalStructure.getDebugLogicalStructure_SubAnnotations(AnnotationFS fs)
           
 FSIterator<T> AnnotationIndexImpl.subiterator(AnnotationFS annot)
           
 FSIterator<T> AnnotationIndexImpl.subiterator(AnnotationFS annot, boolean ambiguous, boolean strict)
           
 

Constructor parameters in org.apache.uima.cas.impl with type arguments of type AnnotationFS
AnnotationIndexImpl(FSIndex<AnnotationFS> index)
           
 

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

Classes in org.apache.uima.cas.text with type parameters of type AnnotationFS
 interface AnnotationIndex<T extends AnnotationFS>
          An annotation index provides additional iterator functionality that applies only to instances of uima.tcas.Annotation.
 interface AnnotationTree<T extends AnnotationFS>
          Represents an annotation tree.
 interface AnnotationTreeNode<T extends AnnotationFS>
          Represents a node in an annotation tree.
 

Methods in org.apache.uima.cas.text with parameters of type AnnotationFS
 FSIterator<T> AnnotationIndex.subiterator(AnnotationFS annot)
          Return a subiterator whose bounds are defined by the input annotation.
 FSIterator<T> AnnotationIndex.subiterator(AnnotationFS annot, boolean ambiguous, boolean strict)
          Return a subiterator whose bounds are defined by the input annotation.
 

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

Classes in org.apache.uima.examples.tokenizer that implement AnnotationFS
 class Sentence
           
 class Token
           
 

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.
 

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

Methods in org.apache.uima.tools.viewer with parameters of type AnnotationFS
protected  void CasAnnotationViewer.addAnnotationToTree(AnnotationFS aAnnotation)
          Adds an annotation to the selected annotations tree.
 

Uses of AnnotationFS in org.apache.uima.tutorial
 

Classes in org.apache.uima.tutorial that implement AnnotationFS
 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 © 2012. All Rights Reserved.