#include <OSInstance.h>
Collaboration diagram for TimeDomainStageObjectives:
Public Member Functions | |
TimeDomainStageObjectives () | |
The TimeDomainStageObjectives class constructor. | |
~TimeDomainStageObjectives () | |
The TimeDomainStageObjectives class destructor. | |
TimeDomainStageObjectives () | |
The TimeDomainStageObjectives class constructor. | |
~TimeDomainStageObjectives () | |
The TimeDomainStageObjectives class destructor. | |
Public Attributes | |
int | numberOfObjectives |
numberOfObjectives gives the number of objectives contained in this stage | |
int | startIdx |
startdIdx gives the number of the first objective contained in this stage | |
TimeDomainStageObj ** | obj |
obj is a pointer to an array of TimeDomainStageObj object pointers | |
TimeDomainStageObj ** | obj |
obj is a pointer to an array of TimeDomainStageObj object pointers |
Definition at line 544 of file OSInstance.h.
TimeDomainStageObjectives::TimeDomainStageObjectives | ( | ) |
The TimeDomainStageObjectives class constructor.
Definition at line 796 of file OSInstance.cpp.
References obj.
TimeDomainStageObjectives::~TimeDomainStageObjectives | ( | ) |
The TimeDomainStageObjectives class destructor.
Definition at line 806 of file OSInstance.cpp.
References numberOfObjectives, and obj.
TimeDomainStageObjectives::TimeDomainStageObjectives | ( | ) |
The TimeDomainStageObjectives class constructor.
TimeDomainStageObjectives::~TimeDomainStageObjectives | ( | ) |
The TimeDomainStageObjectives class destructor.
numberOfObjectives gives the number of objectives contained in this stage
Definition at line 554 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainStageNumberOfObjectives(), OSInstance::setTimeDomainStageObjectivesOrdered(), OSInstance::setTimeDomainStageObjectivesUnordered(), and ~TimeDomainStageObjectives().
startdIdx gives the number of the first objective contained in this stage
Definition at line 557 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainStageObjList(), and OSInstance::setTimeDomainStageObjectivesOrdered().
obj is a pointer to an array of TimeDomainStageObj object pointers
Definition at line 560 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainStageObjList(), OSInstance::setTimeDomainStageObjectivesUnordered(), TimeDomainStageObjectives(), and ~TimeDomainStageObjectives().
obj is a pointer to an array of TimeDomainStageObj object pointers
Definition at line 559 of file OSInstance.h.