Uses of Interface
org.cytoscape.equations.Function
-
Packages that use Function Package Description org.cytoscape.equations Various types and utility methods relating to attribute equations.org.cytoscape.equations.event -
-
Uses of Function in org.cytoscape.equations
Classes in org.cytoscape.equations that implement Function Modifier and Type Class Description class
AbstractFunction
Base class for allFunction
implementations.Methods in org.cytoscape.equations that return Function Modifier and Type Method Description Function
EquationParser. 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 Function Modifier and Type Method Description Set<Function>
EquationParser. getRegisteredFunctions()
Returns the set of currently registered functions.Methods in org.cytoscape.equations with parameters of type Function Modifier and Type Method Description void
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
Constructor parameters in org.cytoscape.equations.event with type arguments of type Function Constructor Description EquationFunctionAddedEvent(EquationParser source, Collection<Function> functions)
EquationFunctionRemovedEvent(EquationParser source, Collection<Function> functions)
-