Uses of Class
org.apache.uima.cas.impl.AnnotationTreeNodeImpl
Packages that use AnnotationTreeNodeImpl
Package
Description
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 AnnotationTreeNodeImplModifier and TypeFieldDescriptionprivate AnnotationTreeNodeImpl<T>
AnnotationTreeNodeImpl.parent
private AnnotationTreeNodeImpl<T>
AnnotationTreeImpl.root
Methods in org.apache.uima.cas.impl with parameters of type AnnotationTreeNodeImplModifier and TypeMethodDescription(package private) void
AnnotationTreeNodeImpl.addChild
(AnnotationTreeNodeImpl<T> child) private void
AnnotationIndexImpl.addChildren
(AnnotationTreeNodeImpl<T> node, FSIterator<T> it) (package private) void
AnnotationTreeImpl.setRoot
(AnnotationTreeNodeImpl<T> root)