| Package | Description |
|---|---|
| com.agenarisk.api.model |
| Modifier and Type | Method and Description |
|---|---|
CalculationResult |
ResultValue.getCalculationResult()
Gets the CalculationResult.
|
protected static CalculationResult |
CalculationResult.getCalculationResult(DataSet dataset,
Node node)
Gets a CalculationResult that reflects the status of the underlying logic structure at resolution time.
|
CalculationResult |
DataSet.getCalculationResult(Node node)
Returns the CalculationResult for the given Node.
|
| Modifier and Type | Method and Description |
|---|---|
List<CalculationResult> |
DataSet.getCalculationResults()
Gets all CalculationResults for all Nodes for this DataSet.
|
Map<Node,CalculationResult> |
DataSet.getCalculationResults(Network network)
Maps nodes to calculation results in the given network in this data set.
|
| Constructor and Description |
|---|
ResultInterval(CalculationResult calculationResult,
String label,
double value,
double lowerBound,
double upperBound)
Constructor for ResultInterval.
|
ResultValue(CalculationResult result,
String label,
double value)
Constructor for ResultValue.
|
Copyright © 2022. All rights reserved.