Uses of Interface
org.cytoscape.equations.EquationParser
Package
Description
Various types and utility methods relating to attribute equations.
-
Uses of EquationParser in org.cytoscape.equations
Modifier and TypeMethodDescriptionEquationCompiler.getParser()
Returns the parser which can be used for checking the syntax of equations. -
Uses of EquationParser in org.cytoscape.equations.event
ModifierConstructorDescriptionEquationFunctionAddedEvent
(EquationParser source, Collection<Function> functions) EquationFunctionRemovedEvent
(EquationParser source, Collection<Function> functions)