source: src/main/resources/genius/templates/laptopdomain/laptop_empty_utility.xml@ 53

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

Initial import : Genius 9.0.0

File size: 1.6 KB
Line 
1<utility_space>
2 <objective index="1" etype="objective" type="objective"
3 description="" name="LaptopDomain">
4 <issue index="2" etype="discrete" type="discrete"
5 vtype="discrete" name="Laptop">
6 <item index="1" value="Dell" cost="700"
7 description="cheap laptop" evaluation="null">
8 </item>
9 <item index="2" value="Macintosh" cost="800"
10 description="quality laptop" evaluation="null">
11 </item>
12 <item index="3" value="HP" cost="900"
13 description="gamer laptop" evaluation="null">
14 </item>
15 </issue>
16 <issue index="3" etype="discrete" type="discrete"
17 vtype="discrete" name="Harddisk">
18 <item index="1" value="60 Gb" cost="0"
19 description="the default internal HD" evaluation="null">
20 </item>
21 <item index="2" value="80 Gb" cost="50"
22 description="some extra space" evaluation="null">
23 </item>
24 <item index="3" value="120 Gb" cost="100"
25 description="enough for dual-boot or video editing"
26 evaluation="null">
27 </item>
28 </issue>
29 <issue index="4" etype="discrete" type="discrete"
30 vtype="discrete" name="External Monitor">
31 <item index="1" value="19'' LCD" cost="250"
32 description="nothing special" evaluation="null">
33 </item>
34 <item index="2" value="20'' LCD" cost="350"
35 description="fast switching, high contrast" evaluation="null">
36 </item>
37 <item index="3" value="23'' LCD" cost="450"
38 description="nice to play movies, lots of space"
39 evaluation="null">
40 </item>
41 </issue>
42 <weight index="2" value="0.33333"></weight>
43 <weight index="3" value="0.33333"></weight>
44 <weight index="4" value="0.33334"></weight>
45 </objective>
46</utility_space>
Note: See TracBrowser for help on using the repository browser.