Uses of Interface
org.cytoscape.equations.TreeNode
Packages that use TreeNode
Package
Description
Various types and utility methods relating to attribute equations.
-
Uses of TreeNode in org.cytoscape.equations
Classes in org.cytoscape.equations that implement TreeNodeMethods in org.cytoscape.equations that return TreeNodeModifier and TypeMethodDescriptionabstract TreeNodeAbstractNode.getLeftChild()TreeNode.getLeftChild()Returns the left child if it exists or null if it doesn't.EquationParser.getParseTree()Returns the parse tree.abstract TreeNodeAbstractNode.getRightChild()TreeNode.getRightChild()Returns the right child if it exists or null if it doesn't.