1.00.4
C++ library of Revenue Management and Optimisation classes and functions
|
|
Go to the documentation of this file. 1 #ifndef __RMOL_BOM_UTILITIES_HPP
2 #define __RMOL_BOM_UTILITIES_HPP
7 #include <stdair/stdair_inventory_types.hpp>
8 #include <stdair/bom/FareFamilyTypes.hpp>
25 stdair::StdDevValue_T&);
40 static stdair::NbOfSegments_T
42 const stdair::Date_T&);
47 static stdair::BookingClassSellUpCurveMap_T
49 const stdair::BookingClassList_T&);
54 static stdair::BookingClassDispatchingCurveMap_T
56 const stdair::BookingClassList_T&);
63 const stdair::MeanValue_T&,
64 const stdair::StdDevValue_T&,
65 const stdair::DTD_T&);
72 const stdair::MeanValue_T&,
73 const stdair::StdDevValue_T&,
74 const stdair::DTD_T&);
79 #endif // __RMOL_BOM_UTILITIES_HPP
static void dispatchDemandForecastForFA(const stdair::BookingClassSellUpCurveMap_T &, const stdair::MeanValue_T &, const stdair::StdDevValue_T &, const stdair::DTD_T &)
static stdair::NbOfSegments_T getNbOfDepartedSimilarSegments(const stdair::SegmentCabin &, const stdair::Date_T &)
static void dispatchDemandForecast(const stdair::BookingClassDispatchingCurveMap_T &, const stdair::MeanValue_T &, const stdair::StdDevValue_T &, const stdair::DTD_T &)
static stdair::BookingClassDispatchingCurveMap_T computeDispatchingFactorCurves(const stdair::FRAT5Curve_T &, const stdair::BookingClassList_T &)
static stdair::DCPList_T buildPastDCPList(const stdair::DTD_T &)
static stdair::DCPList_T buildRemainingDCPList(const stdair::DTD_T &)
static void computeDistributionParameters(const stdair::UncDemVector_T &, stdair::MeanValue_T &, stdair::StdDevValue_T &)
static stdair::BookingClassSellUpCurveMap_T computeSellUpFactorCurves(const stdair::FRAT5Curve_T &, const stdair::BookingClassList_T &)