 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
26 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_METHODFACTORY_H
27 #define STOPPINGCRITERION_STOPPINGCRITERIA_METHODFACTORY_H
29 #include <MonitorIn.hxx>
57 #endif // STOPPINGCRITERION_STOPPINGCRITERIA_METHODFACTORY_H
A Threshold method is a method where individualTest is true is the tested double is superior or equal...
Definition: MinThreshold.h:39
MethodFactory()
constructor
Definition: MethodFactory.cpp:31
static Method * createMethod(mml::Method &m)
create a method according to the xsdcxx object method
Definition: MethodFactory.cpp:37
A Threshold method is a method where individualTest is true is the tested double is inferior or equal...
Definition: Threshold.h:40
~MethodFactory()
destructor
Definition: MethodFactory.cpp:34
A factory to create method.
Definition: MethodFactory.h:42
A Method represent how to make the boolean assessment with criteria data (a vector of double)
Definition: Method.h:41
A TimePeriodThreshold method is a method where individualTest is true when the tested double is true ...
Definition: TimePeriodThreshold.h:40