Uses of Interface
org.cytoscape.equations.EquationParser
-
Packages that use EquationParser Package Description org.cytoscape.equations Various types and utility methods relating to attribute equations.org.cytoscape.equations.event -
-
Uses of EquationParser in org.cytoscape.equations
Methods in org.cytoscape.equations that return EquationParser Modifier and Type Method Description EquationParser
EquationCompiler. getParser()
Returns the parser which can be used for checking the syntax of equations. -
Uses of EquationParser in org.cytoscape.equations.event
Constructors in org.cytoscape.equations.event with parameters of type EquationParser Constructor Description EquationFunctionAddedEvent(EquationParser source, Collection<Function> functions)
EquationFunctionRemovedEvent(EquationParser source, Collection<Function> functions)
-