1#ifndef __AIRTSP_BOM_REACHABLEUNIVERSE_HPP
2#define __AIRTSP_BOM_REACHABLEUNIVERSE_HPP
11#include <stdair/bom/BomAbstract.hpp>
26 template <
typename BOM>
class FacBom;
71 return _key.getBoardingPoint();
124 return _key.toString();
133 template<
class Archive>
134 void serialize (Archive& ar,
const unsigned int iFileVersion);
141 void serialisationImplementationExport()
const;
142 void serialisationImplementationImport();
Class representing the root of the schedule-related BOM tree.
const Key_T & getKey() const
stdair::HolderMap_T _holderMap
void fromStream(std::istream &ioIn)
stdair::BomAbstract * _parent
const std::string describeKey() const
const SegmentPathPeriodListList_T & getSegmentPathPeriodListList() const
void serialize(Archive &ar, const unsigned int iFileVersion)
const stdair::AirportCode_T & getOrigin() const
stdair::BomAbstract *const getParent() const
friend class SegmentPathGenerator
ReachableUniverseKey Key_T
void toStream(std::ostream &ioOut) const
friend class boost::serialization::access
friend class stdair::FacBomManager
std::string toString() const
ReachableUniverse(const Key_T &)
SegmentPathPeriodListList_T _segmentPathPeriodListList
const stdair::HolderMap_T & getHolderMap() const
std::vector< SegmentPathPeriodLightList_T > SegmentPathPeriodListList_T
Structure representing the key of the schedule-related BOM tree root.