Uses of Interface
org.cytoscape.equations.TreeNode
-
Packages that use TreeNode Package Description org.cytoscape.equations Various types and utility methods relating to attribute equations. -
-
Uses of TreeNode in org.cytoscape.equations
Classes in org.cytoscape.equations that implement TreeNode Modifier and Type Class Description classAbstractNodeA node in the parse tree.Methods in org.cytoscape.equations that return TreeNode Modifier and Type Method Description abstract TreeNodeAbstractNode. getLeftChild()TreeNodeTreeNode. getLeftChild()Returns the left child if it exists or null if it doesn't.TreeNodeEquationParser. getParseTree()Returns the parse tree.abstract TreeNodeAbstractNode. getRightChild()TreeNodeTreeNode. getRightChild()Returns the right child if it exists or null if it doesn't.
-