source: DCWoRMS/branches/coolemall/src/test/debb2dcworms/example/example1.xml @ 1462

Revision 1462, 992 bytes checked in by wojtekp, 10 years ago (diff)
  • Property svn:mime-type set to text/plain
RevLine 
[841]1<?xml version="1.0" encoding="UTF-8"?>
2<plugins xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3        xsi:noNamespaceSchemaLocation="../debb2dcworms.xsd">
4        <timeEstimationPlugin>
[1462]5                <name>example.timeestimation.coolemall.PhaseBasedTimeEstimationPlugin</name>
[841]6        </timeEstimationPlugin>
7       
8        <schedulingPlugin>
9                <name>example.localplugin.FCFSBF_LocalPlugin</name>
10                <resources>
[1040]11                        <class>NodeGroup</class>
[841]12                </resources>
13        </schedulingPlugin>
14       
15        <energyEstimationPlugin>
[1040]16                <name>example.energy.coolemall.NodeGroupEnergyEstimationPlugin</name>
17                <resources>
18                        <class>NodeGroup</class>
19                </resources>
20        </energyEstimationPlugin>
21       
22        <energyEstimationPlugin>
[904]23                <name>example.energy.coolemall.NodeEnergyEstimationPlugin</name>
[841]24                <resources>
25                        <class>Node</class>
26                </resources>
27        </energyEstimationPlugin>
[1040]28       
29        <energyEstimationPlugin>
30                <name>example.energy.coolemall.ProcessorEnergyEstimationPlugin</name>
31                <resources>
32                        <class>Processor</class>
33                </resources>
34        </energyEstimationPlugin>
[841]35</plugins>
Note: See TracBrowser for help on using the repository browser.