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 TypeClassDescriptionclassTODO: add type comment forArrayNode.classA 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 voidFSTreeModel.getPathToNode(int n, List<FSTreeNode> dtrs, List<FSTreeNode> path) Gets the path to node.(package private) voidFSTreeNode.setChildren(List<FSTreeNode> children) Sets the children.