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 std::map< CabinCode_T, WTPDemandPair_T > CabinForecastMap_T
Utility class for linking StdAir-based objects.
std::string toString() const
const AirlineCode_T & getAirlineCode() const
void setDemandInformation(const CabinClassPairList_T &, const YieldDemandPair_T &)
friend class boost::serialization::access
std::string AirlineCode_T
const stdair::AirportCode_T getDestination() const
Class representing the actual attributes for an airline flight-date.
std::pair< Yield_T, MeanStdDevPair_T > YieldDemandPair_T
const HolderMap_T & getHolderMap() const
StringCabinClassPairListMap_T _stringCabinClassPairListMap
const CabinForecastMap_T & getTotalForecastMap() const
void toStream(std::ostream &ioOut) const
const short getNbOfSegments() const
const std::string toString() const
LocationCode_T AirportCode_T
const stdair::AirportCode_T getOrigin() const
const short getNbOfSegments() const
std::map< std::string, CabinClassPairList_T > StringCabinClassPairListMap_T
Handle on the StdAir library context.
const stdair::Date_T getDate() const
const CabinClassPairList_T & getCabinClassPairList(const std::string &iStr) const
void fromStream(std::istream &ioIn)
std::pair< WTP_T, MeanStdDevPair_T > WTPDemandPair_T
Base class for Factory layer.
const StringDemandStructMap_T & getDemandInfoMap() const
const WTPDemandPair_T & getTotalForecast(const CabinCode_T &iCC) const
std::map< std::string, YieldDemandPair_T > StringDemandStructMap_T
boost::gregorian::date Date_T
CabinForecastMap_T _cabinForecastMap
const std::string describeKey() const
void setTotalForecast(const CabinCode_T &, const WTPDemandPair_T &)
std::map< const std::type_info *, BomAbstract * > HolderMap_T
const Date_T getDate() const
void serialize(Archive &ar, const unsigned int iFileVersion)
const Key_T & getKey() const
BomAbstract *const getParent() const
Base class for the Business Object Model (BOM) layer.
Base class for Factory layer.
Key of a given O&D-date, made of a list of OnD strings. a OnD string contains the airline code,...
const AirportCode_T getOrigin() const
std::list< CabinClassPair_T > CabinClassPairList_T
StringDemandStructMap_T _classPathDemandMap
const AirportCode_T getDestination() const