00001 #ifndef __RMOL_BOM_SELLUPPROBABILITYCALCULATOR_HPP 00002 #define __RMOL_BOM_SELLUPPROBABILITYCALCULATOR_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 // RMOL Bom 00008 #include <rmol/bom/BomAbstract.hpp> 00009 00010 namespace RMOL { 00011 00012 // Forward declaration 00013 class BucketHolder; 00014 00016 class SellupProbabilityCalculator : public BomAbstract { 00017 00018 public: 00019 00025 static void calculateSellupProbability (BucketHolder&, 00026 const double iQYield, 00027 const SellupFactorHolder_T&, 00028 SellupProbabilityVector_T&); 00029 }; 00030 00031 } 00032 #endif // __RMOL_BOM_SELLUPPROBABILITYCALCULATOR_HPP
Generated on Sun Mar 7 13:11:10 2010 for RMOL by Doxygen 1.6.1