| Package | Description |
|---|---|
| com.agenarisk.api.exception | |
| com.agenarisk.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
InconsistentEvidenceException
Thrown when specifically inconsistent evidence was detected and caused a calculation failure.
|
class |
OutOfMemoryException |
| Modifier and Type | Method and Description |
|---|---|
void |
Model.calculate()
Triggers propagation in this Model for all Networks and DataSets.
|
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.