OS
2.9.3
|
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... | |
Public Attributes | |
std::string | type |
the type of the solution substatus More... | |
std::string | description |
a description of the solution substatus More... | |
The OptimizationSolutionSubstatus Class.
Definition at line 741 of file OSResult.h.
OptimizationSolutionSubstatus::OptimizationSolutionSubstatus | ( | ) |
Default constructor.
OptimizationSolutionSubstatus::~OptimizationSolutionSubstatus | ( | ) |
Class destructor.
bool OptimizationSolutionSubstatus::IsEqual | ( | OptimizationSolutionSubstatus * | that | ) |
A function to check for the equality of two objects.
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) |
std::string OptimizationSolutionSubstatus::type |
the type of the solution substatus
Definition at line 746 of file OSResult.h.
std::string OptimizationSolutionSubstatus::description |
a description of the solution substatus
Definition at line 749 of file OSResult.h.