Uses of Interface
org.cytoscape.equations.TreeNode
Package
Description
Various types and utility methods relating to attribute equations.
-
Uses of TreeNode in org.cytoscape.equations
Modifier and TypeMethodDescriptionabstract TreeNode
AbstractNode.getLeftChild()
TreeNode.getLeftChild()
Returns the left child if it exists or null if it doesn't.EquationParser.getParseTree()
Returns the parse tree.abstract TreeNode
AbstractNode.getRightChild()
TreeNode.getRightChild()
Returns the right child if it exists or null if it doesn't.