27#ifndef STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_MINTHRESHOLD_H
28#define STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_MINTHRESHOLD_H
30#include <MonitorIn.hxx>
Method(mml::Method *m)
constructor
Definition Method.cpp:34
~MinThreshold() override=default
destructor
MinThreshold(mml::MinThreshold *m)
constructor
Definition MinThreshold.cpp:29
std::string toString() override
get Method name
Definition MinThreshold.cpp:39
bool individualTest(double tested) override
return true if tested >= value
Definition MinThreshold.cpp:34