1 | <?xml version="1.0"?>
|
---|
2 | <negotiation_template number_of_sessions="1">
|
---|
3 | <agent utility_space="" name="" class="">
|
---|
4 | </agent>
|
---|
5 | <agent utility_space="" name="" class="">
|
---|
6 | </agent>
|
---|
7 | <utility_space number_of_issues="0">
|
---|
8 | <objective index="0" description="" name="BBQ" type="objective" etype="objective">
|
---|
9 | <issue index="1" name="Meat" vtype="discrete" type="discrete" etype="discrete">
|
---|
10 | <item index="1" description="Buy cheap meat, and lots of it." value="Burgers and chicken" cost="100.0">
|
---|
11 | </item>
|
---|
12 | <item index="2" description="Assorted fish, ready for the barbecue." value="Fish" cost="170.0">
|
---|
13 | </item>
|
---|
14 | <item index="3" description="More expensive meat, but also much tastier." value="Luxury meats" cost="200.0">
|
---|
15 | </item>
|
---|
16 | <item index="4" description="Assorted biologically acceptable meats." value="Biological" cost="250.0">
|
---|
17 | </item>
|
---|
18 | <item index="5" description="Meat replacements only, vegetarian hamburgers etcetera." value="Vegetarian" cost="250.0">
|
---|
19 | </item>
|
---|
20 | <item index="6" description="No meat at all." value="None" cost="0.0">
|
---|
21 | </item>
|
---|
22 | </issue>
|
---|
23 | <issue index="2" name="Drinks" vtype="discrete" type="discrete" etype="discrete">
|
---|
24 | <item index="1" description="Soda, lemonade and the likes only. No alcoholic beverages." value="Non-Alcoholic" cost="150.0">
|
---|
25 | </item>
|
---|
26 | <item index="2" description="Beer, wine and soda." value="Beer plus" cost="250.0">
|
---|
27 | </item>
|
---|
28 | <item index="3" description="Biological beer. Yes, it exists." value="Bio-beer" cost="300.0">
|
---|
29 | </item>
|
---|
30 | <item index="4" description="Expensive alcoholic stuff. Good wine and beer." value="Luxury alcoholic" cost="400.0">
|
---|
31 | </item>
|
---|
32 | </issue>
|
---|
33 | <issue index="3" name="Location" vtype="discrete" type="discrete" etype="discrete">
|
---|
34 | <item index="1" description="Someone's balcony. Has just enough space and is easy to reach, but hidden in shade." value="Balcony" cost="10.0">
|
---|
35 | </item>
|
---|
36 | <item index="2" description="An open place in the woods. Plenty of room there, little chance of disturbances, but hard to reach." value="Woods" cost="150.0">
|
---|
37 | </item>
|
---|
38 | <item index="3" description="A reservable spot in the Park. Close to everyone, but very busy in this season." value="Park" cost="200.0">
|
---|
39 | </item>
|
---|
40 | <item index="4" description="Barbecue on the beach. Furthest of all locations, requires a permit but has a fantastic atmosphere." value="Beach" cost="300.0">
|
---|
41 | </item>
|
---|
42 | </issue>
|
---|
43 | <issue index="4" name="Vegetables" vtype="discrete" type="discrete" etype="discrete">
|
---|
44 | <item index="1" description="No vegetables. Why bother, it's a barbecue." value="None" cost="0.0">
|
---|
45 | </item>
|
---|
46 | <item index="2" description="Cheap vegetables. Anything that's 50% off will do." value="Cheap veggies" cost="100.0">
|
---|
47 | </item>
|
---|
48 | <item index="3" description="Good vegetables. A little more work for preparation and cutting." value="Good veggies" cost="200.0">
|
---|
49 | </item>
|
---|
50 | <item index="4" description="Prepared vegetables. For those who do not want to cut, at some extra cost." value="Prepared veggies" cost="300.0">
|
---|
51 | </item>
|
---|
52 | <item index="5" description="Excellent vegetables. Go all out with stuffed bell peppers, tomato specials, very good salads etcetera." value="Superveggies" cost="350.0">
|
---|
53 | </item>
|
---|
54 | </issue>
|
---|
55 | <issue index="5" name="BBQ type" vtype="discrete" type="discrete" etype="discrete">
|
---|
56 | <item index="1" description="Disposable barbecue. Cheap, but can only be used once" value="Disposable" cost="100.0">
|
---|
57 | </item>
|
---|
58 | <item index="2" description="The standard barbecue. Coles not included." value="Normal" cost="200.0">
|
---|
59 | </item>
|
---|
60 | <item index="3" description="Gas barbecue. Can even be used inside. Durable and expensive." value="Gas" cost="300.0">
|
---|
61 | </item>
|
---|
62 | </issue>
|
---|
63 | </objective>
|
---|
64 | </utility_space>
|
---|
65 | </negotiation_template>
|
---|