Uses of Interface
org.apache.uima.cas.text.AnnotationTreeNode
-
Packages that use AnnotationTreeNode Package Description 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 AnnotationTreeNode in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement AnnotationTreeNode Modifier and Type Class Description classAnnotationTreeNodeImpl<T extends AnnotationFS>Fields in org.apache.uima.cas.impl with type parameters of type AnnotationTreeNode Modifier and Type Field Description private java.util.ArrayList<AnnotationTreeNode<T>>AnnotationTreeNodeImpl. dtrsMethods in org.apache.uima.cas.impl that return AnnotationTreeNode Modifier and Type Method Description AnnotationTreeNode<T>AnnotationTreeNodeImpl. getChild(int i)AnnotationTreeNode<T>AnnotationTreeNodeImpl. getNextSibling()AnnotationTreeNode<T>AnnotationTreeNodeImpl. getParent()AnnotationTreeNode<T>AnnotationTreeNodeImpl. getPreviousSibling()AnnotationTreeNode<T>AnnotationTreeImpl. getRoot()Methods in org.apache.uima.cas.impl that return types with arguments of type AnnotationTreeNode Modifier and Type Method Description java.util.ArrayList<AnnotationTreeNode<T>>AnnotationTreeNodeImpl. getChildren() -
Uses of AnnotationTreeNode in org.apache.uima.cas.text
Methods in org.apache.uima.cas.text that return AnnotationTreeNode Modifier and Type Method 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.Methods in org.apache.uima.cas.text that return types with arguments of type AnnotationTreeNode Modifier and Type Method Description java.util.ArrayList<AnnotationTreeNode<T>>AnnotationTreeNode. getChildren()Get all children of this node as an ArrayList.
-