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 class
AbstractNode
A node in the parse tree.Methods in org.cytoscape.equations that return TreeNode Modifier and Type Method Description abstract TreeNode
AbstractNode. getLeftChild()
TreeNode
TreeNode. getLeftChild()
Returns the left child if it exists or null if it doesn't.TreeNode
EquationParser. getParseTree()
Returns the parse tree.abstract TreeNode
AbstractNode. getRightChild()
TreeNode
TreeNode. getRightChild()
Returns the right child if it exists or null if it doesn't.
-