00001 #ifndef __RMOL_EMSRUTILS_HPP 00002 #define __RMOL_EMSRUTILS_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 00008 namespace RMOL { 00009 00011 // Class Resource; 00012 class Bucket; 00013 00014 class EmsrUtils { 00015 public: 00018 static void computeAggregatedBucket (Bucket&, Bucket&); 00019 00021 static const double computeProtectionLevel (Bucket&, Bucket&); 00022 00024 static const double computeProtectionLevelwithSellup (Bucket&, Bucket&, double); 00025 00027 static const double computeEmsrValue (double, Bucket&); 00028 }; 00029 } 00030 #endif // __RMOL_EMSRUTILS_HPP
Generated on Sat Jun 6 13:49:02 2009 for RMOL by Doxygen 1.5.7.1