The OtherObjResult Class. More...
#include <OSResult.h>

Public Member Functions | |
| OtherObjResult () | |
| Default constructor. More... | |
| ~OtherObjResult () | |
| Class destructor. More... | |
| bool | IsEqual (OtherObjResult *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... | |
| OtherObjResult () | |
| Default constructor. More... | |
| ~OtherObjResult () | |
| Class destructor. More... | |
Public Attributes | |
| int | idx |
| idx is the index on a objective function More... | |
| std::string | name |
| optional name More... | |
| std::string | value |
| value is a value associated with an objective function indexed by idx More... | |
The OtherObjResult Class.
Definition at line 1387 of file OSResult.h.
| OtherObjResult::OtherObjResult | ( | ) |
Default constructor.
Definition at line 667 of file OSResult.cpp.
| OtherObjResult::~OtherObjResult | ( | ) |
Class destructor.
Definition at line 678 of file OSResult.cpp.
| OtherObjResult::OtherObjResult | ( | ) |
Default constructor.
| OtherObjResult::~OtherObjResult | ( | ) |
Class destructor.
| bool OtherObjResult::IsEqual | ( | OtherObjResult * | that | ) |
A function to check for the equality of two objects.
Definition at line 9066 of file OSResult.cpp.
| bool OtherObjResult::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 10537 of file OSResult.cpp.
| int OtherObjResult::idx |
idx is the index on a objective function
Definition at line 1392 of file OSResult.h.
| std::string OtherObjResult::name |
optional name
Definition at line 1395 of file OSResult.h.
| std::string OtherObjResult::value |
value is a value associated with an objective function indexed by idx
Definition at line 1400 of file OSResult.h.
1.8.5