OS
2.10.1
|
The GeneralResult Class. More...
#include <OSResult.h>
Public Member Functions | |
GeneralResult () | |
Default constructor. More... | |
~GeneralResult () | |
Class destructor. More... | |
bool | IsEqual (GeneralResult *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... | |
Public Attributes | |
GeneralStatus * | generalStatus |
a pointer to the GeneralStatus class More... | |
std::string | message |
any general message associated with the optimization More... | |
std::string | serviceURI |
the serviceURI is the URI of the solver service that did the optimization More... | |
std::string | serviceName |
the serviceName is the name of the solver service that did the optimization More... | |
std::string | instanceName |
the name of the instance that was solved More... | |
std::string | jobID |
the jobID is the ID associated with the solution of this instance More... | |
std::string | solverInvoked |
the name of the solver used More... | |
std::string | timeStamp |
a time stamp associated with the process More... | |
OtherResults * | otherResults |
a pointer to the OtherResults class More... | |
The GeneralResult Class.
Definition at line 266 of file OSResult.h.
GeneralResult::GeneralResult | ( | ) |
Default constructor.
GeneralResult::~GeneralResult | ( | ) |
Class destructor.
bool GeneralResult::IsEqual | ( | GeneralResult * | that | ) |
A function to check for the equality of two objects.
bool GeneralResult::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) |
GeneralStatus* GeneralResult::generalStatus |
a pointer to the GeneralStatus class
Definition at line 272 of file OSResult.h.
std::string GeneralResult::message |
any general message associated with the optimization
Definition at line 276 of file OSResult.h.
std::string GeneralResult::serviceURI |
the serviceURI is the URI of the solver service that did the optimization
Definition at line 281 of file OSResult.h.
std::string GeneralResult::serviceName |
the serviceName is the name of the solver service that did the optimization
Definition at line 286 of file OSResult.h.
std::string GeneralResult::instanceName |
the name of the instance that was solved
Definition at line 290 of file OSResult.h.
std::string GeneralResult::jobID |
the jobID is the ID associated with the solution of this instance
Definition at line 295 of file OSResult.h.
std::string GeneralResult::solverInvoked |
the name of the solver used
Definition at line 299 of file OSResult.h.
std::string GeneralResult::timeStamp |
a time stamp associated with the process
Definition at line 303 of file OSResult.h.
OtherResults* GeneralResult::otherResults |
a pointer to the OtherResults class
Definition at line 307 of file OSResult.h.