| Package | Description |
|---|---|
| com.opengamma.strata.calc.runner |
The calculation runner.
|
| Modifier and Type | Method and Description |
|---|---|
static CalculationResult |
CalculationResult.of(int rowIndex,
int columnIndex,
Result<?> result)
Obtains an instance for the specified row and column index in the output grid.
|
CalculationResult |
CalculationResult.withResult(Result<?> underlyingResult)
Returns a copy of this result with the underlying result updated.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<CalculationResult> |
CalculationResults.getCells()
Gets the calculated cells.
|
static org.joda.beans.TypedMetaBean<CalculationResult> |
CalculationResult.meta()
The meta-bean for
CalculationResult. |
org.joda.beans.TypedMetaBean<CalculationResult> |
CalculationResult.metaBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
CalculationListener.resultReceived(CalculationTarget target,
CalculationResult result)
Invoked when a calculation completes.
|
abstract void |
AggregatingCalculationListener.resultReceived(CalculationTarget target,
CalculationResult result) |
void |
ResultsListener.resultReceived(CalculationTarget target,
CalculationResult result) |
| Modifier and Type | Method and Description |
|---|---|
static CalculationResults |
CalculationResults.of(CalculationTarget target,
List<CalculationResult> results)
Obtains a calculation result from individual calculations.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.