1#ifndef __AIRRAC_CMD_YIELDRULEGENERATOR_HPP
2#define __AIRRAC_CMD_YIELDRULEGENERATOR_HPP
8#include <stdair/command/CmdAbstract.hpp>
20 class AirlineClassList;
26 struct YieldRuleStruct;
27 namespace YieldParserHelper {
50 static void createAirportPair (stdair::BomRoot&,
61 static void createDateRange (stdair::AirportPair&,
72 static void createPOSChannel (stdair::DatePeriod&,
83 static void createTimeRange (stdair::PosChannel&,
94 static void createYieldFeatures (stdair::TimePeriod&,
105 static void createAirlineClassList (stdair::YieldFeatures&,
Class wrapping the parser entry point.
Utility Structure for the parsing of Flight-Date structures.