source: src/main/resources/genius/templates/ANAC2016/nGent/ElectricVehicle.xml

Last change on this file was 127, checked in by Wouter Pasman, 6 years ago

#41 ROLL BACK of rev.126 . So this version is equal to rev. 125

File size: 774 bytes
Line 
1<negotiation_template>
2<utility_space number_of_issues="3">
3<objective index="0" description="" name="ElectricVehicle" type="objective" etype="objective">
4<issue index="1" name="EnergyConsumption" vtype="discrete" type="discrete" etype="discrete">
5<item index="1" value="Low">
6</item>
7<item index="2" value="High">
8</item>
9</issue>
10
11<issue index="2" name="EnginePower" vtype="discrete" type="discrete" etype="discrete">
12<item index="1" value="Low">
13</item>
14<item index="2" value="High">
15</item>
16</issue>
17
18<issue index="3" name="Price" vtype="discrete" type="discrete" etype="discrete">
19<item index="1" value="Low">
20</item>
21<item index="2" value="High">
22</item>
23</issue>
24</objective>
25</utility_space>
26</negotiation_template>
Note: See TracBrowser for help on using the repository browser.