constraints as defined for algorithm-parameters in the XML schema Algorithm.xsd, expressions More...
#include <AlgoCheck.h>
Public Member Functions | |
ConstraintE () | |
ConstraintE (int minOccurs, int maxOccurs, double min, double max, bool use, bool deflt, double defltVal) | |
Public Attributes | |
bool | default_ |
double | defaultVal_ |
double | max_ |
int | maxOccurs_ |
double | min_ |
int | minOccurs_ |
bool | use_ |
constraints as defined for algorithm-parameters in the XML schema Algorithm.xsd, expressions
Definition at line 19 of file AlgoCheck.h.
|
inline |
Definition at line 20 of file AlgoCheck.h.
|
inline |
Definition at line 21 of file AlgoCheck.h.
bool AlgoCheck::ConstraintE::default_ |
Definition at line 32 of file AlgoCheck.h.
double AlgoCheck::ConstraintE::defaultVal_ |
Definition at line 33 of file AlgoCheck.h.
double AlgoCheck::ConstraintE::max_ |
Definition at line 33 of file AlgoCheck.h.
int AlgoCheck::ConstraintE::maxOccurs_ |
Definition at line 31 of file AlgoCheck.h.
double AlgoCheck::ConstraintE::min_ |
Definition at line 33 of file AlgoCheck.h.
int AlgoCheck::ConstraintE::minOccurs_ |
Definition at line 31 of file AlgoCheck.h.
bool AlgoCheck::ConstraintE::use_ |
Definition at line 32 of file AlgoCheck.h.