Uses of Interface
org.apache.uima.cas.text.AnnotationTreeNode
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
Text Common Annotation System (TCAS) Interfaces.
-
Uses of AnnotationTreeNode in org.apache.uima.cas.impl
Modifier and TypeMethodDescriptionAnnotationTreeNodeImpl.getChild
(int i) AnnotationTreeNodeImpl.getNextSibling()
AnnotationTreeNodeImpl.getParent()
AnnotationTreeNodeImpl.getPreviousSibling()
AnnotationTreeImpl.getRoot()
-
Uses of AnnotationTreeNode in org.apache.uima.cas.text
Modifier and TypeMethodDescriptionAnnotationTreeNode.getChild
(int i) Get the i-th child of this node.AnnotationTreeNode.getNextSibling()
Get the next sibling (to the right) of this node.AnnotationTreeNode.getParent()
Get the parent of this node.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 TypeMethodDescriptionAnnotationTreeNode.getChildren()
Get all children of this node as an ArrayList.