RMOL Logo  1.00.0
C++ library of Revenue Management and Optimisation classes and functions
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
RMOL::OldQFF Class Reference

#include <rmol/command/OldQFF.hpp>

List of all members.

Static Public Member Functions

static bool forecast (stdair::SegmentCabin &, const stdair::Date_T &, const stdair::DTD_T &, const stdair::UnconstrainingMethod &, const stdair::NbOfSegments_T &)

Detailed Description

Class wrapping the forecasting algorithms.

Definition at line 23 of file OldQFF.hpp.


Member Function Documentation

bool RMOL::OldQFF::forecast ( stdair::SegmentCabin &  ioSegmentCabin,
const stdair::Date_T &  iCurrentDate,
const stdair::DTD_T &  iCurrentDTD,
const stdair::UnconstrainingMethod &  iUnconstrainingMethod,
const stdair::NbOfSegments_T &  iNbOfDepartedSegments 
)
static

Forecast demand for a segment cabin.

Parameters:
stdair::SegmentCabin&Current Segment Cabin
conststdair::Date_T& Current Date
conststdair::DTD_T& Current DTD
conststdair::UnconstrainingMethod& Method used for the unconstraining
conststdair::NbOfSegments_T& Number of usable historical segments

Definition at line 31 of file OldQFF.cpp.

References RMOL::Utilities::computeDistributionParameters(), RMOL::Utilities::computeSellUpFactorCurves(), RMOL::HistoricalBookingHolder::getNbOfFlights(), RMOL::SegmentSnapshotTableHelper::getNbOfSegmentAlreadyPassedThisDTD(), RMOL::HistoricalBookingHolder::getUnconstrainedDemand(), and RMOL::Detruncator::unconstrain().


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