|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |