#include <OSResult.h>
Collaboration diagram for GeneralResult:
Public Member Functions | |
GeneralResult () | |
Default constructor. | |
~GeneralResult () | |
Class destructor. | |
bool | IsEqual (GeneralResult *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. | |
GeneralResult () | |
Default constructor. | |
~GeneralResult () | |
Class destructor. | |
Public Attributes | |
GeneralStatus * | generalStatus |
a pointer to the GeneralStatus class | |
std::string | message |
any general message associated with the optimization | |
std::string | serviceURI |
the serviceURI is the URI of the solver service that did the optimiation | |
std::string | serviceName |
the serviceName is the name of the sovler service that did the optimization | |
std::string | instanceName |
the name of the instance that was solved | |
std::string | jobID |
the jobID is the ID associated with the solution of this instance | |
std::string | solverInvoked |
the name of the solver used | |
std::string | timeStamp |
a time stamp associated with the process | |
OtherResults * | otherResults |
a pointer to the OtherResults class | |
GeneralStatus * | generalStatus |
a pointer to the GeneralStatus class | |
std::string | time |
the time when solution was complete kippster -- verify this |
Definition at line 261 of file OSResult.h.
GeneralResult::GeneralResult | ( | ) |
GeneralResult::~GeneralResult | ( | ) |
Class destructor.
Definition at line 142 of file OSResult.cpp.
References generalStatus, and otherResults.
GeneralResult::GeneralResult | ( | ) |
Default constructor.
GeneralResult::~GeneralResult | ( | ) |
Class destructor.
bool GeneralResult::IsEqual | ( | GeneralResult * | that | ) |
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" atrbutes and <XXX> children) |
Definition at line 7291 of file OSResult.cpp.
References generalStatus, and GeneralStatus::setRandom().
a pointer to the GeneralStatus class
Definition at line 266 of file OSResult.h.
Referenced by OSResult::setGeneralStatus(), OSResult::setNumberOfGeneralSubstatuses(), setRandom(), OSrLWriter::writeOSrL(), and ~GeneralResult().
std::string GeneralResult::message |
any general message associated with the optimization
Definition at line 270 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
std::string GeneralResult::serviceURI |
the serviceURI is the URI of the solver service that did the optimiation
Definition at line 275 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
std::string GeneralResult::serviceName |
the serviceName is the name of the sovler service that did the optimization
Definition at line 280 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
std::string GeneralResult::instanceName |
the name of the instance that was solved
Definition at line 284 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
std::string GeneralResult::jobID |
the jobID is the ID associated with the solution of this instance
Definition at line 289 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
std::string GeneralResult::solverInvoked |
the name of the solver used
Definition at line 293 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
std::string GeneralResult::timeStamp |
a time stamp associated with the process
Definition at line 297 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
a pointer to the OtherResults class
Definition at line 301 of file OSResult.h.
Referenced by OSResult::setNumberOfOtherGeneralResults(), OSrLWriter::writeOSrL(), and ~GeneralResult().
std::string GeneralResult::time |
the time when solution was complete kippster -- verify this
Definition at line 138 of file OSResult.h.