Ignore:
Timestamp:
11/26/13 13:05:08 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/debb2dcworms/example/coolemall1.xml

    r1101 r1218  
    1212                </resources> 
    1313        </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> 
    1428         
    1529        <energyEstimationPlugin> 
     
    3347                </resources> 
    3448        </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>  
    3577</plugins> 
Note: See TracChangeset for help on using the changeset viewer.