26 #ifndef STOPPINGCRITERION_STOPPINGCRITERIONFACTORY_H
27 #define STOPPINGCRITERION_STOPPINGCRITERIONFACTORY_H
29 #include <MonitorIn.hxx>
Manager of the benchmark tests.
Definition: MonitoringManager.h:50
class which represents a multiple criterion a multiple criterion is either an OrMUltipleCriterion or ...
Definition: MultipleCriterion.h:45
A factory to create stopping criterion.
Definition: StoppingCriterionFactory.h:42
static StoppingCriterion * createStoppingCriterion(mml::StoppingCriteria *s, MonitoringManager *monitoringManager, MultipleCriterion *parent=nullptr)
create a stopping criterion according to xsdcxx generated stopping criterion
Definition: StoppingCriterionFactory.cpp:32
~StoppingCriterionFactory()=default
destructor
class which represent the stopping criterion to check to stop simulation a StoppingCriterion is eithe...
Definition: StoppingCriterion.h:48