$treeview $search $mathjax
#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 |
Wrapper around a set of Gaussian Random Generators.
Definition at line 17 of file DemandGeneratorList.hpp.
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.
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.
void RMOL::DemandGeneratorList::generateVariateList | ( | VariateList_T & | ioVariateList | ) | const |
Definition at line 50 of file DemandGeneratorList.cpp.