source: src/test/resources/2nd_hand_car/car_domain.xml@ 127

Last change on this file since 127 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: 1.8 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="5">
9 <objective index="1" etype="objective" type="objective"
10 description="" name="Car">
11 <issue index="2" 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="3" 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="4" 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="5" 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="6" vtype="real" name="Price" type="real">
49 <range lowerbound="13000" upperbound="22666">
50 </range>
51 </issue>
52 </objective>
53 </utility_space>
54</negotiation_template>
Note: See TracBrowser for help on using the repository browser.