| Package | Description |
|---|---|
| com.banda.function.domain | |
| com.banda.function.evaluator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DoubleFunction |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFunction<IN,OUT> |
class |
BooleanFunction |
class |
Expression<IN,OUT> |
class |
TransitionTable<IN,OUT> |
| Modifier and Type | Method and Description |
|---|---|
Function<IN,OUT> |
FunctionHolder.getFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionHolder.setFunction(Function<IN,OUT> function) |
| Modifier and Type | Method and Description |
|---|---|
<IN,OUT> FunctionEvaluator<IN,OUT> |
FunctionEvaluatorFactory.createInstance(Function<IN,OUT> function) |
<IN,OUT> FunctionEvaluator<IN,OUT> |
FunctionEvaluatorFactory.createInstance(Function<IN,OUT> function,
Map<Integer,Integer> variableIndexConversionMap) |
Copyright © 2014. All Rights Reserved.