27 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_MINTHRESHOLD_H
28 #define STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_MINTHRESHOLD_H
30 #include "MonitorIn.hxx"
64 #endif // STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_MINTHRESHOLD_H
A Threshold method is a method where individualTest is true is the tested double is superior or equal...
Definition: MinThreshold.h:40
double value
value of the threshold
Definition: MinThreshold.h:59
std::string toString()
get Method name
mml::MinThreshold * mappedObject
the xsdcxx object representing MinThreshold, used for serialization
Definition: MinThreshold.h:61
A Method represent how to make the boolean assessment with criteria data (a vector of double) ...
Definition: Method.h:40
MinThreshold(mml::MinThreshold *m)
constructor
string(REGEX REPLACE"^.*-(.*)-.*""\\1"ARCH"${CAMITK_CONTINUOUS_INTEGRATION}") string(REGEX REPLACE"^.*-.*-(.*)""\\1"BUILDTYPE"$
Definition: continuous.cmake:34
~MinThreshold()
destructor
bool individualTest(double tested)
return true if tested >= value