Uses of Class
org.apache.uima.tools.cvd.FSTreeNode
-
Packages that use FSTreeNode Package Description org.apache.uima.tools.cvd -
-
Uses of FSTreeNode in org.apache.uima.tools.cvd
Subclasses of FSTreeNode in org.apache.uima.tools.cvd Modifier and Type Class Description class
ArrayNode
TODO: add type comment forArrayNode
.class
FSNode
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 FSTreeNode Modifier and Type Field Description private FSTreeNode
FSTreeModel. root
The root.Fields in org.apache.uima.tools.cvd with type parameters of type FSTreeNode Modifier and Type Field Description protected java.util.List<FSTreeNode>
FSTreeNode. children
The children.Methods in org.apache.uima.tools.cvd that return types with arguments of type FSTreeNode Modifier and Type Method Description (package private) static java.util.List<FSTreeNode>
FSTreeModel. createArrayChildren(int start, int end, java.util.List<FSNode> array, FSTreeModel model)
Creates the array children.(package private) java.util.List<FSTreeNode>
FSTreeNode. getChildren()
Gets the children.Method parameters in org.apache.uima.tools.cvd with type arguments of type FSTreeNode Modifier and Type Method Description private void
FSTreeModel. getPathToNode(int n, java.util.List<FSTreeNode> dtrs, java.util.List<FSTreeNode> path)
Gets the path to node.(package private) void
FSTreeNode. setChildren(java.util.List<FSTreeNode> children)
Sets the children.
-