source: src/main/webapp/domainsrepo/laptop/laptopBuyer.json@ 39

Last change on this file since 39 was 39, checked in by bart, 3 years ago

Refactor to help reusing partiesserver.

File size: 1.0 KB
Line 
1{
2 "LinearAdditiveUtilitySpace": {
3 "issueUtilities": {
4 "Brand": {
5 "DiscreteValueSetUtilities": {
6 "valueUtilities": {
7 "Dell": 0.33,
8 "Macintosh": 0.66,
9 "HP": 1
10 }
11 }
12 },
13 "Harddisk": {
14 "DiscreteValueSetUtilities": {
15 "valueUtilities": {
16 "128 GB": 1,
17 "512 GB": 0.66,
18 "2 TB": 0.33
19 }
20 }
21 },
22 "External Monitor": {
23 "DiscreteValueSetUtilities": {
24 "valueUtilities": {
25 "19inch HD": 1,
26 "32inch 4K": 0.33,
27 "55inch 8K": 0.66
28 }
29 }
30 }
31 },
32 "issueWeights": {
33 "Brand": 0.45,
34 "Harddisk": 0.38,
35 "External Monitor": 0.17
36 },
37 "domain": {
38 "name": "laptop",
39 "issuesValues": {
40 "Brand": {
41 "values": [
42 "Dell",
43 "Macintosh",
44 "HP"
45 ]
46 },
47 "Harddisk": {
48 "values": [
49 "128 GB",
50 "512 GB",
51 "2 TB"
52 ]
53 },
54 "External Monitor": {
55 "values": [
56 "19inch HD",
57 "32inch 4K",
58 "55inch 8K"
59 ]
60 }
61 }
62 },
63 "name": "laptopBuyer"
64 }
65}
Note: See TracBrowser for help on using the repository browser.