1 #ifndef __STDAIR_BOM_INVENTORY_HPP
2 #define __STDAIR_BOM_INVENTORY_HPP
20 namespace serialization {
35 template <
typename BOM>
friend class FacBom;
162 template<
class Archive>
163 void serialize (Archive& ar,
const unsigned int iFileVersion);
173 void serialisationImplementationExport()
const;
174 void serialisationImplementationImport();
223 #endif // __STDAIR_BOM_INVENTORY_HPP
PartnershipTechnique::EN_PartnershipTechnique getPartnershipTechnique() const
Key of a given inventory, made of the airline code.
const AirlineCode_T & getAirlineCode() const
Base class for Factory layer.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
Key of a given flight-date, made of a flight number and a departure date.
UnconstrainingMethod::EN_UnconstrainingMethod getUnconstrainingMethod() const
AirlineFeature * _airlineFeature
OptimisationMethod::EN_OptimisationMethod getOptimisationMethod() const
std::string toString() const
void toStream(std::ostream &ioOut) const
const HolderMap_T & getHolderMap() const
Base class for the Business Object Model (BOM) layer.
Class representing the actual attributes for an airline inventory.
std::string AirlineCode_T
BomAbstract *const getParent() const
FlightDate * getFlightDate(const std::string &iFlightDateKeyStr) const
Class representing the actual attributes for an airline flight-date.
Base class for Factory layer.
const Key_T & getKey() const
AirlineFeature * getAirlineFeature() const
const AirlineCode_T & getAirlineCode() const
Class representing various configuration parameters (e.g., revenue management methods such EMSRb or M...
friend class boost::serialization::access
const std::string describeKey() const
const std::string toString() const
void fromStream(std::istream &ioIn)
void serialize(Archive &ar, const unsigned int iFileVersion)
ForecastingMethod::EN_ForecastingMethod getForecastingMethod() const
Utility class for linking StdAir-based objects.
PreOptimisationMethod::EN_PreOptimisationMethod getPreOptimisationMethod() const