16 #include <biogears/cdm/CommonDataModel.h>
17 #include <biogears/exports.h>
19 CDM_BIND_DECL(TestErrorStatisticsData)
43 std::unique_ptr<CDM::TestErrorStatisticsData> Unload()
const;
51 void SetPropertyName(
const std::string& PropertyName);
52 std::string GetPropertyName()
const;
54 void SetComputedPropertyID(
const std::string& ComputedPropertyID);
55 std::string GetComputedPropertyID()
const;
57 void SetExpectedPropertyID(
const std::string& ExpectedPropertyID);
58 std::string GetExpectedPropertyID()
const;
60 void SetNumberOfErrors(
int NumberOfErrors);
61 int GetNumberOfErrors()
const;
63 void SetMinimumError(
double MinimumError);
64 double GetMinimumError()
const;
66 void SetMaximumError(
double MaximumError);
67 double GetMaximumError()
const;
69 void SetAverageError(
double AverageError);
70 double GetAverageError()
const;
72 void SetStandardDeviation(
double StandardDeviation);
73 double GetStandardDeviation()
const;
75 void AddDifference(
const std::string& difference);
76 const std::vector<std::string>* GetDifferences()
const;
79 bool HasPercentTolerancevsNumErrorsHistogram()
const;
80 SEFunction& GetPercentToleranceVsNumErrorsHistogram();
81 void SetPercentToleranceVsNumErrorsHistogram(
SEFunction* PercentToleranceVsNumErrors);
std::string m_ExpectedPropertyID
Definition: SETestErrorStatistics.h:92
Definition: SEFunction.h:23
double m_PercentTolerance
Definition: SETestErrorStatistics.h:89
double m_StandardDeviation
Definition: SETestErrorStatistics.h:88
int m_NumberOfErrors
Definition: SETestErrorStatistics.h:84
friend SETestCase
Definition: SETestErrorStatistics.h:30
double m_MinimumError
Definition: SETestErrorStatistics.h:85
std::vector< std::string > m_Differences
Definition: SETestErrorStatistics.h:94
Definition: SETestErrorStatistics.h:29
friend SETestSuite
Definition: SETestErrorStatistics.h:31
std::string m_PropertyName
Definition: SETestErrorStatistics.h:90
SEFunction * m_PercentToleranceVsNumErrorsHistogram
Definition: SETestErrorStatistics.h:93
std::string m_ComputedPropertyID
Definition: SETestErrorStatistics.h:91
double m_AverageError
Definition: SETestErrorStatistics.h:87
Class corresponding to the TestErrorStatisticsData schema type.
Definition: TestReport.hxx:685
Definition: SEElectricalCircuit.h:18
double m_MaximumError
Definition: SETestErrorStatistics.h:86