The in-memory representation of the <stage> element. More...
#include <OSInstance.h>
Public Member Functions | |
TimeDomainStage () | |
The TimeDomainStage class constructor. | |
~TimeDomainStage () | |
The TimeDomainStage class destructor. | |
TimeDomainStage () | |
The TimeDomainStage class constructor. | |
~TimeDomainStage () | |
The TimeDomainStage class destructor. | |
Public Attributes | |
std::string | name |
name corresponds to the optional attribute that holds the name of the stage; the default value is empty | |
TimeDomainStageVariables * | variables |
variables is a pointer to a TimeDomainVariables object | |
TimeDomainStageConstraints * | constraints |
constraints is a pointer to a TimeDomainConstraints object | |
TimeDomainStageObjectives * | objectives |
objectives is a pointer to a TimeDomainObjectives object |
The in-memory representation of the <stage> element.
Definition at line 612 of file OSInstance.h.
TimeDomainStage::TimeDomainStage | ( | ) |
The TimeDomainStage class constructor.
Definition at line 895 of file OSInstance.cpp.
TimeDomainStage::~TimeDomainStage | ( | ) |
The TimeDomainStage class destructor.
Definition at line 907 of file OSInstance.cpp.
TimeDomainStage::TimeDomainStage | ( | ) |
The TimeDomainStage class constructor.
TimeDomainStage::~TimeDomainStage | ( | ) |
The TimeDomainStage class destructor.
std::string TimeDomainStage::name |
name corresponds to the optional attribute that holds the name of the stage; the default value is empty
Definition at line 625 of file OSInstance.h.
variables is a pointer to a TimeDomainVariables object
Definition at line 628 of file OSInstance.h.
constraints is a pointer to a TimeDomainConstraints object
Definition at line 631 of file OSInstance.h.
objectives is a pointer to a TimeDomainObjectives object
Definition at line 634 of file OSInstance.h.