Package org.apache.uima.cas.impl
Class AnnotationTreeImpl<T extends AnnotationFS>
- java.lang.Object
-
- org.apache.uima.cas.impl.AnnotationTreeImpl<T>
-
- All Implemented Interfaces:
AnnotationTree<T>
public class AnnotationTreeImpl<T extends AnnotationFS> extends Object implements AnnotationTree<T>
Implementation of annotation tree.
-
-
Method Detail
-
getRoot
public AnnotationTreeNode<T> getRoot()
Description copied from interface:AnnotationTree
Get the root node of the tree.- Specified by:
getRoot
in interfaceAnnotationTree<T extends AnnotationFS>
- Returns:
- The root node of the tree.
-
-