Constructor
new IndexedSimulationResult(innerData)
Create a new indexed simulation result.
Parameters:
| Name | Type | Description |
|---|---|---|
innerData |
Array.<EngineResult> | The raw report data to wrap. |
- Source:
Methods
getScenarios(filterSet) → {Set.<string>}
Get the set of distinct scenario names.
Overridden because ReportDataWrapper's un-filtered branch maps over the
entire raw array on every call instead of going through
_applyFilterSet; here it is served directly from the scenario index.
Parameters:
| Name | Type | Description |
|---|---|---|
filterSet |
FilterSet | The filter criteria to apply. |
- Source:
Returns:
Set of scenario names.
- Type
- Set.<string>