Package | Description |
---|---|
org.cytoscape.equations |
Various types and utility methods relating to attribute equations.
|
Modifier and Type | Method and Description |
---|---|
Equation |
EquationCompiler.getEquation()
If compile() returns true, this returns the result of the compilation.
|
Equation |
EquationCompiler.getErrorEquation(String equation,
Class<?> type,
String errorMessage)
A factory method that returns an Equation that always fails at runtime.
|
Modifier and Type | Method and Description |
---|---|
Object |
Interpreter.execute(Equation equation,
Map<String,IdentDescriptor> variableNameToDescriptorMap)
Executes the code represented by "equation".
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.