1 #ifndef __STDAIR_BOM_BOOKINGCLASS_HPP
2 #define __STDAIR_BOM_BOOKINGCLASS_HPP
25 template <
typename BOM>
friend class FacBom;
363 #endif // __STDAIR_BOM_BOOKINGCLASS_HPP
void toStream(std::ostream &ioOut) const
const Availability_T & getNetClassAvailability() const
ProtectionLevel_T _cumulatedProtection
void cancel(const NbOfBookings_T &)
Utility class for linking StdAir-based objects.
void setPriceDemStdDev(const StdDevValue_T &iStdDev)
std::string toString() const
BookingLimit_T _cumulatedBookingLimit
const ProtectionLevel_T & getProtection() const
OverbookingRate_T _noShowPercentage
void setPriceDemMean(const MeanValue_T &iMean)
const MeanValue_T & getPriceDemMean() const
Handle on the StdAir library context.
const std::string toString() const
std::map< const std::type_info *, BomAbstract * > HolderMap_T
MeanValue_T _priceDemMean
GeneratedDemandVector_T _generatedDemandVector
void setStdDev(const StdDevValue_T &iStdDev)
Base class for the Business Object Model (BOM) layer.
MeanValue_T _productDemMean
void setCumulatedBookingLimit(const BookingLimit_T &iBL)
const Yield_T & getYield() const
NbOfRequests_T NbOfBookings_T
const AuthorizationLevel_T & getAuthorizationLevel() const
const NbOfSeats_T & getNegotiatedSpace() const
void fromStream(std::istream &ioIn)
void setProductDemMean(const MeanValue_T &iMean)
StdDevValue_T _productDemStdDev
const MeanValue_T & getMean() const
void setCumulatedProtection(const ProtectionLevel_T &iPL)
const BookingLimit_T & getCumulatedBookingLimit() const
const NbOfBookings_T & getNbOfGroupBookings() const
NbOfBookings_T _staffNbOfBookings
const SubclassCode_T & getSubclassCode() const
const MeanValue_T & getProductDemMean() const
Base class for Factory layer.
ProtectionLevel_T _protection
const NbOfBookings_T & getNbOfWLBookings() const
NbOfBookings_T _groupNbOfBookings
Availability_T _netClassAvailability
const Availability_T & getNetRevenueAvailability() const
BomAbstract *const getParent() const
const OverbookingRate_T & getCancellationPercentage() const
std::vector< double > GeneratedDemandVector_T
const NbOfCancellations_T & getNbOfCancellations() const
const ProtectionLevel_T & getCumulatedProtection() const
const StdDevValue_T & getProductDemStdDev() const
const Yield_T & getAdjustedYield() const
NbOfBookings_T _groupPendingNbOfBookings
void setProtection(const ProtectionLevel_T &iPL)
const OverbookingRate_T & getNoShowPercentage() const
double AuthorizationLevel_T
void setYield(const Yield_T &iYield)
Availability_T _segmentAvailability
const NbOfBookings_T & getNbOfStaffBookings() const
const Availability_T & getSegmentAvailability() const
void setCumuPriceDemMean(const MeanValue_T &iMean)
unsigned int NbOfSamples_T
const std::string describeKey() const
void generateDemandSamples(const NbOfSamples_T &)
unsigned long int RandomSeed_T
StdDevValue_T _priceDemStdDev
void setProductDemStdDev(const StdDevValue_T &iStdDev)
void setMean(const MeanValue_T &iMean)
const StdDevValue_T & getPriceDemStdDev() const
NbOfBookings_T _wlNbOfBookings
const StdDevValue_T & getCumuPriceDemStdDev() const
const NbOfBookings_T & getNbOfPendingGroupBookings() const
const NbOfBookings_T & getNbOfBookings() const
const MeanValue_T & getCumuPriceDemMean() const
void setSegmentAvailability(const Availability_T &iAvl)
const ClassCode_T & getClassCode() const
SubclassCode_T _subclassCode
StdDevValue_T _cumuPriceDemStdDev
MeanValue_T _cumuPriceDemMean
OverbookingRate_T _cancellationPercentage
const StdDevValue_T & getStdDev() const
NbOfRequests_T NbOfCancellations_T
const NbOfBookings_T & getETB() const
NbOfCancellations_T _nbOfCancellations
const ClassCode_T & getClassCode() const
void setAuthorizationLevel(const AuthorizationLevel_T &iAU)
void setAdjustedYield(const Yield_T &iYield)
void setCumuPriceDemStdDev(const StdDevValue_T &iStdDev)
Base class for Factory layer.
const Key_T & getKey() const
const HolderMap_T & getHolderMap() const
unsigned short SubclassCode_T
void sell(const NbOfBookings_T &)
Availability_T _netRevenueAvailability
NbOfBookings_T _nbOfBookings
const GeneratedDemandVector_T & getGeneratedDemandVector() const