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
A node in the FS Tree Model A node is - an Feature Structure array -- elements may be other nodes - a primitive value, including Strings - a Feature Structure.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) Creates the array children.(package private) List
<FSTreeNode> FSTreeNode.getChildren()
Gets the children.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) Gets the path to node.(package private) void
FSTreeNode.setChildren
(List<FSTreeNode> children) Sets the children.