The OtherResults Class. More...
#include <OSResult.h>
Public Member Functions | |
OtherResults () | |
Default constructor. More... | |
~OtherResults () | |
Class destructor. More... | |
bool | IsEqual (OtherResults *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 | numberOfOtherResults |
the number of other results More... | |
OtherResult ** | other |
the array of other results More... | |
The OtherResults Class.
Definition at line 216 of file OSResult.h.
OtherResults::OtherResults | ( | ) |
Default constructor.
Definition at line 98 of file OSResult.cpp.
OtherResults::~OtherResults | ( | ) |
Class destructor.
Definition at line 107 of file OSResult.cpp.
bool OtherResults::IsEqual | ( | OtherResults * | that | ) |
A function to check for the equality of two objects.
Definition at line 7705 of file OSResult.cpp.
bool OtherResults::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 9803 of file OSResult.cpp.
int OtherResults::numberOfOtherResults |
the number of other results
Definition at line 222 of file OSResult.h.
OtherResult** OtherResults::other |
the array of other results
Definition at line 225 of file OSResult.h.