The OtherSolutionResults Class. More...
#include <OSResult.h>
Public Member Functions | |
OtherSolutionResults () | |
Default constructor. More... | |
~OtherSolutionResults () | |
Class destructor. More... | |
bool | IsEqual (OtherSolutionResults *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 | |
int | numberOfOtherSolutionResults |
the number of elements in the pointer of OtherSolutionResult objects More... | |
OtherSolutionResult ** | otherSolutionResult |
otherSolutionResult is a pointer to an array of OtherSolutionResult objects More... | |
The OtherSolutionResults Class.
Definition at line 2205 of file OSResult.h.
OtherSolutionResults::OtherSolutionResults | ( | ) |
Default constructor.
Definition at line 1190 of file OSResult.cpp.
OtherSolutionResults::~OtherSolutionResults | ( | ) |
Class destructor.
Definition at line 1200 of file OSResult.cpp.
bool OtherSolutionResults::IsEqual | ( | OtherSolutionResults * | that | ) |
A function to check for the equality of two objects.
Definition at line 9426 of file OSResult.cpp.
bool OtherSolutionResults::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 10697 of file OSResult.cpp.
int OtherSolutionResults::numberOfOtherSolutionResults |
the number of elements in the pointer of OtherSolutionResult objects
Definition at line 2210 of file OSResult.h.
OtherSolutionResult** OtherSolutionResults::otherSolutionResult |
otherSolutionResult is a pointer to an array of OtherSolutionResult objects
Definition at line 2215 of file OSResult.h.