RMOL Logo  1.00.8
C++ library of Revenue Management and Optimisation classes and functions
Loading...
Searching...
No Matches
RMOL::DemandGeneratorList Class Reference

#include <rmol/bom/old/DemandGeneratorList.hpp>

Public Member Functions

 DemandGeneratorList ()
 
 DemandGeneratorList (const DemandGeneratorList &)
 
 DemandGeneratorList (const DistributionParameterList_T &)
 
virtual ~DemandGeneratorList ()
 
void generateVariateList (VariateList_T &) const
 

Protected Types

typedef std::list< Gaussian > DemandGeneratorList_T
 

Detailed Description

Wrapper around a set of Gaussian Random Generators.

Definition at line 17 of file DemandGeneratorList.hpp.

Member Typedef Documentation

◆ DemandGeneratorList_T

typedef std::list<Gaussian> RMOL::DemandGeneratorList::DemandGeneratorList_T
protected

Define a (ordered) set of Gaussian Random Generators.

Definition at line 20 of file DemandGeneratorList.hpp.

Constructor & Destructor Documentation

◆ DemandGeneratorList() [1/3]

RMOL::DemandGeneratorList::DemandGeneratorList ( )

Constructors.

Definition at line 10 of file DemandGeneratorList.cpp.

◆ DemandGeneratorList() [2/3]

RMOL::DemandGeneratorList::DemandGeneratorList ( const DemandGeneratorList iDemandGeneratorList)

Definition at line 16 of file DemandGeneratorList.cpp.

◆ DemandGeneratorList() [3/3]

RMOL::DemandGeneratorList::DemandGeneratorList ( const DistributionParameterList_T iDistributionParameterList)

List of distribution parameters (mean, standard deviation).

Definition at line 24 of file DemandGeneratorList.cpp.

◆ ~DemandGeneratorList()

RMOL::DemandGeneratorList::~DemandGeneratorList ( )
virtual

Destructors.

Definition at line 30 of file DemandGeneratorList.cpp.

Member Function Documentation

◆ generateVariateList()

void RMOL::DemandGeneratorList::generateVariateList ( VariateList_T &  ioVariateList) const

Definition at line 49 of file DemandGeneratorList.cpp.


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