public interface ICMLFunctionExpression extends ICMLFunctionBase
| Modifier and Type | Method and Description |
|---|---|
boolean |
addInputExp(ExpCalculator exp)
add a input expression, describing an input expression
|
double |
eval(double[][] dAry)
evaluate function value based on the input double arrays, each array is for input expression calculation
|
java.util.List<ExpCalculator> |
getInputExpList()
get the input expression list
|
getU, hasInputboolean addInputExp(ExpCalculator exp)
exp - input expressionjava.util.List<ExpCalculator> getInputExpList()
double eval(double[][] dAry)
throws InterpssException
InterpssException