Uses of Class
org.apache.uima.cas.impl.AnnotationTreeNodeImpl
-
Packages that use AnnotationTreeNodeImpl Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of AnnotationTreeNodeImpl in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as AnnotationTreeNodeImpl Modifier and Type Field Description private AnnotationTreeNodeImpl<T>
AnnotationTreeNodeImpl. parent
private AnnotationTreeNodeImpl<T>
AnnotationTreeImpl. root
Methods in org.apache.uima.cas.impl with parameters of type AnnotationTreeNodeImpl Modifier and Type Method Description (package private) void
AnnotationTreeNodeImpl. addChild(AnnotationTreeNodeImpl<T> child)
private void
FsIndex_annotation. addChildren(AnnotationTreeNodeImpl<T> node, FSIterator<T> it)
(package private) void
AnnotationTreeImpl. setRoot(AnnotationTreeNodeImpl<T> root)
-