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 classArrayNodeTODO: add type comment forArrayNode.classFSNodeA 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 FSTreeNodeFSTreeModel. rootThe 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. childrenThe 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 voidFSTreeModel. getPathToNode(int n, java.util.List<FSTreeNode> dtrs, java.util.List<FSTreeNode> path)Gets the path to node.(package private) voidFSTreeNode. setChildren(java.util.List<FSTreeNode> children)Sets the children.
-