1.00.0
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
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
// SEvMgr
13
#include <sevmgr/SEVMGR_Types.hpp>
14
// TraDemGen
15
#include <
trademgen/TRADEMGEN_Types.hpp
>
16
#include <
trademgen/basic/DemandCharacteristicsTypes.hpp
>
17
19
namespace
stdair {
20
struct
RandomGeneration;
21
}
22
23
namespace
TRADEMGEN {
24
28
class
DemandParser
:
public
stdair::CmdAbstract {
29
public
:
43
static
void
generateDemand
(
const
DemandFilePath
&,
44
SEVMGR::SEVMGR_ServicePtr_T,
45
stdair::RandomGeneration&,
46
const
POSProbabilityMass_T
&);
47
};
48
}
49
#endif // __TRADEMGEN_CMD_DEMANDPARSER_HPP
Generated on Sun Dec 23 2012 17:58:29 for TraDemGen by
1.8.1.1