- Timestamp:
- 03/28/13 16:01:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/debb2dcworms/example/example1.xml
r985 r1040 3 3 xsi:noNamespaceSchemaLocation="../debb2dcworms.xsd"> 4 4 <timeEstimationPlugin> 5 <name>example.timeestimation. RecsTimeEstimationPlugin</name>5 <name>example.timeestimation.coolemall.PhaseTimeEstimationPlugin</name> 6 6 </timeEstimationPlugin> 7 7 … … 9 9 <name>example.localplugin.FCFSBF_LocalPlugin</name> 10 10 <resources> 11 <class>Node </class>11 <class>NodeGroup</class> 12 12 </resources> 13 13 </schedulingPlugin> 14 15 <energyEstimationPlugin> 16 <name>example.energy.coolemall.NodeGroupEnergyEstimationPlugin</name> 17 <resources> 18 <class>NodeGroup</class> 19 </resources> 20 </energyEstimationPlugin> 14 21 15 22 <energyEstimationPlugin> … … 19 26 </resources> 20 27 </energyEstimationPlugin> 28 29 <energyEstimationPlugin> 30 <name>example.energy.coolemall.ProcessorEnergyEstimationPlugin</name> 31 <resources> 32 <class>Processor</class> 33 </resources> 34 </energyEstimationPlugin> 21 35 </plugins>
Note: See TracChangeset
for help on using the changeset viewer.