Wrapper structure around the C++ API, so as to expose a Python API. More...
Public Member Functions | |
std::string | trademgen (const NbOfRuns_T &iNbOfRuns, const std::string &iDemandGenerationMethodString) |
Trademgener () | |
Trademgener (const Trademgener &iTrademgener) | |
~Trademgener () | |
bool | init (const std::string &iLogFilepath, const stdair::RandomSeed_T &iRandomSeed, const bool isBuiltin, const stdair::Filename_T &iDemandInputFilename) |
Wrapper structure around the C++ API, so as to expose a Python API.
Definition at line 70 of file pytrademgen.cpp.
|
inline |
Default constructor.
Definition at line 266 of file pytrademgen.cpp.
|
inline |
Default copy constructor.
Definition at line 270 of file pytrademgen.cpp.
|
inline |
Default constructor.
Definition at line 276 of file pytrademgen.cpp.
|
inline |
Wrapper around the travel demand generation use case.
Definition at line 76 of file pytrademgen.cpp.
References TRADEMGEN::TRADEMGEN_Service::csvDisplay(), TRADEMGEN::TRADEMGEN_Service::generateFirstRequests(), TRADEMGEN::TRADEMGEN_Service::generateNextRequest(), TRADEMGEN::TRADEMGEN_Service::getExpectedTotalNumberOfRequestsToBeGenerated(), TRADEMGEN::TRADEMGEN_Service::isQueueDone(), TRADEMGEN::TRADEMGEN_Service::popEvent(), TRADEMGEN::TRADEMGEN_Service::reset(), and TRADEMGEN::stat_display().
Referenced by BOOST_PYTHON_MODULE().
|
inline |
Wrapper around the search use case.
Definition at line 284 of file pytrademgen.cpp.
References TRADEMGEN::TRADEMGEN_Service::buildSampleBom(), and TRADEMGEN::TRADEMGEN_Service::parseAndLoad().
Referenced by BOOST_PYTHON_MODULE().