|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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<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<T> |
AnnotationTree.getRoot()
Get the root node of the tree. |
Methods in org.apache.uima.cas.text that return types with arguments of type AnnotationTreeNode | |
---|---|
ArrayList<AnnotationTreeNode<T>> |
AnnotationTreeNode.getChildren()
Get all children of this node as an ArrayList. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |