#include <OSInstance.h>
Collaboration diagram for InstanceHeader:

Public Member Functions | |
| InstanceHeader () | |
| The InstanceHeader class constructor. | |
| ~InstanceHeader () | |
| The InstanceHeader class destructor. | |
Public Attributes | |
| std::string | description |
| the problem instance description | |
| std::string | name |
| the name of the problem instance | |
| std::string | source |
| the source of the problem instance | |
Definition at line 49 of file OSInstance.h.
| InstanceHeader::InstanceHeader | ( | ) |
| InstanceHeader::~InstanceHeader | ( | ) |
| std::string InstanceHeader::description |
the problem instance description
Definition at line 59 of file OSInstance.h.
Referenced by OSInstance::getInstanceDescription(), and OSiLWriter::writeOSiL().
| std::string InstanceHeader::name |
the name of the problem instance
Definition at line 62 of file OSInstance.h.
Referenced by OSInstance::getInstanceName(), and OSiLWriter::writeOSiL().
| std::string InstanceHeader::source |
the source of the problem instance
Definition at line 65 of file OSInstance.h.
Referenced by OSInstance::getInstanceSource(), and OSiLWriter::writeOSiL().
1.4.7