0.2.2
C++ Simulated Travel Demand Generation Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
13
#include <
trademgen/basic/DemandCharacteristicsTypes.hpp
>
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
Generated on Wed Aug 29 2012 15:53:58 for TraDemGen by
1.8.1.2