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

Public Member Functions | |
| OtherConResult () | |
| Default constructor. More... | |
| ~OtherConResult () | |
| Class destructor. More... | |
| bool | IsEqual (OtherConResult *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... | |
| OtherConResult () | |
| Default constructor. More... | |
| ~OtherConResult () | |
| Class destructor. More... | |
Public Attributes | |
| int | idx |
| idx is the index on the constraint More... | |
| std::string | name |
| optional name More... | |
| std::string | value |
| value is a value associated with the constraint indexed by idx, for example value might be the value of a dual variable or it might be the name of the constraint. More... | |
The OtherConResult Class.
Definition at line 1709 of file OSResult.h.
| OtherConResult::OtherConResult | ( | ) |
Default constructor.
Definition at line 822 of file OSResult.cpp.
| OtherConResult::~OtherConResult | ( | ) |
Class destructor.
Definition at line 833 of file OSResult.cpp.
| OtherConResult::OtherConResult | ( | ) |
Default constructor.
| OtherConResult::~OtherConResult | ( | ) |
Class destructor.
| bool OtherConResult::IsEqual | ( | OtherConResult * | that | ) |
A function to check for the equality of two objects.
Definition at line 9373 of file OSResult.cpp.
| bool OtherConResult::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 10682 of file OSResult.cpp.
| int OtherConResult::idx |
idx is the index on the constraint
Definition at line 1714 of file OSResult.h.
| std::string OtherConResult::name |
optional name
Definition at line 1717 of file OSResult.h.
| std::string OtherConResult::value |
value is a value associated with the constraint indexed by idx, for example value might be the value of a dual variable or it might be the name of the constraint.
Definition at line 1724 of file OSResult.h.
1.8.5