Package | Description |
---|---|
org.cytoscape.equations |
Various types and utility methods relating to attribute equations.
|
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)
After registering an attribute function "func" it can be used in attribute equations.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.