1 #ifndef __AIRTSP_CMD_SEGMENTPATHGENERATOR_HPP
2 #define __AIRTSP_CMD_SEGMENTPATHGENERATOR_HPP
10 #include <stdair/stdair_basic_types.hpp>
11 #include <stdair/command/CmdAbstract.hpp>
26 class ReachableUniverse;
27 class OriginDestinationSet;
28 class SegmentPathPeriod;
46 static void createSinglePaths (
const stdair::Inventory&);
47 static void createSinglePaths (
const stdair::FlightPeriod&);
53 static void createSinglePath (stdair::SegmentPeriod&);
59 static void buildSegmentPathNetwork (
const stdair::BomRoot&,
60 const stdair::NbOfSegments_T&);
62 const stdair::NbOfSegments_T&);
72 #endif // __AIRTSP_CMD_SEGMENTPATHGENERATOR_HPP
Class representing the root of the schedule-related BOM tree.
Class representing a segment/path.
Class handling the generation / instantiation of the network BOM.
static void createSegmentPathNetwork(const stdair::BomRoot &)