OS
2.9.3
|
The in-memory representation of the <stage> element. More...
#include <OSInstance.h>
Public Member Functions | |
TimeDomainStage () | |
The TimeDomainStage class constructor. More... | |
~TimeDomainStage () | |
The TimeDomainStage class destructor. More... | |
Public Attributes | |
std::string | name |
name corresponds to the optional attribute that holds the name of the stage; the default value is empty More... | |
TimeDomainStageVariables * | variables |
variables is a pointer to a TimeDomainVariables object More... | |
TimeDomainStageConstraints * | constraints |
constraints is a pointer to a TimeDomainConstraints object More... | |
TimeDomainStageObjectives * | objectives |
objectives is a pointer to a TimeDomainObjectives object More... | |
The in-memory representation of the <stage> element.
Definition at line 2041 of file OSInstance.h.
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 2054 of file OSInstance.h.
TimeDomainStageVariables* TimeDomainStage::variables |
variables is a pointer to a TimeDomainVariables object
Definition at line 2057 of file OSInstance.h.
TimeDomainStageConstraints* TimeDomainStage::constraints |
constraints is a pointer to a TimeDomainConstraints object
Definition at line 2060 of file OSInstance.h.
TimeDomainStageObjectives* TimeDomainStage::objectives |
objectives is a pointer to a TimeDomainObjectives object
Definition at line 2063 of file OSInstance.h.