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