The OptimizationSolutionSubstatus Class. More...
#include <OSResult.h>

Public Member Functions | |
| OptimizationSolutionSubstatus () | |
| Default constructor. | |
| ~OptimizationSolutionSubstatus () | |
| Class destructor. | |
| bool | IsEqual (OptimizationSolutionSubstatus *that) |
| A function to check for the equality of two objects. | |
| bool | setRandom (double density, bool conformant) |
| A function to make a random instance of this class. | |
| OptimizationSolutionSubstatus () | |
| Default constructor. | |
| ~OptimizationSolutionSubstatus () | |
| Class destructor. | |
Public Attributes | |
| std::string | type |
| the type of the solution substatus | |
| std::string | description |
| a description of the solution substatus | |
| std::string | namee |
| the name of the solution substatus | |
The OptimizationSolutionSubstatus Class.
Definition at line 742 of file OSResult.h.
| OptimizationSolutionSubstatus::OptimizationSolutionSubstatus | ( | ) |
Default constructor.
Definition at line 364 of file OSResult.cpp.
| OptimizationSolutionSubstatus::~OptimizationSolutionSubstatus | ( | ) |
Class destructor.
Definition at line 374 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 6704 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" atrbutes and <XXX> children) |
Definition at line 8422 of file OSResult.cpp.
| std::string OptimizationSolutionSubstatus::type |
the type of the solution substatus
Definition at line 747 of file OSResult.h.
| std::string OptimizationSolutionSubstatus::description |
a description of the solution substatus
Definition at line 750 of file OSResult.h.
| std::string OptimizationSolutionSubstatus::namee |
the name of the solution substatus
Definition at line 351 of file OSResult.h.
1.6.1