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

Packages that use AnnotationTreeNode
org.apache.uima.cas.text Text Common Annotation System (TCAS) Interfaces. 
 

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

Methods in org.apache.uima.cas.text that return AnnotationTreeNode
 AnnotationTreeNode AnnotationTreeNode.getChild(int i)
          Get the i-th child of this node.
 AnnotationTreeNode AnnotationTreeNode.getNextSibling()
          Get the next sibling (to the right) of this node.
 AnnotationTreeNode AnnotationTreeNode.getParent()
          Get the parent of this node.
 AnnotationTreeNode AnnotationTreeNode.getPreviousSibling()
          Get the previous sibling (to the left) of this node.
 AnnotationTreeNode AnnotationTree.getRoot()
          Get the root node of the tree.
 



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