Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.equations.TreeNode

Packages that use TreeNode
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
 class AbstractNode
          A node in the parse tree.
 

Methods in org.cytoscape.equations that return TreeNode
 TreeNode TreeNode.getLeftChild()
          Returns the left child if it exists or null if it doesn't.
abstract  TreeNode AbstractNode.getLeftChild()
           
 TreeNode EquationParser.getParseTree()
          Returns the parse tree.
 TreeNode TreeNode.getRightChild()
          Returns the right child if it exists or null if it doesn't.
abstract  TreeNode AbstractNode.getRightChild()
           
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.