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

Packages that use AnnotationTree
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. 
 

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

Classes in org.apache.uima.cas.impl that implement AnnotationTree
 class AnnotationTreeImpl<T extends AnnotationFS>
          Implementation of annotation tree.
 

Methods in org.apache.uima.cas.impl that return AnnotationTree
 AnnotationTree<T> AnnotationIndexImpl.tree(T annot)
           
 

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

Methods in org.apache.uima.cas.text that return AnnotationTree
 AnnotationTree<T> AnnotationIndex.tree(T annot)
          Create an annotation tree with annot as root node.
 



Copyright © 2012. All Rights Reserved.