Uses of Class
org.cytoscape.equations.Equation
Packages that use Equation
Package
Description
Various types and utility methods relating to attribute equations.
-
Uses of Equation in org.cytoscape.equations
Methods in org.cytoscape.equations that return EquationModifier and TypeMethodDescriptionEquationCompiler.getEquation()
If compile() returns true, this returns the result of the compilation.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