Package com.aspose.tasks
Class RiskAnalysisSettings
- java.lang.Object
-
- com.aspose.tasks.RiskAnalysisSettings
-
public class RiskAnalysisSettings extends Object
Specifies settings for performing risk analysis.
-
-
Constructor Summary
Constructors Constructor Description RiskAnalysisSettings()
Initializes a new instance of theRiskAnalysisSettings
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIterationsCount()
Gets the number of iterations to use in Monte Carlo simulation.RiskPatternCollection
getPatterns()
Gets a collection containing the instances of theRiskPattern
class.void
setIterationsCount(int value)
Sets the number of iterations to use in Monte Carlo simulation.
-
-
-
Constructor Detail
-
RiskAnalysisSettings
public RiskAnalysisSettings()
Initializes a new instance of the
RiskAnalysisSettings
class.
-
-
Method Detail
-
getIterationsCount
public final int getIterationsCount()
Gets the number of iterations to use in Monte Carlo simulation. The default value is 100.
- Returns:
- the number of iterations to use in Monte Carlo simulation.
-
setIterationsCount
public final void setIterationsCount(int value)
Sets the number of iterations to use in Monte Carlo simulation. The default value is 100.
- Parameters:
value
- the number of iterations to use in Monte Carlo simulation.
-
getPatterns
public final RiskPatternCollection getPatterns()
Gets a collection containing the instances of the
RiskPattern
class.- Returns:
- a collection containing the instances of the
RiskPattern
class.
-
-