org.apache.uima.cas.impl
Class AnnotationTreeImpl<T extends AnnotationFS>

java.lang.Object
  extended by org.apache.uima.cas.impl.AnnotationTreeImpl<T>
All Implemented Interfaces:
AnnotationTree<T>

public class AnnotationTreeImpl<T extends AnnotationFS>
extends java.lang.Object
implements AnnotationTree<T>

Implementation of annotation tree.


Method Summary
 AnnotationTreeNode<T> getRoot()
          Get the root node of the tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRoot

public AnnotationTreeNode<T> getRoot()
Description copied from interface: AnnotationTree
Get the root node of the tree.

Specified by:
getRoot in interface AnnotationTree<T extends AnnotationFS>
Returns:
The root node of the tree.


Copyright © 2012. All Rights Reserved.