Last change
on this file since 346 was 1, checked in by Wouter Pasman, 6 years ago |
Initial import : Genius 9.0.0
|
File size:
1.5 KB
|
Line | |
---|
1 | <negotiation_template number_of_sessions="1">
|
---|
2 | <agent class="SimpleAgent" name="seller" utility_space="laptop_seller_utility.xml">
|
---|
3 | </agent>
|
---|
4 | <agent class="agents.UIAgent" name="buyer" utility_space="laptop_buyer_utility.xml">
|
---|
5 | </agent>
|
---|
6 | <utility_space number_of_issues="0">
|
---|
7 | <objective index="1" etype="objective" type="objective" description="" name="LaptopDomain">
|
---|
8 | <issue index="2" etype="discrete" type="discrete" vtype="discrete" name="Laptop">
|
---|
9 | <item index="1" value="Dell" cost="700" description="cheap laptop">
|
---|
10 | </item>
|
---|
11 | <item index="2" value="Macintosh" cost="800" description="quality laptop">
|
---|
12 | </item>
|
---|
13 | <item index="3" value="HP" cost="900" description="gamer laptop">
|
---|
14 | </item>
|
---|
15 | </issue>
|
---|
16 | <issue index="3" etype="discrete" type="discrete" vtype="discrete" name="Harddisk">
|
---|
17 | <item index="1" value="60 Gb" cost="0" description="the default internal HD">
|
---|
18 | </item>
|
---|
19 | <item index="2" value="80 Gb" cost="50" description="some extra space">
|
---|
20 | </item>
|
---|
21 | <item index="3" value="120 Gb" cost="100" description="enough for dual-boot or video editing">
|
---|
22 | </item>
|
---|
23 | </issue>
|
---|
24 | <issue index="4" etype="discrete" type="discrete" vtype="discrete" name="External Monitor">
|
---|
25 | <item index="1" value="19'' LCD" cost="250" description="nothing special">
|
---|
26 | </item>
|
---|
27 | <item index="2" value="20'' LCD" cost="350" description="fast switching, high contrast">
|
---|
28 | </item>
|
---|
29 | <item index="3" value="23'' LCD" cost="450" description="nice to play movies, lots of space">
|
---|
30 | </item>
|
---|
31 | </issue>
|
---|
32 | </objective>
|
---|
33 | </utility_space>
|
---|
34 | </negotiation_template>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.