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. parentprivate AnnotationTreeNodeImpl<T>AnnotationTreeImpl. rootMethods in org.apache.uima.cas.impl with parameters of type AnnotationTreeNodeImpl Modifier and Type Method Description (package private) voidAnnotationTreeNodeImpl. addChild(AnnotationTreeNodeImpl<T> child)private voidFsIndex_annotation. addChildren(AnnotationTreeNodeImpl<T> node, FSIterator<T> it)(package private) voidAnnotationTreeImpl. setRoot(AnnotationTreeNodeImpl<T> root)
-