| Modifier and Type | Field and Description |
|---|---|
static String |
LOG_FUNCTION_NAME
Name used in the stochastic expression for this function.
|
| Constructor and Description |
|---|
LogFunction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkParameters(List<Object> parameters)
Test whether the given parameters can be processed by this function
|
Object |
evaluate(List<Object> parameters)
Evaluate the functions result using the parameters given
|
public static final String LOG_FUNCTION_NAME
public boolean checkParameters(List<Object> parameters)
IFunctioncheckParameters in interface IFunctionparameters - A set of parameters to be processed