| Package | Description |
|---|---|
| com.banda.function.business | |
| com.banda.function.domain |
| Modifier and Type | Method and Description |
|---|---|
Function<Double[],Double> |
FunctionFactory.createAggregateFunctionFormula(AggregateFunction aggregateFunction,
int variableIndex) |
Function<Double[],Double> |
FunctionFactory.createAggregateGreaterThanFunctionFormula(AggregateFunction aggregateFunction,
int variableIndex,
double thresholdValue) |
Function<Double[],Double> |
FunctionFactory.createAggregateGreaterThanFunctionFormula(AggregateFunction aggregateFunction,
int variableIndex1,
int variableIndex2) |
| Modifier and Type | Method and Description |
|---|---|
static AggregateFunction |
AggregateFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregateFunction[] |
AggregateFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All Rights Reserved.