TraDemGen Logo  0.2.2
C++ Simulated Travel Demand Generation Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
DemandParser.hpp
Go to the documentation of this file.
1 #ifndef __TRADEMGEN_CMD_DEMANDPARSER_HPP
2 #define __TRADEMGEN_CMD_DEMANDPARSER_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STL
8 #include <string>
9 // StdAir
10 #include <stdair/stdair_basic_types.hpp>
11 #include <stdair/command/CmdAbstract.hpp>
12 // TraDemGen
14 
16 namespace stdair {
17  class EventQueue;
18  struct RandomGeneration;
19 }
20 
21 namespace TRADEMGEN {
22 
26  class DemandParser : public stdair::CmdAbstract {
27  public:
40  static void generateDemand (const stdair::Filename_T&, stdair::EventQueue&,
41  stdair::RandomGeneration&,
42  const POSProbabilityMass_T&);
43  };
44 }
45 #endif // __TRADEMGEN_CMD_DEMANDPARSER_HPP