|
OS
2.10.1
|
The OptimizationSolutionSubstatus Class. More...
#include <OSResult.h>
Collaboration diagram for OptimizationSolutionSubstatus: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 743 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 748 of file OSResult.h.
| std::string OptimizationSolutionSubstatus::description |
a description of the solution substatus
Definition at line 751 of file OSResult.h.
1.8.11