Public Member Functions | Public Attributes | List of all members
TimeDomainStageObjectives Class Reference

The in-memory representation of the <objectives> child of the <stage> element. More...

#include <OSInstance.h>

Collaboration diagram for TimeDomainStageObjectives:
Collaboration graph
[legend]

Public Member Functions

 TimeDomainStageObjectives ()
 The TimeDomainStageObjectives class constructor. More...
 
 ~TimeDomainStageObjectives ()
 The TimeDomainStageObjectives class destructor. More...
 
 TimeDomainStageObjectives ()
 The TimeDomainStageObjectives class constructor. More...
 
 ~TimeDomainStageObjectives ()
 The TimeDomainStageObjectives class destructor. More...
 

Public Attributes

int numberOfObjectives
 numberOfObjectives gives the number of objectives contained in this stage More...
 
int startIdx
 startdIdx gives the number of the first objective contained in this stage More...
 
TimeDomainStageObj ** obj
 obj is a pointer to an array of TimeDomainStageObj object pointers More...
 

Detailed Description

The in-memory representation of the <objectives> child of the <stage> element.

Definition at line 2037 of file OSInstance.h.

Constructor & Destructor Documentation

TimeDomainStageObjectives::TimeDomainStageObjectives ( )

The TimeDomainStageObjectives class constructor.

Definition at line 1730 of file OSInstance.cpp.

TimeDomainStageObjectives::~TimeDomainStageObjectives ( )

The TimeDomainStageObjectives class destructor.

Definition at line 1740 of file OSInstance.cpp.

TimeDomainStageObjectives::TimeDomainStageObjectives ( )

The TimeDomainStageObjectives class constructor.

TimeDomainStageObjectives::~TimeDomainStageObjectives ( )

The TimeDomainStageObjectives class destructor.

Member Data Documentation

int TimeDomainStageObjectives::numberOfObjectives

numberOfObjectives gives the number of objectives contained in this stage

Definition at line 2048 of file OSInstance.h.

int TimeDomainStageObjectives::startIdx

startdIdx gives the number of the first objective contained in this stage

Definition at line 2051 of file OSInstance.h.

TimeDomainStageObj ** TimeDomainStageObjectives::obj

obj is a pointer to an array of TimeDomainStageObj object pointers

Definition at line 2054 of file OSInstance.h.


The documentation for this class was generated from the following files: