RMOL Logo Get Revenue Management Optimisation Library at SourceForge.net. Fast, secure and Free Open Source software downloads

Forecaster.hpp

Go to the documentation of this file.
00001 #ifndef __RMOL_COMMAND_FORECASTER_HPP
00002 #define __RMOL_COMMAND_FORECASTER_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // RMOL
00008 #include <rmol/RMOL_Types.hpp>
00009 #include <rmol/RMOL_FORECASTER_Types.hpp>
00010 
00011 namespace RMOL {
00012 
00014   class BucketHolder;
00015   struct HistoricalBookingHolderHolder;
00016   //  class StudyStatManager;
00017 
00020   class Forecaster {
00021   public:
00022     
00037     static void qEquivalentBookingCalculation
00038                                 (BucketHolder&, 
00039                                  SellupFactorHolder_T&,
00040                                  HistoricalBookingHolderHolder&,
00041                                  HolderOfQEquivalentBookingsPerSimilarFlight_T&);
00042 
00067     static void demandForecastByQForecasting (ForecastedDemandParameterList_T, 
00068                                               HistoricalDataHolderHolder_T&,
00069                                               PriceHolder_T&);
00070   };
00071 }
00072 #endif // __RMOL_COMMAND_FORECASTER_HPP
SourceForge Logo

Generated on Fri Jul 30 22:23:14 2010 for RMOL by Doxygen 1.6.1