public class MinFunction extends Object implements IFunction
Math, e.g. Math.min(double, double).| Modifier and Type | Field and Description |
|---|---|
static String |
MIN_FUNCTION_NAME
Name used in the stochastic expression for this function.
|
| Constructor and Description |
|---|
MinFunction() |
| 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 MIN_FUNCTION_NAME
public boolean checkParameters(List<Object> parameters)
IFunctioncheckParameters in interface IFunctionparameters - A set of parameters to be processed