The VariableSolution Class. More...
#include <OSResult.h>
Public Member Functions | |
VariableSolution () | |
Default constructor. More... | |
~VariableSolution () | |
Class destructor. More... | |
bool | IsEqual (VariableSolution *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... | |
VariableSolution () | |
Default constructor. More... | |
~VariableSolution () | |
Class destructor. More... | |
Public Attributes | |
int | numberOfOtherVariableResults |
the number of types of variable results other than the value of the variable More... | |
VariableValues * | values |
a pointer to a VariableValues object More... | |
VariableValuesString * | valuesString |
a pointer to a VariableValuesString object More... | |
BasisStatus * | basisStatus |
a pointer to a BasisStatus object More... | |
OtherVariableResult ** | other |
a pointer to an array of other pointer objects for variables More... | |
VariableStringValues * | valuesString |
a pointer to an array of VariableStringValues objects More... | |
The VariableSolution Class.
Definition at line 1217 of file OSResult.h.
VariableSolution::VariableSolution | ( | ) |
Default constructor.
Definition at line 571 of file OSResult.cpp.
VariableSolution::~VariableSolution | ( | ) |
Class destructor.
Definition at line 584 of file OSResult.cpp.
VariableSolution::VariableSolution | ( | ) |
Default constructor.
VariableSolution::~VariableSolution | ( | ) |
Class destructor.
bool VariableSolution::IsEqual | ( | VariableSolution * | that | ) |
A function to check for the equality of two objects.
Definition at line 8393 of file OSResult.cpp.
bool VariableSolution::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 10216 of file OSResult.cpp.
int VariableSolution::numberOfOtherVariableResults |
the number of types of variable results other than the value of the variable
Definition at line 1224 of file OSResult.h.
VariableValues * VariableSolution::values |
a pointer to a VariableValues object
a pointer to an array of VariableValues objects
Definition at line 1227 of file OSResult.h.
VariableValuesString* VariableSolution::valuesString |
a pointer to a VariableValuesString object
Definition at line 1230 of file OSResult.h.
BasisStatus* VariableSolution::basisStatus |
a pointer to a BasisStatus object
Definition at line 1233 of file OSResult.h.
OtherVariableResult ** VariableSolution::other |
a pointer to an array of other pointer objects for variables
Definition at line 1238 of file OSResult.h.
VariableStringValues* VariableSolution::valuesString |
a pointer to an array of VariableStringValues objects
Definition at line 671 of file OSResult.h.