Changeset 1218 for DCWoRMS


Ignore:
Timestamp:
11/26/13 13:05:08 (11 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall/src/test/debb2dcworms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/debb2dcworms/debb2dcworms.xsd

    r841 r1218  
    2929                <xs:complexContent> 
    3030                        <xs:extension base="pluginType"> 
    31                                 <xs:sequence> 
     31                                <xs:choice> 
    3232                                        <xs:element name="resources" type="resourceType" minOccurs="0" maxOccurs="unbounded"></xs:element> 
    33                                 </xs:sequence> 
     33                                        <xs:element name="devices" type="resourceType" minOccurs="0" maxOccurs="unbounded"></xs:element> 
     34                                </xs:choice> 
    3435                        </xs:extension> 
    3536                </xs:complexContent> 
     
    4445        </xs:complexType> 
    4546         
    46                 <xs:complexType name="parameterType"> 
     47        <xs:complexType name="parameterType"> 
    4748                <xs:annotation> 
    4849                        <xs:documentation>Parameter of resource. Allows defining additional resource parameters. 
  • 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.