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:
1.3 KB
|
Line | |
---|
1 | <negotiation_template>
|
---|
2 | <utility_space number_of_issues="5">
|
---|
3 | <objective name="car_purchase_domain" index="0" description="" etype="objective" type="objective">
|
---|
4 | <issue vtype="discrete" name="Horse Power" index="1" etype="discrete" type="discrete">
|
---|
5 | <item index="1" value="Below 200">
|
---|
6 | </item>
|
---|
7 | <item index="2" value="200 Or more">
|
---|
8 | </item>
|
---|
9 | </issue>
|
---|
10 | <issue vtype="discrete" name="Seats" index="2" etype="discrete" type="discrete">
|
---|
11 | <item index="1" value="2">
|
---|
12 | </item>
|
---|
13 | <item index="2" value="5">
|
---|
14 | </item>
|
---|
15 | <item index="3" value="7">
|
---|
16 | </item>
|
---|
17 | </issue>
|
---|
18 | <issue vtype="discrete" name="Mileage" index="3" etype="discrete" type="discrete">
|
---|
19 | <item index="1" value="Below 10.000km">
|
---|
20 | </item>
|
---|
21 | <item index="2" value="Between 10.000 and 20.000km">
|
---|
22 | </item>
|
---|
23 | <item index="3" value="Above 20.000km">
|
---|
24 | </item>
|
---|
25 | </issue>
|
---|
26 | <issue vtype="discrete" name="Km per Liter Consumption" index="4" etype="discrete" type="discrete">
|
---|
27 | <item index="1" value="5">
|
---|
28 | </item>
|
---|
29 | <item index="2" value="10">
|
---|
30 | </item>
|
---|
31 | <item index="3" value="15">
|
---|
32 | </item>
|
---|
33 | <item index="4" value="20">
|
---|
34 | </item>
|
---|
35 | </issue>
|
---|
36 | <issue vtype="discrete" name="Wheels" index="5" etype="discrete" type="discrete">
|
---|
37 | <item index="1" value="3">
|
---|
38 | </item>
|
---|
39 | <item index="2" value="4">
|
---|
40 | </item>
|
---|
41 | <item index="3" value="6">
|
---|
42 | </item>
|
---|
43 | </issue>
|
---|
44 | </objective>
|
---|
45 | </utility_space>
|
---|
46 | </negotiation_template>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.