| Package | Description |
|---|---|
| com.opengamma.strata.calc.runner |
The calculation runner.
|
| Modifier and Type | Method and Description |
|---|---|
static CalculationTaskCell |
CalculationTaskCell.of(int rowIndex,
int columnIndex,
Measure measure,
ReportingCurrency reportingCurrency)
Obtains an instance, specifying the cell indices, measure and reporting currency.
|
| Modifier and Type | Method and Description |
|---|---|
List<CalculationTaskCell> |
CalculationTask.getCells()
Gets the cells to be calculated.
|
static org.joda.beans.TypedMetaBean<CalculationTaskCell> |
CalculationTaskCell.meta()
The meta-bean for
CalculationTaskCell. |
org.joda.beans.TypedMetaBean<CalculationTaskCell> |
CalculationTaskCell.metaBean() |
| Modifier and Type | Method and Description |
|---|---|
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 CalculationTask |
CalculationTask.of(CalculationTarget target,
CalculationFunction<? extends CalculationTarget> function,
CalculationParameters parameters,
List<CalculationTaskCell> cells)
Obtains an instance that will calculate the specified cells.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.