Uses of Class
org.apache.uima.tools.cvd.FSTreeNode
Packages that use FSTreeNode
-
Uses of FSTreeNode in org.apache.uima.tools.cvd
Subclasses of FSTreeNode in org.apache.uima.tools.cvdModifier and TypeClassDescriptionclass
TODO: add type comment forArrayNode
.class
Fields in org.apache.uima.tools.cvd declared as FSTreeNodeFields in org.apache.uima.tools.cvd with type parameters of type FSTreeNodeMethods in org.apache.uima.tools.cvd that return types with arguments of type FSTreeNodeModifier and TypeMethodDescription(package private) static List
<FSTreeNode> FSTreeModel.createArrayChildren
(int start, int end, List<FSNode> array, FSTreeModel model) (package private) List
<FSTreeNode> FSTreeNode.getChildren()
Method parameters in org.apache.uima.tools.cvd with type arguments of type FSTreeNodeModifier and TypeMethodDescriptionprivate void
FSTreeModel.getPathToNode
(int n, List<FSTreeNode> dtrs, List<FSTreeNode> path) (package private) void
FSTreeNode.setChildren
(List<FSTreeNode> children)