26#ifndef STOPPINGCRITERION_STOPPINGCRITERIA_METHODFACTORY_H
27#define STOPPINGCRITERION_STOPPINGCRITERIA_METHODFACTORY_H
29#include <MonitorIn.hxx>
A factory to create method.
Definition: MethodFactory.h:43
static Method * createMethod(mml::Method &m)
create a method according to the xsdcxx object method
Definition: MethodFactory.cpp:38
~MethodFactory()
destructor
Definition: MethodFactory.cpp:35
MethodFactory()
constructor
Definition: MethodFactory.cpp:32
A Method represent how to make the boolean assessment with criteria data (a vector of double)
Definition: Method.h:42