| Package | Description | 
|---|---|
| org.apache.uima.cas.text | Text Common Annotation System (TCAS) Interfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnnotationTreeNode<T> | AnnotationTreeNode. getChild(int i)Get the i-th child of this node. | 
| AnnotationTreeNode<T> | AnnotationTreeNode. getNextSibling()Get the next sibling (to the right) of this node. | 
| AnnotationTreeNode<T> | AnnotationTreeNode. getParent()Get the parent of this node. | 
| AnnotationTreeNode<T> | AnnotationTreeNode. getPreviousSibling()Get the previous sibling (to the left) of this node. | 
| AnnotationTreeNode<? extends T> | AnnotationTree. getRoot()Get the root node of the tree. | 
| Modifier and Type | Method and Description | 
|---|---|
| ArrayList<AnnotationTreeNode<T>> | AnnotationTreeNode. getChildren()Get all children of this node as an ArrayList. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.