public class FunctionCall extends Object
| Constructor and Description |
|---|
FunctionCall(Function function) |
| Modifier and Type | Method and Description |
|---|---|
FunctionCall |
bindParameter(Number number)
Bind a parameter number to a function.
|
Function |
getFunction() |
Number |
getParameter(String name)
Get a parameter assignment.
|
double |
invoke(double arg)
Invoke the function.
|
Collection<String> |
parameterNames()
Get the parameter names.
|
String |
toLogString() |
String |
toString() |
public FunctionCall(Function function)
public Function getFunction()
public FunctionCall bindParameter(Number number)
number - the numberpublic Collection<String> parameterNames()
public Number getParameter(String name)
name - the parameter namepublic double invoke(double arg)
arg - is the argumentpublic String toLogString()
Copyright © 2013–2014. All rights reserved.