Uses of Class
com.aspose.tasks.RiskAnalysisSettings
-
-
Uses of RiskAnalysisSettings in com.aspose.tasks
Methods in com.aspose.tasks that return RiskAnalysisSettings Modifier and Type Method Description RiskAnalysisSettings
RiskAnalyzer. getSettings()
Gets the instance of theRiskAnalysisSettings
class which defines necessary settings for risk analysis.Methods in com.aspose.tasks with parameters of type RiskAnalysisSettings Modifier and Type Method Description void
RiskAnalyzer. setSettings(RiskAnalysisSettings value)
Sets the instance of theRiskAnalysisSettings
class which defines necessary settings for risk analysis.Constructors in com.aspose.tasks with parameters of type RiskAnalysisSettings Constructor Description RiskAnalyzer(RiskAnalysisSettings settings)
Initializes a new instance of theRiskAnalyzer
class.
-