#include <OSOption.h>
Collaboration diagram for InstanceLocationOption:
Public Member Functions | |
InstanceLocationOption () | |
Default constructor. | |
~InstanceLocationOption () | |
Class destructor. | |
bool | IsEqual (InstanceLocationOption *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 | locationType |
the type of the location | |
std::string | value |
the value of the <instanceLocation> element |
Definition at line 38 of file OSOption.h.
InstanceLocationOption::InstanceLocationOption | ( | ) |
InstanceLocationOption::~InstanceLocationOption | ( | ) |
bool InstanceLocationOption::IsEqual | ( | InstanceLocationOption * | that | ) |
A function to check for the equality of two objects.
Definition at line 8359 of file OSOption.cpp.
References locationType, and value.
bool InstanceLocationOption::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 10458 of file OSOption.cpp.
References locationType, OSRand(), and value.
Referenced by GeneralOption::setRandom().
std::string InstanceLocationOption::locationType |
the type of the location
Definition at line 42 of file OSOption.h.
Referenced by OSOption::getInstanceLocationType(), IsEqual(), OSOption::setInstanceLocation(), OSOption::setInstanceLocationType(), setRandom(), and OSoLWriter::writeOSoL().
std::string InstanceLocationOption::value |
the value of the <instanceLocation> element
Definition at line 45 of file OSOption.h.
Referenced by OSOption::getInstanceLocation(), IsEqual(), OSOption::setInstanceLocation(), setRandom(), and OSoLWriter::writeOSoL().