TimeDomainStage Class Reference

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

#include <OSInstance.h>

Collaboration diagram for TimeDomainStage:
Collaboration graph
[legend]

List of all members.

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
TimeDomainStageVariablesvariables
 variables is a pointer to a TimeDomainVariables object
TimeDomainStageConstraintsconstraints
 constraints is a pointer to a TimeDomainConstraints object
TimeDomainStageObjectivesobjectives
 objectives is a pointer to a TimeDomainObjectives object

Detailed Description

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

Definition at line 643 of file OSInstance.h.


Constructor & Destructor Documentation

TimeDomainStage::TimeDomainStage (  ) 

The TimeDomainStage class constructor.

Definition at line 902 of file OSInstance.cpp.

TimeDomainStage::~TimeDomainStage (  ) 

The TimeDomainStage class destructor.

Definition at line 914 of file OSInstance.cpp.

TimeDomainStage::TimeDomainStage (  ) 

The TimeDomainStage class constructor.

TimeDomainStage::~TimeDomainStage (  ) 

The TimeDomainStage class destructor.


Member Data Documentation

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 656 of file OSInstance.h.

variables is a pointer to a TimeDomainVariables object

Definition at line 659 of file OSInstance.h.

constraints is a pointer to a TimeDomainConstraints object

Definition at line 662 of file OSInstance.h.

objectives is a pointer to a TimeDomainObjectives object

Definition at line 665 of file OSInstance.h.


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

Generated on 16 Feb 2012 by  doxygen 1.6.1