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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRoot()
Get the root node of the tree.(package private) void
setRoot
(AnnotationTreeNodeImpl<T> root)
-
Field Details
-
root
-
-
Constructor Details
-
AnnotationTreeImpl
AnnotationTreeImpl()
-
-
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.
-
setRoot
-