#include <OSInstance.h>
Collaboration diagram for TimeDomainStage:
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 | |
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 |
Definition at line 625 of file OSInstance.h.
TimeDomainStage::TimeDomainStage | ( | ) |
The TimeDomainStage class constructor.
Definition at line 834 of file OSInstance.cpp.
References constraints, objectives, and variables.
TimeDomainStage::~TimeDomainStage | ( | ) |
The TimeDomainStage class destructor.
Definition at line 846 of file OSInstance.cpp.
References constraints, objectives, and variables.
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 637 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainStageNames().
variables is a pointer to a TimeDomainVariables object
Definition at line 640 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainStageNumberOfVariables(), OSInstance::getTimeDomainStageVarList(), OSInstance::setTimeDomainStages(), OSInstance::setTimeDomainStageVariablesOrdered(), OSInstance::setTimeDomainStageVariablesUnordered(), TimeDomainStage(), and ~TimeDomainStage().
constraints is a pointer to a TimeDomainConstraints object
Definition at line 643 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainStageConList(), OSInstance::getTimeDomainStageNumberOfConstraints(), OSInstance::setTimeDomainStageConstraintsOrdered(), OSInstance::setTimeDomainStageConstraintsUnordered(), OSInstance::setTimeDomainStages(), TimeDomainStage(), and ~TimeDomainStage().
objectives is a pointer to a TimeDomainObjectives object
Definition at line 646 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainStageNumberOfObjectives(), OSInstance::getTimeDomainStageObjList(), OSInstance::setTimeDomainStageObjectivesOrdered(), OSInstance::setTimeDomainStageObjectivesUnordered(), OSInstance::setTimeDomainStages(), TimeDomainStage(), and ~TimeDomainStage().
constraints is a pointer to a TimeDomainConstraints object
Definition at line 585 of file OSInstance.h.
objectives is a pointer to a TimeDomainObjectives object
Definition at line 588 of file OSInstance.h.