- Timestamp:
- 11/26/13 13:05:08 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/debb2dcworms/example/coolemall1.xml
r1101 r1218 12 12 </resources> 13 13 </schedulingPlugin> 14 15 <energyEstimationPlugin> 16 <name>example.energy.coolemall.CB2EnergyEstimationPlugin</name> 17 <resources> 18 <class>ComputeBox2</class> 19 </resources> 20 </energyEstimationPlugin> 21 22 <energyEstimationPlugin> 23 <name>example.energy.coolemall.CB1EnergyEstimationPlugin</name> 24 <resources> 25 <class>ComputeBox1</class> 26 </resources> 27 </energyEstimationPlugin> 14 28 15 29 <energyEstimationPlugin> … … 33 47 </resources> 34 48 </energyEstimationPlugin> 49 50 <energyEstimationPlugin> 51 <name>example.energy.coolemall.HeatsinkEnergyEstimationPlugin</name> 52 <resources> 53 <class>Heatsink</class> 54 </resources> 55 </energyEstimationPlugin> 56 57 <energyEstimationPlugin> 58 <name>example.energy.coolemall.FanEnergyEstimationPlugin</name> 59 <resources> 60 <class>Inlet</class> 61 </resources> 62 </energyEstimationPlugin> 63 64 <energyEstimationPlugin> 65 <name>example.energy.coolemall.FanEnergyEstimationPlugin</name> 66 <resources> 67 <class>Outlet</class> 68 </resources> 69 </energyEstimationPlugin> 70 71 <energyEstimationPlugin> 72 <name>example.energy.coolemall.FanEnergyEstimationPlugin</name> 73 <resources> 74 <class>CoolingDevice</class> 75 </resources> 76 </energyEstimationPlugin> 35 77 </plugins>
Note: See TracChangeset
for help on using the changeset viewer.