Uses of Interface
org.apache.uima.cas.text.AnnotationTree
-
Packages that use AnnotationTree Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.cas.text Text Common Annotation System (TCAS) Interfaces. -
-
Uses of AnnotationTree in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement AnnotationTree Modifier and Type Class Description classAnnotationTreeImpl<T extends AnnotationFS>Implementation of annotation tree.Methods in org.apache.uima.cas.impl that return AnnotationTree Modifier and Type Method Description AnnotationTree<T>FsIndex_annotation. tree(T annot) -
Uses of AnnotationTree in org.apache.uima.cas.text
Methods in org.apache.uima.cas.text that return AnnotationTree Modifier and Type Method Description AnnotationTree<T>AnnotationIndex. tree(T annot)Create an annotation tree withannotas root node.
-