RMOL Logo  1.00.14
C++ library of Revenue Management and Optimisation classes and functions
Loading...
Searching...
No Matches
BasedForecasting.hpp
Go to the documentation of this file.
1#ifndef __RMOL_COMMAND_BASEDFORECASTING_HPP
2#define __RMOL_COMMAND_BASEDFORECASTING_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7// StdAir
8#include <stdair/stdair_inventory_types.hpp>
9// RMOL
10#include <rmol/RMOL_Types.hpp>
11
12// Forward declarations
13namespace stdair {
14 class SegmentCabin;
15 class BookingClass;
16 class SegmentSnapshotTable;
17}
18
19namespace RMOL {
22 public:
34 static bool forecast (stdair::SegmentCabin&, const stdair::Date_T&,
35 const stdair::DTD_T&,
36 const stdair::UnconstrainingMethod&,
37 const stdair::NbOfSegments_T&);
38
47 static void prepareHistoricalBooking
48 (const stdair::SegmentCabin&, const stdair::BookingClass&,
49 const stdair::SegmentSnapshotTable&, HistoricalBookingHolder&,
50 const stdair::DCP_T&, const stdair::DCP_T&,
51 const stdair::NbOfSegments_T&, const stdair::NbOfSegments_T&);
52 };
53}
54#endif // __RMOL_COMMAND_BASEDFORECASTING_HPP
Forward declarations.
static void prepareHistoricalBooking(const stdair::SegmentCabin &, const stdair::BookingClass &, const stdair::SegmentSnapshotTable &, HistoricalBookingHolder &, const stdair::DCP_T &, const stdair::DCP_T &, const stdair::NbOfSegments_T &, const stdair::NbOfSegments_T &)
static bool forecast(stdair::SegmentCabin &, const stdair::Date_T &, const stdair::DTD_T &, const stdair::UnconstrainingMethod &, const stdair::NbOfSegments_T &)