26 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_POSITION_H
27 #define STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_POSITION_H
29 #include "MonitorIn.hxx"
58 #endif // STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_POSITION_H
MonitoringManager * monitoringManager
monitoring manager
Definition: StoppingCriterion.h:75
Class which represents a simple criterion A criterion can be checked using checkCriterion method to k...
Definition: Criterion.h:46
Position(mml::Position *c, MonitoringManager *monitoringManager, MultipleCriterion *parent=NULL)
constructor
A simple criterion based on position calculation.
Definition: Position.h:39
MultipleCriterion * parent
parent stopping Criterion
Definition: StoppingCriterion.h:77
Manager of the benchmark tests.
Definition: MonitoringManager.h:50
std::string getName()
get stopping criterion name
void calculate()
calculate stopping criteria data and store it into values vector
class which represents a multiple criterion a multiple criterion is either an OrMUltipleCriterion or ...
Definition: MultipleCriterion.h:45