Package org.apache.uima.cas.text
Interface AnnotationTree<T extends AnnotationFS>
-
- All Known Implementing Classes:
AnnotationTreeImpl
public interface AnnotationTree<T extends AnnotationFS>
Represents an annotation tree.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationTreeNode<? extends T>
getRoot()
Get the root node of the tree.
-
-
-
Method Detail
-
getRoot
AnnotationTreeNode<? extends T> getRoot()
Get the root node of the tree.- Returns:
- The root node of the tree.
-
-