27 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_THRESHOLD_H 28 #define STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_THRESHOLD_H 30 #include <MonitorIn.hxx> 65 #endif // STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_THRESHOLD_H ~Threshold()
destructor
Definition: Threshold.cpp:35
mml::Threshold * mappedObject
the xsdcxx object representing Threshold, used for serialization
Definition: Threshold.h:61
double value
value of the threshold
Definition: Threshold.h:59
A Method represent how to make the boolean assessment with criteria data (a vector of double) ...
Definition: Method.h:42
Threshold(mml::Threshold *m)
constructor
Definition: Threshold.cpp:29
bool individualTest(double tested)
return true if tested <= value
Definition: Threshold.cpp:38
std::string toString()
get Method name
Definition: Threshold.cpp:43
A Threshold method is a method where individualTest is true is the tested double is inferior or equal...
Definition: Threshold.h:41