1.00.4
C++ Simulated Travel Demand Generation Library
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
TRADEMGEN::DemandParser::generateDemand
static void generateDemand(const DemandFilePath &, SEVMGR::SEVMGR_ServicePtr_T, stdair::RandomGeneration &, const POSProbabilityMass_T &)
Definition:
DemandParser.cpp:18
stdair
Forward declarations.
Definition:
CategoricalAttribute.hpp:14
DemandCharacteristicsTypes.hpp
TRADEMGEN::CategoricalAttributeLite< stdair::AirportCode_T >
TRADEMGEN_Types.hpp
TRADEMGEN::DemandFilePath
Definition:
TRADEMGEN_Types.hpp:30
TRADEMGEN::DemandParser
Class wrapping the parser entry point.
Definition:
DemandParser.hpp:28
TRADEMGEN
Definition:
BasConst.cpp:10
Generated on Mon Nov 11 2019 00:00:00 for TraDemGen by
1.8.16