16 Inventory::Inventory() :
19 _airlineFeature (NULL) {
24 Inventory::Inventory (
const Inventory& iInventory)
25 : _key (iInventory._key),
27 _airlineFeature (NULL) {
31 Inventory::Inventory (
const Key_T& iKey) :
34 _airlineFeature (NULL) {
43 std::ostringstream oStr;
52 BomManager::getObjectPtr<FlightDate> (*
this, iFlightDateKeyStr);
53 return oFlightDate_ptr;
OptimisationMethod::EN_OptimisationMethod getOptimisationMethod() const
ForecastingMethod::EN_ForecastingMethod getForecastingMethod() const
UnconstrainingMethod::EN_UnconstrainingMethod getUnconstrainingMethod() const
Handle on the StdAir library context.
AirlineFeature * _airlineFeature
std::string toString() const
UnconstrainingMethod::EN_UnconstrainingMethod getUnconstrainingMethod() const
OptimisationMethod::EN_OptimisationMethod getOptimisationMethod() const
Key of a given inventory, made of the airline code.
const std::string describeKey() const
ForecastingMethod::EN_ForecastingMethod getForecastingMethod() const
PartnershipTechnique::EN_PartnershipTechnique getPartnershipTechnique() const
Key of a given flight-date, made of a flight number and a departure date.
PreOptimisationMethod::EN_PreOptimisationMethod getPreOptimisationMethod() const
PartnershipTechnique::EN_PartnershipTechnique getPartnershipTechnique() const
FlightDate * getFlightDate(const std::string &iFlightDateKeyStr) const
const std::string toString() const
PreOptimisationMethod::EN_PreOptimisationMethod getPreOptimisationMethod() const
Class representing the actual attributes for an airline flight-date.
const AirlineCode_T DEFAULT_AIRLINE_CODE