org.apache.uima.cas.text
Interface AnnotationTree<T extends AnnotationFS>


public interface AnnotationTree<T extends AnnotationFS>

Represents an annotation tree.


Method Summary
 AnnotationTreeNode<T> getRoot()
          Get the root node of the tree.
 

Method Detail

getRoot

AnnotationTreeNode<T> getRoot()
Get the root node of the tree.

Returns:
The root node of the tree.


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.