Package | Description |
---|---|
org.cytoscape.equations |
Various types and utility methods relating to attribute equations.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.