Uses of Interface
org.cytoscape.equations.Function
Package
Description
Various types and utility methods relating to attribute equations.
-
Uses of Function in org.cytoscape.equations
Modifier and TypeMethodDescriptionEquationParser.getFunction
(String functionName) Returns the function associated with the name "functionName" or null if no such function exists.Modifier and TypeMethodDescriptionEquationParser.getRegisteredFunctions()
Returns the set of currently registered functions.Modifier and TypeMethodDescriptionvoid
EquationParser.registerFunction
(Function func) Deprecated.Functions registered using this method will work, but will not update properly if the containing bundle is updated. -
Uses of Function in org.cytoscape.equations.event
ModifierConstructorDescriptionEquationFunctionAddedEvent
(EquationParser source, Collection<Function> functions) EquationFunctionRemovedEvent
(EquationParser source, Collection<Function> functions)