26 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_MULTIPLECRITERIA_ORMULTIPLECRITERIA_H 27 #define STOPPINGCRITERION_STOPPINGCRITERIA_MULTIPLECRITERIA_ORMULTIPLECRITERIA_H 31 #include <MonitorIn.hxx> 59 #endif // STOPPINGCRITERION_STOPPINGCRITERIA_MULTIPLECRITERIA_ORMULTIPLECRITERIA_H MonitoringManager * monitoringManager
monitoring manager
Definition: StoppingCriterion.h:74
~OrMultipleCriterion()
destructor
Definition: OrMultipleCriterion.cpp:32
bool checkCriterion()
return true if at least one of the Criterion is reached
Definition: OrMultipleCriterion.cpp:35
OrMultipleCriterion(mml::MultipleCriteria *m, MonitoringManager *monitoringManager, MultipleCriterion *parent=NULL)
constructor
Definition: OrMultipleCriterion.cpp:29
MultipleCriterion * parent
parent stopping Criterion
Definition: StoppingCriterion.h:76
Manager of the benchmark tests.
Definition: MonitoringManager.h:50
A OrMultipleCriterion is a MultipleCriterion where a call of checkCriteria methof is true if at least...
Definition: OrMultipleCriterion.h:42
std::string getName()
get stopping criterion name
Definition: OrMultipleCriterion.cpp:45
class which represents a multiple criterion a multiple criterion is either an OrMUltipleCriterion or ...
Definition: MultipleCriterion.h:45