| Package | Description |
|---|---|
| com.opengamma.strata.calc.runner |
The calculation runner.
|
| Modifier and Type | Method and Description |
|---|---|
CalculationFunction<CalculationTarget> |
CalculationTask.getFunction()
Gets the function that will calculate the value.
|
default <T extends CalculationTarget> |
CalculationFunctions.getFunction(T target)
Gets the function that handles the specified target.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends CalculationTarget> |
CalculationFunctions.findFunction(T target)
Finds the function that handles the specified target.
|
| Modifier and Type | Method and Description |
|---|---|
static CalculationFunctions |
CalculationFunctions.of(CalculationFunction<?>... functions)
Obtains an instance from the specified functions.
|
static CalculationTask |
CalculationTask.of(CalculationTarget target,
CalculationFunction<? extends CalculationTarget> function,
CalculationParameters parameters,
List<CalculationTaskCell> cells)
Obtains an instance that will calculate the specified cells.
|
static CalculationTask |
CalculationTask.of(CalculationTarget target,
CalculationFunction<? extends CalculationTarget> function,
CalculationTaskCell... cells)
Obtains an instance that will calculate the specified cells.
|
| Modifier and Type | Method and Description |
|---|---|
static CalculationFunctions |
CalculationFunctions.of(List<? extends CalculationFunction<?>> functions)
Obtains an instance from the specified functions.
|
static CalculationFunctions |
CalculationFunctions.of(Map<Class<?>,? extends CalculationFunction<?>> functions)
Obtains an instance from the specified functions.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.