Package | Description |
---|---|
org.cytoscape.equations |
Various types and utility methods relating to attribute equations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNode
A node in the parse tree.
|
Modifier and Type | Method and Description |
---|---|
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() |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.