#include <OSResult.h>
Public Member Functions | |
ResultHeader () | |
Default constructor. | |
~ResultHeader () | |
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 |
Definition at line 71 of file OSResult.h.
ResultHeader::ResultHeader | ( | ) |
ResultHeader::~ResultHeader | ( | ) |
a pointer to the GeneralStatus class
Definition at line 75 of file OSResult.h.
Referenced by OSResult::getGeneralStatus(), OSResult::getGeneralStatusDescription(), OSResult::getGeneralStatusType(), ResultHeader(), OSResult::setGeneralStatus(), OSrLWriter::writeOSrL(), and ~ResultHeader().
std::string ResultHeader::serviceURI |
the serviceURI is the URI of the solver service that did the optimiation
Definition at line 80 of file OSResult.h.
Referenced by OSResult::getServiceURI(), and OSrLWriter::writeOSrL().
std::string ResultHeader::serviceName |
the serviceName is the name of the sovler service that did the optimization
Definition at line 85 of file OSResult.h.
Referenced by OSResult::getServiceName(), and OSrLWriter::writeOSrL().
std::string ResultHeader::instanceName |
the name of the instance that was solved
Definition at line 88 of file OSResult.h.
Referenced by OSResult::getInstanceName(), and OSrLWriter::writeOSrL().
std::string ResultHeader::jobID |
the jobID is the ID associated with the solution of this instance
Definition at line 93 of file OSResult.h.
Referenced by OSResult::getJobID(), and OSrLWriter::writeOSrL().
std::string ResultHeader::time |
the time when solution was complete kippster -- verify this
Definition at line 98 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL().
std::string ResultHeader::message |
any general message associated with the optimization
Definition at line 101 of file OSResult.h.
Referenced by OSResult::getGeneralMessage(), and OSrLWriter::writeOSrL().