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
OptimisationMethod::EN_OptimisationMethod getOptimisationMethod() const
void toStream(std::ostream &ioOut) const
Utility class for linking StdAir-based objects.
ForecastingMethod::EN_ForecastingMethod getForecastingMethod() const
UnconstrainingMethod::EN_UnconstrainingMethod getUnconstrainingMethod() const
Handle on the StdAir library context.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
Base class for the Business Object Model (BOM) layer.
AirlineFeature * _airlineFeature
const HolderMap_T & getHolderMap() const
friend class boost::serialization::access
std::string toString() const
std::string AirlineCode_T
const Key_T & getKey() const
const AirlineCode_T & getAirlineCode() const
BomAbstract *const getParent() const
Key of a given inventory, made of the airline code.
const std::string describeKey() const
Base class for Factory layer.
Key of a given flight-date, made of a flight number and a departure date.
PartnershipTechnique::EN_PartnershipTechnique getPartnershipTechnique() const
Class representing the actual attributes for an airline inventory.
FlightDate * getFlightDate(const std::string &iFlightDateKeyStr) const
void fromStream(std::istream &ioIn)
const AirlineCode_T & getAirlineCode() const
AirlineFeature * getAirlineFeature() const
void serialize(Archive &ar, const unsigned int iFileVersion)
Class representing various configuration parameters (e.g., revenue management methods such EMSRb or M...
PreOptimisationMethod::EN_PreOptimisationMethod getPreOptimisationMethod() const
Class representing the actual attributes for an airline flight-date.
Base class for Factory layer.
const std::string toString() const