RMOL Logo  1.00.1
C++ library of Revenue Management and Optimisation classes and functions
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

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

RMOL::DemandGeneratorList::DemandGeneratorList ( )

Constructors.

Definition at line 10 of file DemandGeneratorList.cpp.

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

Definition at line 17 of file DemandGeneratorList.cpp.

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

List of distribution parameters (mean, standard deviation).

Definition at line 25 of file DemandGeneratorList.cpp.

RMOL::DemandGeneratorList::~DemandGeneratorList ( )
virtual

Destructors.

Definition at line 30 of file DemandGeneratorList.cpp.

Member Function Documentation

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

Definition at line 50 of file DemandGeneratorList.cpp.


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