#include <OSResult.h>
Collaboration diagram for OtherResults:

Public Member Functions | |
| OtherResults () | |
| Default constructor. | |
| ~OtherResults () | |
| Class destructor. | |
| bool | IsEqual (OtherResults *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. | |
Public Attributes | |
| int | numberOfOtherResults |
| the number of other results | |
| OtherResult ** | other |
| the array of other results | |
Definition at line 212 of file OSResult.h.
| OtherResults::OtherResults | ( | ) |
| OtherResults::~OtherResults | ( | ) |
Class destructor.
Definition at line 108 of file OSResult.cpp.
References numberOfOtherResults, and other.
| bool OtherResults::IsEqual | ( | OtherResults * | that | ) |
| 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" atrbutes and <XXX> children) |
Definition at line 7354 of file OSResult.cpp.
References other, and OtherResult::setRandom().
the number of other results
Definition at line 217 of file OSResult.h.
Referenced by OSResult::setNumberOfOtherGeneralResults(), OSResult::setNumberOfOtherJobResults(), OSResult::setNumberOfOtherServiceResults(), OSResult::setNumberOfOtherSystemResults(), OSrLWriter::writeOSrL(), and ~OtherResults().
the array of other results
Definition at line 220 of file OSResult.h.
Referenced by OSResult::setNumberOfOtherGeneralResults(), OSResult::setNumberOfOtherJobResults(), OSResult::setNumberOfOtherServiceResults(), OSResult::setNumberOfOtherSystemResults(), setRandom(), OSrLWriter::writeOSrL(), and ~OtherResults().
1.4.7