27 #ifndef STOPPINGCRITERION_STOPPINGCRITERION_H    28 #define STOPPINGCRITERION_STOPPINGCRITERION_H    34 #include <MonitorIn.hxx>    57     virtual bool checkCriterion() = 0;
    60     virtual int getNumberOfChildren() = 0;
    69     virtual std::string getName() = 0;
    80 #endif // STOPPINGCRITERION_STOPPINGCRITERION_H 
MonitoringManager * monitoringManager
monitoring manager 
Definition: StoppingCriterion.h:74
MultipleCriterion * parent
parent stopping Criterion 
Definition: StoppingCriterion.h:76
Manager of the benchmark tests. 
Definition: MonitoringManager.h:50
class which represent the stopping criterion to check to stop simulation a StoppingCriterion is eithe...
Definition: StoppingCriterion.h:48
class which represents a multiple criterion a multiple criterion is either an OrMUltipleCriterion or ...
Definition: MultipleCriterion.h:45
#define MML_API
Definition: MMLAPI.h:43