1 #ifndef __STDAIR_BOM_ONDDATE_HPP
2 #define __STDAIR_BOM_ONDDATE_HPP
22 namespace serialization {
34 template <
typename BOM>
friend class FacBom;
177 template<
class Archive>
178 void serialize (Archive& ar,
const unsigned int iFileVersion);
185 void serialisationImplementation();
246 #endif // __STDAIR_BOM_ONDDATE_HPP
const CabinForecastMap_T & getTotalForecastMap() const
std::map< std::string, CabinClassPairList_T > StringCabinClassPairListMap_T
const stdair::Date_T getDate() const
Base class for Factory layer.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
void toStream(std::ostream &ioOut) const
const AirportCode_T getOrigin() const
const AirportCode_T getDestination() const
std::list< CabinClassPair_T > CabinClassPairList_T
const std::string describeKey() const
Key of a given O&D-date, made of a list of OnD strings. a OnD string contains the airline code...
StringDemandStructMap_T _classPathDemandMap
const WTPDemandPair_T & getTotalForecast(const CabinCode_T &iCC) const
const Date_T getDate() const
std::map< CabinCode_T, WTPDemandPair_T > CabinForecastMap_T
CabinForecastMap_T _cabinForecastMap
std::map< std::string, YieldDemandPair_T > StringDemandStructMap_T
Base class for the Business Object Model (BOM) layer.
Class representing the actual attributes for an airline flight-date.
void setDemandInformation(const CabinClassPairList_T &, const YieldDemandPair_T &)
std::string AirlineCode_T
friend class boost::serialization::access
const stdair::AirportCode_T getDestination() const
void setTotalForecast(const CabinCode_T &, const WTPDemandPair_T &)
LocationCode_T AirportCode_T
const Key_T & getKey() const
Base class for Factory layer.
std::pair< WTP_T, MeanStdDevPair_T > WTPDemandPair_T
void serialize(Archive &ar, const unsigned int iFileVersion)
boost::gregorian::date Date_T
const CabinClassPairList_T & getCabinClassPairList(const std::string &iStr) const
const std::string toString() const
void fromStream(std::istream &ioIn)
const short getNbOfSegments() const
const AirlineCode_T & getAirlineCode() const
const short getNbOfSegments() const
const StringDemandStructMap_T & getDemandInfoMap() const
Utility class for linking StdAir-based objects.
std::string toString() const
StringCabinClassPairListMap_T _stringCabinClassPairListMap
const HolderMap_T & getHolderMap() const
std::pair< Yield_T, MeanStdDevPair_T > YieldDemandPair_T
BomAbstract *const getParent() const
const stdair::AirportCode_T getOrigin() const