Uses of Interface
org.cytoscape.equations.Function
Packages that use Function
Package
Description
Various types and utility methods relating to attribute equations.
-
Uses of Function in org.cytoscape.equations
Classes in org.cytoscape.equations that implement FunctionMethods in org.cytoscape.equations that return FunctionModifier and TypeMethodDescriptionEquationParser.getFunction(String functionName) Returns the function associated with the name "functionName" or null if no such function exists.Methods in org.cytoscape.equations that return types with arguments of type FunctionModifier and TypeMethodDescriptionEquationParser.getRegisteredFunctions()Returns the set of currently registered functions.Methods in org.cytoscape.equations with parameters of type FunctionModifier and TypeMethodDescriptionvoidEquationParser.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
Constructor parameters in org.cytoscape.equations.event with type arguments of type FunctionModifierConstructorDescriptionEquationFunctionAddedEvent(EquationParser source, Collection<Function> functions) EquationFunctionRemovedEvent(EquationParser source, Collection<Function> functions)