1.00.2
C++ Simulated Travel Demand Generation Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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_Types.hpp
TRADEMGEN::DemandFilePath
Definition:
TRADEMGEN_Types.hpp:30
TRADEMGEN
Definition:
BasConst.cpp:10
generateDemand
void generateDemand(TRADEMGEN::TRADEMGEN_Service &ioTrademgenService, const stdair::Filename_T &iOutputFilename, const NbOfRuns_T &iNbOfRuns, const stdair::DemandGenerationMethod &iDemandGenerationMethod)
Definition:
trademgen_generateDemand.cpp:276
TRADEMGEN::DemandParser
Class wrapping the parser entry point.
Definition:
DemandParser.hpp:28
TRADEMGEN::CategoricalAttributeLite< stdair::AirportCode_T >
stdair
Forward declarations.
Definition:
CategoricalAttribute.hpp:14
DemandCharacteristicsTypes.hpp
Generated on Tue Feb 23 2016 09:45:53 for TraDemGen by
1.8.11