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

Public Member Functions | |
| OtherResult () | |
| Default constructor. | |
| ~OtherResult () | |
| Class destructor. | |
| bool | IsEqual (OtherResult *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 | |
| std::string | name |
| the name of the other result | |
| std::string | value |
| the value of the other result | |
| std::string | description |
| the description of the other result | |
Definition at line 159 of file OSResult.h.
| OtherResult::OtherResult | ( | ) |
| OtherResult::~OtherResult | ( | ) |
| bool OtherResult::IsEqual | ( | OtherResult * | that | ) |
| bool OtherResult::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 7378 of file OSResult.cpp.
Referenced by OtherResults::setRandom().
| std::string OtherResult::name |
the name of the other result
Definition at line 164 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
| std::string OtherResult::value |
the value of the other result
Definition at line 167 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
| std::string OtherResult::description |
the description of the other result
Definition at line 170 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
1.4.7