| Package | Description |
|---|---|
| com.agenarisk.api.model |
| Modifier and Type | Method and Description |
|---|---|
static Model.CalculationFlag |
Model.CalculationFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Model.CalculationFlag[] |
Model.CalculationFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.calculate(Collection<Network> networks,
Collection<DataSet> dataSets,
Model.CalculationFlag... flags)
Triggers propagation in this model for provided Networks and DataSets.
If either is null, all Networks or DataSets will be used instead. |
Copyright © 2022. All rights reserved.