|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionError | |
---|---|
org.cytoscape.equations | |
org.cytoscape.equations.builtins |
Uses of FunctionError in org.cytoscape.equations |
---|
Methods in org.cytoscape.equations that throw FunctionError | |
---|---|
Object |
Function.evaluateFunction(Object[] args)
Used to invoke this function. |
abstract Object |
AbstractFunction.evaluateFunction(Object[] args)
Used to invoke this function. |
static boolean[] |
FunctionUtil.getBooleans(Object[] args)
Attempts to convert all arguments, including Lists to a uniform array of booleans. |
static double[] |
FunctionUtil.getDoubles(Object[] args)
Attempts to convert all arguments, including Lists to a uniform array of doubles. |
static long[] |
FunctionUtil.getLongs(Object[] args)
Attempts to convert all arguments, including Lists to a uniform array of longs. |
Uses of FunctionError in org.cytoscape.equations.builtins |
---|
Methods in org.cytoscape.equations.builtins that throw FunctionError | |
---|---|
Object |
Var.evaluateFunction(Object[] args)
|
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |