Class representing the actual attributes for a family fare. More...
#include <stdair/bom/FareFamily.hpp>
Public Types | |
typedef FareFamilyKey | Key_T |
Public Member Functions | |
const Key_T & | getKey () const |
BomAbstract *const | getParent () const |
const FamilyCode_T & | getFamilyCode () const |
const HolderMap_T & | getHolderMap () const |
const FRAT5Curve_T & | getFrat5Curve () const |
const FFDisutilityCurve_T & | getDisutilityCurve () const |
const MeanValue_T & | getMean () const |
const StdDevValue_T & | getStdDev () const |
const MeanStdDevPairVector_T & | getMeanStdDev () const |
void | setFrat5Curve (const FRAT5Curve_T &iFRAT5Curve) |
void | setDisutilityCurve (const FFDisutilityCurve_T &iDisutilityCurve) |
void | setMean (const MeanValue_T &iMean) |
void | setStdDev (const StdDevValue_T &iStdDev) |
void | setMeanStdDev (const MeanStdDevPairVector_T &iMeanStdDev) |
void | toStream (std::ostream &ioOut) const |
void | fromStream (std::istream &ioIn) |
std::string | toString () const |
const std::string | describeKey () const |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int iFileVersion) |
Protected Member Functions | |
FareFamily (const Key_T &) | |
virtual | ~FareFamily () |
Friends | |
class | FacBom |
class | FacCloneBom |
class | FacBomManager |
class | boost::serialization::access |
Class representing the actual attributes for a family fare.
Definition at line 28 of file FareFamily.hpp.
Definition allowing to retrieve the associated BOM key type.
Definition at line 39 of file FareFamily.hpp.
|
protected |
Constructor.
Definition at line 32 of file FareFamily.cpp.
|
protectedvirtual |
Destructor.
Definition at line 36 of file FareFamily.cpp.
|
inline |
|
inline |
|
inline |
Get the family fare code (part of the primary key).
Definition at line 55 of file FareFamily.hpp.
References _key, and stdair::FareFamilyKey::getFamilyCode().
|
inline |
Get the map of children holders.
Definition at line 60 of file FareFamily.hpp.
References _holderMap.
|
inline |
|
inline |
Get the Disutility Curve.
Definition at line 70 of file FareFamily.hpp.
References _disutilityCurve.
|
inline |
|
inline |
Definition at line 76 of file FareFamily.hpp.
References _stdDev.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 96 of file FareFamily.hpp.
References _stdDev.
|
inline |
|
inlinevirtual |
Dump a Business Object into an output stream.
ostream& | the output stream. |
Implements stdair::BomAbstract.
Definition at line 111 of file FareFamily.hpp.
References toString().
|
inlinevirtual |
Read a Business Object from an input stream.
istream& | the input stream. |
Implements stdair::BomAbstract.
Definition at line 120 of file FareFamily.hpp.
|
virtual |
Get the serialised version of the Business Object.
Implements stdair::BomAbstract.
Definition at line 40 of file FareFamily.cpp.
References describeKey().
Referenced by toStream().
|
inline |
Get a string describing the key.
Definition at line 131 of file FareFamily.hpp.
References _key, and stdair::FareFamilyKey::toString().
Referenced by toString().
void stdair::FareFamily::serialize | ( | Archive & | ar, |
const unsigned int | iFileVersion | ||
) |
|
friend |
Definition at line 29 of file FareFamily.hpp.
|
friend |
Definition at line 30 of file FareFamily.hpp.
|
friend |
Definition at line 31 of file FareFamily.hpp.
|
friend |
Definition at line 32 of file FareFamily.hpp.
Key_T stdair::FareFamily::_key |
Primary key (fare family code).
Definition at line 184 of file FareFamily.hpp.
Referenced by describeKey(), getFamilyCode(), getKey(), and serialize().
BomAbstract* stdair::FareFamily::_parent |
Pointer on the parent class (SegmentCabin).
Definition at line 189 of file FareFamily.hpp.
Referenced by getParent().
HolderMap_T stdair::FareFamily::_holderMap |
Map holding the children (BookingClass objects).
Definition at line 194 of file FareFamily.hpp.
Referenced by getHolderMap().
FRAT5Curve_T stdair::FareFamily::_frat5Curve |
The associated FRAT5 curve.
Definition at line 199 of file FareFamily.hpp.
Referenced by getFrat5Curve(), and setFrat5Curve().
FFDisutilityCurve_T stdair::FareFamily::_disutilityCurve |
The associated disutility for the next higher fare family.
Definition at line 204 of file FareFamily.hpp.
Referenced by getDisutilityCurve(), and setDisutilityCurve().
MeanValue_T stdair::FareFamily::_mean |
Demand distribution forecast.
Definition at line 207 of file FareFamily.hpp.
StdDevValue_T stdair::FareFamily::_stdDev |
Definition at line 208 of file FareFamily.hpp.
Referenced by getStdDev(), and setStdDev().
MeanStdDevPairVector_T stdair::FareFamily::_meanStdDev |
Achievable demand distribution forecast.
Definition at line 213 of file FareFamily.hpp.
Referenced by getMeanStdDev(), and setMeanStdDev().