public class RiskAnalysisSettings extends Object
Specifies settings for performing risk analysis.
Constructor and Description |
---|
RiskAnalysisSettings()
Initializes a new instance of the
RiskAnalysisSettings class. |
Modifier and Type | Method and Description |
---|---|
int |
getIterationsCount()
Gets the number of iterations to use in Monte Carlo simulation.
|
RiskPatternCollection |
getPatterns()
Gets a collection containing the instances of the
RiskPattern class. |
void |
setIterationsCount(int value)
Sets the number of iterations to use in Monte Carlo simulation.
|
public RiskAnalysisSettings()
Initializes a new instance of the RiskAnalysisSettings
class.
public final int getIterationsCount()
Gets the number of iterations to use in Monte Carlo simulation. The default value is 100.
public final void setIterationsCount(int value)
Sets the number of iterations to use in Monte Carlo simulation. The default value is 100.
value
- the number of iterations to use in Monte Carlo simulation.public final RiskPatternCollection getPatterns()
Gets a collection containing the instances of the RiskPattern
class.
RiskPattern
class.