org.apache.uima.cas.text
Interface AnnotationTree


public interface AnnotationTree

Represents an annotation tree.


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

Method Detail

getRoot

AnnotationTreeNode getRoot()
Get the root node of the tree.

Returns:
The root node of the tree.


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