OS  2.10.1
Public Member Functions | Public Attributes | List of all members
TimeDomainStage Class Reference

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

#include <OSInstance.h>

+ Collaboration diagram for TimeDomainStage:

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

Detailed Description

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

Definition at line 2062 of file OSInstance.h.

Constructor & Destructor Documentation

◆ TimeDomainStage()

TimeDomainStage::TimeDomainStage ( )

The TimeDomainStage class constructor.

◆ ~TimeDomainStage()

TimeDomainStage::~TimeDomainStage ( )

The TimeDomainStage class destructor.

Member Data Documentation

◆ name

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

◆ variables

TimeDomainStageVariables* TimeDomainStage::variables

variables is a pointer to a TimeDomainVariables object

Definition at line 2078 of file OSInstance.h.

◆ constraints

TimeDomainStageConstraints* TimeDomainStage::constraints

constraints is a pointer to a TimeDomainConstraints object

Definition at line 2081 of file OSInstance.h.

◆ objectives

TimeDomainStageObjectives* TimeDomainStage::objectives

objectives is a pointer to a TimeDomainObjectives object

Definition at line 2084 of file OSInstance.h.


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