#include <airsched/command/Simulator.hpp>
Static Public Member Functions | |
static void | simulate (stdair::BomRoot &) |
Class implementing a small simulation, which uses the Airline Schedule.
Definition at line 18 of file Simulator.hpp.
void AIRSCHED::Simulator::simulate | ( | stdair::BomRoot & | ioBomRoot | ) | [static] |
Perform a small simulation, which uses the Airline Schedule.
stdair::BomRoot& | Root of the BOM tree. |
Definition at line 19 of file Simulator.cpp.