Package | Description |
---|---|
org.cytoscape.equations |
Various types and utility methods relating to attribute equations.
|
org.cytoscape.equations.event |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFunction
Base class for all
Function implementations. |
Modifier and Type | Method and Description |
---|---|
Function |
EquationParser.getFunction(String functionName)
Returns the function associated with the name "functionName" or null if no such function exists.
|
Modifier and Type | Method and Description |
---|---|
Set<Function> |
EquationParser.getRegisteredFunctions()
Returns the set of currently registered functions.
|
Modifier and Type | Method and 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. To register a Function, please use CyActivator or CyServiceRegistrar's
registerService method to register as a service so updates can be handled properly.
|
Constructor and Description |
---|
EquationFunctionAddedEvent(EquationParser source,
Collection<Function> functions) |
EquationFunctionRemovedEvent(EquationParser source,
Collection<Function> functions) |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.