27 #ifndef STOPPINGCRITERION_STOPPINGCRITERION_H
28 #define STOPPINGCRITERION_STOPPINGCRITERION_H
34 #include "MonitorIn.hxx"
58 virtual bool checkCriterion()=0;
61 virtual int getNumberOfChildren()=0;
70 virtual std::string getName()=0;
81 #endif // STOPPINGCRITERION_STOPPINGCRITERION_H
MonitoringManager * monitoringManager
monitoring manager
Definition: StoppingCriterion.h:75
MultipleCriterion * parent
parent stopping Criterion
Definition: StoppingCriterion.h:77
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