A Method represent how to make the boolean assessment with criteria data (a vector of double)
More...
#include <Method.h>
|
ScopeType | scope |
| scope of the method Any: test is true if all indivitual test are true in the values vector Average: test is true if the indivudal test of values vector's average is true Sum: test is true if the indivudal test of the sum of all double of the values vector is true None: used for monitor wich are not applied to a structural component (ex: time) More...
|
|
A Method represent how to make the boolean assessment with criteria data (a vector of double)
Method::Method |
( |
mml::Method * |
m | ) |
|
constructor
- Parameters
-
the | xsdcxx generated method class |
virtual Method::~Method |
( |
| ) |
|
|
virtual |
virtual bool Method::individualTest |
( |
double |
tested | ) |
|
|
pure virtual |
std::string Method::scopeTosString |
( |
| ) |
|
get a String of the scope
virtual bool Method::test |
( |
std::vector< double > & |
values | ) |
|
|
virtual |
return true if the vector of fouble values passed the test (see scope)
virtual std::string Method::toString |
( |
| ) |
|
|
pure virtual |
scope of the method Any: test is true if all indivitual test are true in the values vector Average: test is true if the indivudal test of values vector's average is true Sum: test is true if the indivudal test of the sum of all double of the values vector is true None: used for monitor wich are not applied to a structural component (ex: time)
The documentation for this class was generated from the following file: