source: src/main/resources/genius/templates/anac/y2012/Car/Car-B-domain.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: 2.3 KB
Line 
1<negotiation_template number_of_sessions="1">
2 <agent class="agents.ABMPAgent2" name="Dealer"
3 utility_space="ABMP_car_dealer_utilityspace.xml">
4 </agent>
5 <agent class="agents.ABMPAgent2" name="Buyer"
6 utility_space="ABMP_car_buyer_utilityspace.xml">
7 </agent>
8 <utility_space number_of_issues="6">
9 <objective index="0" etype="objective" type="objective"
10 description="" name="Car">
11 <issue index="1" vtype="discrete" name="CD player">
12 <item index="1" value="good"></item>
13 <item index="2" value="fairly good"></item>
14 <item index="3" value="standard"></item>
15 <item index="4" value="meager"></item>
16 <item index="5" value="none"></item>
17 </issue>
18 <issue index="2" vtype="discrete" name="Extra speakers">
19 <item index="1" value="good"></item>
20 <item index="2" value="fairly good"></item>
21 <item index="3" value="standard"></item>
22 <item index="4" value="meager"></item>
23 <item index="5" value="none">
24 </item>
25 </issue>
26 <issue index="3" vtype="discrete" name="Airconditioning">
27 <item index="1" value="good"></item>
28 <item index="2" value="fairly good"></item>
29 <item index="3" value="standard">
30 </item>
31 <item index="4" value="meager">
32 </item>
33 <item index="5" value="none">
34 </item>
35 </issue>
36 <issue index="4" vtype="discrete" name="Tow hedge">
37 <item index="1" value="good">
38 </item>
39 <item index="2" value="fairly good">
40 </item>
41 <item index="3" value="standard">
42 </item>
43 <item index="4" value="meager">
44 </item>
45 <item index="5" value="none">
46 </item>
47 </issue>
48 <issue index="5" vtype="discrete" name="Tow hedge2">
49 <item index="1" value="good">
50 </item>
51 <item index="2" value="fairly good">
52 </item>
53 <item index="3" value="standard">
54 </item>
55 <item index="4" value="meager">
56 </item>
57 <item index="5" value="none">
58 </item>
59 </issue>
60 <issue index="6" vtype="discrete" name="Tow hedge3">
61 <item index="1" value="good">
62 </item>
63 <item index="2" value="fairly good">
64 </item>
65 <item index="3" value="standard">
66 </item>
67 <item index="4" value="meager">
68 </item>
69 <item index="5" value="none">
70 </item>
71 </issue>
72 </objective>
73 </utility_space>
74</negotiation_template>
Note: See TracBrowser for help on using the repository browser.