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>
Implementation of annotation tree.
-
Method Summary
-
Method Details
-
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.
-