source: src/main/resources/genius/templates/ANAC2016/Maxoops/WindFarm.xml@ 1

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

Initial import : Genius 9.0.0

File size: 2.4 KB
Line 
1<negotiation_template>
2<utility_space number_of_issues="7">
3<objective index="0" description="" name="Wind Farm" type="objective" etype="objective">
4<issue index="1" name="Number of Wind Turbines" vtype="discrete" type="discrete" etype="discrete">
5<item index="1" value="less than or equal to 20">
6</item>
7<item index="2" value="larger than 20, less than or equal to 40">
8</item>
9<item index="3" value="larger than 40, less than or equal to 60">
10</item>
11<item index="4" value="larger than 60, less than or equal to 80">
12</item>
13<item index="5" value="larger than 80, less than or equal to 100">
14</item>
15<item index="6" value="larger than 100, less than or equal to 120">
16</item>
17<item index="7" value="larger than 120, less than or equal to 140">
18</item>
19<item index="8" value="larger than 140">
20</item>
21</issue>
22<issue index="2" name="Price Per Wind Turbine" vtype="discrete" type="discrete" etype="discrete">
23<item index="1" value="very expensive">
24</item>
25<item index="2" value="expensive">
26</item>
27<item index="3" value="fair">
28</item>
29<item index="4" value="cheap">
30</item>
31<item index="5" value="very cheap">
32</item>
33</issue>
34<issue index="3" name="Sound" vtype="discrete" type="discrete" etype="discrete">
35<item index="1" value="loud and noisy">
36</item>
37<item index="2" value="low but noisy">
38</item>
39<item index="3" value="nearly slient">
40</item>
41</issue>
42<issue index="4" name="Spacing" vtype="discrete" type="discrete" etype="discrete">
43<item index="1" value="as close as possible">
44</item>
45<item index="2" value="fairly close">
46</item>
47<item index="3" value="far to each other">
48</item>
49</issue>
50<issue index="5" name="Size Of Wind Turbines" vtype="discrete" type="discrete" etype="discrete">
51<item index="1" value="largest in the world">
52</item>
53<item index="2" value="larger than most of wind turbines around the world">
54</item>
55<item index="3" value="average size of wind turbines around the world">
56</item>
57<item index="4" value="smaller than most of wind turbines around the world">
58</item>
59<item index="5" value="smallest in the world">
60</item>
61</issue>
62<issue index="6" name="Onshore or Offshore" vtype="discrete" type="discrete" etype="discrete">
63<item index="1" value="onshore">
64</item>
65<item index="2" value="offshore">
66</item>
67</issue>
68<issue index="7" name="Material" vtype="discrete" type="discrete" etype="discrete">
69<item index="1" value="glass fiber">
70</item>
71<item index="2" value="carbon fiber">
72</item>
73</issue>
74</objective>
75</utility_space>
76</negotiation_template>
Note: See TracBrowser for help on using the repository browser.