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

Packages that use AnnotationTreeNode
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
 class AnnotationTreeNodeImpl<T extends AnnotationFS>
          TODO: Create type comment for AnnotationTreeNodeImpl.
 

Methods in org.apache.uima.cas.impl that return AnnotationTreeNode
 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
 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
 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
 java.util.ArrayList<AnnotationTreeNode<T>> AnnotationTreeNode.getChildren()
          Get all children of this node as an ArrayList.
 



Copyright © 2011. All Rights Reserved.