00001 #ifndef __RMOL_COMMAND_DEMANDINPUTPREPARATION_HPP
00002 #define __RMOL_COMMAND_DEMANDINPUTPREPARATION_HPP
00003
00004
00005
00006
00007
00008 #include <map>
00009
00010 #include <stdair/stdair_inventory_types.hpp>
00011
00012 #include <rmol/RMOL_Types.hpp>
00013
00014
00015 namespace stdair {
00016 class SegmentCabin;
00017 }
00018
00019 namespace RMOL {
00021 class DemandInputPreparation {
00022 public:
00026 static bool prepareDemandInput (const stdair::SegmentCabin&);
00027 };
00028 }
00029 #endif // __RMOL_COMMAND_DEMANDINPUTPREPARATION_HPP