#include <OSResult.h>
Collaboration diagram for GeneralResult:
Public Member Functions | |
GeneralResult () | |
Default constructor. | |
~GeneralResult () | |
Class destructor. | |
GeneralResult () | |
Default constructor. | |
~GeneralResult () | |
Class destructor. | |
Public Attributes | |
GeneralStatus * | generalStatus |
a pointer to the GeneralStatus class | |
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 | time |
the time when solution was complete kippster -- verify this | |
std::string | message |
any general message associated with the optimization | |
GeneralStatus * | generalStatus |
a pointer to the GeneralStatus class |
Definition at line 113 of file OSResult.h.
GeneralResult::GeneralResult | ( | ) |
GeneralResult::~GeneralResult | ( | ) |
GeneralResult::GeneralResult | ( | ) |
Default constructor.
GeneralResult::~GeneralResult | ( | ) |
Class destructor.
a pointer to the GeneralStatus class
Definition at line 117 of file OSResult.h.
Referenced by GeneralResult(), OSResult::getGeneralStatus(), OSResult::getGeneralStatusDescription(), OSResult::getGeneralStatusType(), OSResult::setGeneralStatus(), OSrLWriter::writeOSrL(), and ~GeneralResult().
std::string GeneralResult::serviceURI |
the serviceURI is the URI of the solver service that did the optimiation
Definition at line 122 of file OSResult.h.
Referenced by OSResult::getServiceURI(), and OSrLWriter::writeOSrL().
std::string GeneralResult::serviceName |
the serviceName is the name of the sovler service that did the optimization
Definition at line 127 of file OSResult.h.
Referenced by OSResult::getServiceName(), and OSrLWriter::writeOSrL().
std::string GeneralResult::instanceName |
the name of the instance that was solved
Definition at line 130 of file OSResult.h.
Referenced by OSResult::getInstanceName(), and OSrLWriter::writeOSrL().
std::string GeneralResult::jobID |
the jobID is the ID associated with the solution of this instance
Definition at line 135 of file OSResult.h.
Referenced by OSResult::getJobID(), and OSrLWriter::writeOSrL().
std::string GeneralResult::time |
the time when solution was complete kippster -- verify this
Definition at line 140 of file OSResult.h.
std::string GeneralResult::message |
any general message associated with the optimization
Definition at line 143 of file OSResult.h.
Referenced by OSResult::getGeneralMessage(), and OSrLWriter::writeOSrL().