public class RiskAnalysisSettings extends Object
Specifies settings for performing risk analysis.
Constructor and Description |
---|
RiskAnalysisSettings() |
Modifier and Type | Method and Description |
---|---|
int |
getIterationsCount()
Returns 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 int getIterationsCount()
Returns the number of iterations to use in Monte Carlo simulation. The default value is 100.
public 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 RiskPatternCollection getPatterns()
Gets a collection containing the instances of the RiskPattern
class.
RiskPattern
class.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.