27#ifndef STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_MINTHRESHOLD_H
28#define STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_MINTHRESHOLD_H
30#include <MonitorIn.hxx>
A Method represent how to make the boolean assessment with criteria data (a vector of double)
Definition Method.h:42
A Threshold method is a method where individualTest is true is the tested double is superior or equal...
Definition MinThreshold.h:40
~MinThreshold() override=default
destructor
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