Aspose.Tasks for C++
|
Performs a Monte Carlo simulation based on the specified risk analysis settings. More...
#include <RiskAnalyzer.h>
Inherits System::Object.
Public Member Functions | |
const System::SharedPtr< RiskAnalysisSettings > & | get_Settings () const |
Gets the instance of the RiskAnalysisSettings class which defines necessary settings for risk analysis. More... | |
void | set_Settings (const System::SharedPtr< RiskAnalysisSettings > &value) |
Sets the instance of the RiskAnalysisSettings class which defines necessary settings for risk analysis. More... | |
RiskAnalyzer (const System::SharedPtr< RiskAnalysisSettings > &settings) | |
Initializes a new instance of the RiskAnalyzer class. More... | |
System::SharedPtr< RiskAnalysisResult > | Analyze (const System::SharedPtr< Project > &project) |
Performs risk analysis for the specified project. The analysis is based on Monte Carlo simulation and the result is an instance of the RiskAnalysisResult class. More... | |
Performs a Monte Carlo simulation based on the specified risk analysis settings.
Aspose::Tasks::RiskAnalysis::RiskAnalyzer::RiskAnalyzer | ( | const System::SharedPtr< RiskAnalysisSettings > & | settings | ) |
Initializes a new instance of the RiskAnalyzer class.
settings | the specified instance of the RiskAnalysisSettings class. |
System::SharedPtr<RiskAnalysisResult> Aspose::Tasks::RiskAnalysis::RiskAnalyzer::Analyze | ( | const System::SharedPtr< Project > & | project | ) |
Performs risk analysis for the specified project. The analysis is based on Monte Carlo simulation and the result is an instance of the RiskAnalysisResult class.
project | the specified instance of the Project class to analyze. |
const System::SharedPtr<RiskAnalysisSettings>& Aspose::Tasks::RiskAnalysis::RiskAnalyzer::get_Settings | ( | ) | const |
Gets the instance of the RiskAnalysisSettings class which defines necessary settings for risk analysis.
void Aspose::Tasks::RiskAnalysis::RiskAnalyzer::set_Settings | ( | const System::SharedPtr< RiskAnalysisSettings > & | value | ) |
Sets the instance of the RiskAnalysisSettings class which defines necessary settings for risk analysis.