The OptimizationSolutionSubstatus Class. More...
#include <OSResult.h>
Public Member Functions | |
OptimizationSolutionSubstatus () | |
Default constructor. More... | |
~OptimizationSolutionSubstatus () | |
Class destructor. More... | |
bool | IsEqual (OptimizationSolutionSubstatus *that) |
A function to check for the equality of two objects. More... | |
bool | setRandom (double density, bool conformant) |
A function to make a random instance of this class. More... | |
OptimizationSolutionSubstatus () | |
Default constructor. More... | |
~OptimizationSolutionSubstatus () | |
Class destructor. More... | |
Public Attributes | |
std::string | type |
the type of the solution substatus More... | |
std::string | description |
a description of the solution substatus More... | |
std::string | namee |
the name of the solution substatus More... | |
The OptimizationSolutionSubstatus Class.
Definition at line 743 of file OSResult.h.
OptimizationSolutionSubstatus::OptimizationSolutionSubstatus | ( | ) |
Default constructor.
Definition at line 360 of file OSResult.cpp.
OptimizationSolutionSubstatus::~OptimizationSolutionSubstatus | ( | ) |
Class destructor.
Definition at line 370 of file OSResult.cpp.
OptimizationSolutionSubstatus::OptimizationSolutionSubstatus | ( | ) |
Default constructor.
OptimizationSolutionSubstatus::~OptimizationSolutionSubstatus | ( | ) |
Class destructor.
bool OptimizationSolutionSubstatus::IsEqual | ( | OptimizationSolutionSubstatus * | that | ) |
A function to check for the equality of two objects.
Definition at line 8341 of file OSResult.cpp.
bool OptimizationSolutionSubstatus::setRandom | ( | double | density, |
bool | conformant | ||
) |
A function to make a random instance of this class.
density,: | corresponds to the probability that a particular child element is created |
conformant,: | if true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" attributes and <XXX> children) |
Definition at line 10197 of file OSResult.cpp.
std::string OptimizationSolutionSubstatus::type |
the type of the solution substatus
Definition at line 748 of file OSResult.h.
std::string OptimizationSolutionSubstatus::description |
a description of the solution substatus
Definition at line 751 of file OSResult.h.
std::string OptimizationSolutionSubstatus::namee |
the name of the solution substatus
Definition at line 351 of file OSResult.h.