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

QEquivalentBookingCalculator.hpp

Go to the documentation of this file.
00001 #ifndef __RMOL_BOM_QEQUIVQLENTBOOKINGCALCULATOR_HPP
00002 #define __RMOL_BOM_QEQUIVQLENTBOOKINGCALCULATOR_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // RMOL Bom
00008 #include <rmol/bom/BomAbstract.hpp>
00009 #include <rmol/RMOL_Types.hpp>
00010 
00011 namespace RMOL {
00012 
00013   // Forward declaration
00014   struct HistoricalBookingHolderHolder;
00015 
00017   class QEquivalentBookingCalculator : public BomAbstract {
00018 
00019   public:
00020 
00026     static void calculateQEquivalentBooking 
00027     (HistoricalBookingHolderHolder&, 
00028      SellupProbabilityVector_T&, 
00029      HolderOfQEquivalentBookingsPerSimilarFlight_T&);
00030   };
00031 
00032 }
00033 #endif // __RMOL_BOM_QEQUIVQLENTBOOKINGCALCULATOR_HPP
SourceForge Logo

Generated on Sat Sep 26 13:14:14 2009 for RMOL by Doxygen 1.6.1