Cytoscape 3.0.1 API

Uses of Class
org.cytoscape.equations.Equation

Packages that use Equation
org.cytoscape.equations Various types and utility methods relating to attribute equations. 
 

Uses of Equation in org.cytoscape.equations
 

Methods in org.cytoscape.equations that return Equation
 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.
 

Methods in org.cytoscape.equations with parameters of type Equation
 Object Interpreter.execute(Equation equation, Map<String,IdentDescriptor> variableNameToDescriptorMap)
          Executes the code represented by "equation".
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.