source: exampleparties/anac2019/winkyagent/src/test/resources/jobs1partial20.json@ 52

Last change on this file since 52 was 52, checked in by ruud, 14 months ago

Fixed small issues in domaineditor.

File size: 9.7 KB
Line 
1{
2 "DefaultPartialOrdering": {
3 "name": "jobs1-partial-20",
4 "domain": {
5 "name": "jobs",
6 "issuesValues": {
7 "lease car": {
8 "values": [
9 "yes",
10 "no"
11 ]
12 },
13 "permanent contract": {
14 "values": [
15 "yes",
16 "no"
17 ]
18 },
19 "career development opportunities": {
20 "values": [
21 "low",
22 "medium",
23 "high"
24 ]
25 },
26 "fte": {
27 "values": [
28 "0.6",
29 "0.8",
30 "1.0"
31 ]
32 },
33 "salary": {
34 "values": [
35 "2000",
36 "2500",
37 "3000",
38 "3500",
39 "4000"
40 ]
41 },
42 "work from home": {
43 "values": [
44 "0",
45 "1",
46 "2"
47 ]
48 }
49 }
50 },
51 "reservationBid": {
52 "issuevalues": {
53 "lease car": "no",
54 "permanent contract": "no",
55 "career development opportunities": "medium",
56 "fte": "0.8",
57 "salary": "3000",
58 "work from home": "0"
59 }
60 },
61 "bids": [
62 {
63 "issuevalues": {
64 "lease car": "no",
65 "permanent contract": "no",
66 "career development opportunities": "low",
67 "fte": "1.0",
68 "salary": "3000",
69 "work from home": "1"
70 }
71 },
72 {
73 "issuevalues": {
74 "lease car": "yes",
75 "permanent contract": "no",
76 "career development opportunities": "high",
77 "fte": "0.6",
78 "salary": "3500",
79 "work from home": "0"
80 }
81 },
82 {
83 "issuevalues": {
84 "lease car": "no",
85 "permanent contract": "no",
86 "career development opportunities": "high",
87 "fte": "0.8",
88 "salary": "3000",
89 "work from home": "0"
90 }
91 },
92 {
93 "issuevalues": {
94 "lease car": "yes",
95 "permanent contract": "no",
96 "career development opportunities": "low",
97 "fte": "0.6",
98 "salary": "3500",
99 "work from home": "0"
100 }
101 },
102 {
103 "issuevalues": {
104 "lease car": "no",
105 "permanent contract": "yes",
106 "career development opportunities": "low",
107 "fte": "0.6",
108 "salary": "3000",
109 "work from home": "1"
110 }
111 },
112 {
113 "issuevalues": {
114 "lease car": "yes",
115 "permanent contract": "yes",
116 "career development opportunities": "low",
117 "fte": "1.0",
118 "salary": "2000",
119 "work from home": "2"
120 }
121 },
122 {
123 "issuevalues": {
124 "lease car": "no",
125 "permanent contract": "yes",
126 "career development opportunities": "low",
127 "fte": "0.8",
128 "salary": "2500",
129 "work from home": "1"
130 }
131 },
132 {
133 "issuevalues": {
134 "lease car": "no",
135 "permanent contract": "yes",
136 "career development opportunities": "low",
137 "fte": "0.6",
138 "salary": "2000",
139 "work from home": "2"
140 }
141 },
142 {
143 "issuevalues": {
144 "lease car": "yes",
145 "permanent contract": "no",
146 "career development opportunities": "medium",
147 "fte": "0.6",
148 "salary": "3500",
149 "work from home": "1"
150 }
151 },
152 {
153 "issuevalues": {
154 "lease car": "yes",
155 "permanent contract": "yes",
156 "career development opportunities": "low",
157 "fte": "0.6",
158 "salary": "2000",
159 "work from home": "2"
160 }
161 },
162 {
163 "issuevalues": {
164 "lease car": "yes",
165 "permanent contract": "yes",
166 "career development opportunities": "medium",
167 "fte": "0.6",
168 "salary": "2000",
169 "work from home": "0"
170 }
171 },
172 {
173 "issuevalues": {
174 "lease car": "yes",
175 "permanent contract": "yes",
176 "career development opportunities": "medium",
177 "fte": "0.8",
178 "salary": "3500",
179 "work from home": "2"
180 }
181 },
182 {
183 "issuevalues": {
184 "lease car": "no",
185 "permanent contract": "no",
186 "career development opportunities": "low",
187 "fte": "0.6",
188 "salary": "2000",
189 "work from home": "0"
190 }
191 },
192 {
193 "issuevalues": {
194 "lease car": "no",
195 "permanent contract": "no",
196 "career development opportunities": "high",
197 "fte": "1.0",
198 "salary": "4000",
199 "work from home": "2"
200 }
201 },
202 {
203 "issuevalues": {
204 "lease car": "yes",
205 "permanent contract": "yes",
206 "career development opportunities": "low",
207 "fte": "0.8",
208 "salary": "4000",
209 "work from home": "2"
210 }
211 },
212 {
213 "issuevalues": {
214 "lease car": "yes",
215 "permanent contract": "no",
216 "career development opportunities": "medium",
217 "fte": "1.0",
218 "salary": "3500",
219 "work from home": "2"
220 }
221 },
222 {
223 "issuevalues": {
224 "lease car": "no",
225 "permanent contract": "yes",
226 "career development opportunities": "high",
227 "fte": "0.8",
228 "salary": "2000",
229 "work from home": "1"
230 }
231 },
232 {
233 "issuevalues": {
234 "lease car": "yes",
235 "permanent contract": "yes",
236 "career development opportunities": "low",
237 "fte": "1.0",
238 "salary": "2500",
239 "work from home": "1"
240 }
241 },
242 {
243 "issuevalues": {
244 "lease car": "yes",
245 "permanent contract": "yes",
246 "career development opportunities": "high",
247 "fte": "1.0",
248 "salary": "4000",
249 "work from home": "2"
250 }
251 },
252 {
253 "issuevalues": {
254 "lease car": "no",
255 "permanent contract": "yes",
256 "career development opportunities": "medium",
257 "fte": "0.8",
258 "salary": "2500",
259 "work from home": "1"
260 }
261 }
262 ],
263 "better": [
264 [
265 0,
266 12
267 ],
268 [
269 0,
270 2
271 ],
272 [
273 0,
274 3
275 ],
276 [
277 0,
278 7
279 ],
280 [
281 0,
282 10
283 ],
284 [
285 1,
286 0
287 ],
288 [
289 1,
290 12
291 ],
292 [
293 1,
294 2
295 ],
296 [
297 1,
298 3
299 ],
300 [
301 1,
302 4
303 ],
304 [
305 1,
306 7
307 ],
308 [
309 1,
310 10
311 ],
312 [
313 2,
314 12
315 ],
316 [
317 3,
318 12
319 ],
320 [
321 3,
322 2
323 ],
324 [
325 3,
326 7
327 ],
328 [
329 4,
330 12
331 ],
332 [
333 4,
334 2
335 ],
336 [
337 4,
338 3
339 ],
340 [
341 4,
342 7
343 ],
344 [
345 4,
346 10
347 ],
348 [
349 5,
350 0
351 ],
352 [
353 5,
354 1
355 ],
356 [
357 5,
358 2
359 ],
360 [
361 5,
362 3
363 ],
364 [
365 5,
366 4
367 ],
368 [
369 5,
370 6
371 ],
372 [
373 5,
374 7
375 ],
376 [
377 5,
378 8
379 ],
380 [
381 5,
382 9
383 ],
384 [
385 5,
386 10
387 ],
388 [
389 5,
390 12
391 ],
392 [
393 5,
394 16
395 ],
396 [
397 5,
398 19
399 ],
400 [
401 6,
402 0
403 ],
404 [
405 6,
406 1
407 ],
408 [
409 6,
410 12
411 ],
412 [
413 6,
414 2
415 ],
416 [
417 6,
418 3
419 ],
420 [
421 6,
422 4
423 ],
424 [
425 6,
426 16
427 ],
428 [
429 6,
430 7
431 ],
432 [
433 6,
434 8
435 ],
436 [
437 6,
438 9
439 ],
440 [
441 6,
442 10
443 ],
444 [
445 7,
446 12
447 ],
448 [
449 7,
450 2
451 ],
452 [
453 8,
454 0
455 ],
456 [
457 8,
458 1
459 ],
460 [
461 8,
462 12
463 ],
464 [
465 8,
466 2
467 ],
468 [
469 8,
470 3
471 ],
472 [
473 8,
474 4
475 ],
476 [
477 8,
478 7
479 ],
480 [
481 8,
482 9
483 ],
484 [
485 8,
486 10
487 ],
488 [
489 9,
490 0
491 ],
492 [
493 9,
494 1
495 ],
496 [
497 9,
498 12
499 ],
500 [
501 9,
502 2
503 ],
504 [
505 9,
506 3
507 ],
508 [
509 9,
510 4
511 ],
512 [
513 9,
514 7
515 ],
516 [
517 9,
518 10
519 ],
520 [
521 10,
522 12
523 ],
524 [
525 10,
526 2
527 ],
528 [
529 10,
530 7
531 ],
532 [
533 11,
534 0
535 ],
536 [
537 11,
538 1
539 ],
540 [
541 11,
542 2
543 ],
544 [
545 11,
546 3
547 ],
548 [
549 11,
550 5
551 ],
552 [
553 11,
554 4
555 ],
556 [
557 11,
558 6
559 ],
560 [
561 11,
562 7
563 ],
564 [
565 11,
566 8
567 ],
568 [
569 11,
570 9
571 ],
572 [
573 11,
574 10
575 ],
576 [
577 11,
578 12
579 ],
580 [
581 11,
582 13
583 ],
584 [
585 11,
586 15
587 ],
588 [
589 11,
590 16
591 ],
592 [
593 11,
594 17
595 ],
596 [
597 11,
598 19
599 ],
600 [
601 13,
602 0
603 ],
604 [
605 13,
606 1
607 ],
608 [
609 13,
610 2
611 ],
612 [
613 13,
614 3
615 ],
616 [
617 13,
618 5
619 ],
620 [
621 13,
622 4
623 ],
624 [
625 13,
626 6
627 ],
628 [
629 13,
630 7
631 ],
632 [
633 13,
634 8
635 ],
636 [
637 13,
638 9
639 ],
640 [
641 13,
642 10
643 ],
644 [
645 13,
646 12
647 ],
648 [
649 13,
650 15
651 ],
652 [
653 13,
654 16
655 ],
656 [
657 13,
658 17
659 ],
660 [
661 13,
662 19
663 ],
664 [
665 14,
666 0
667 ],
668 [
669 14,
670 1
671 ],
672 [
673 14,
674 2
675 ],
676 [
677 14,
678 3
679 ],
680 [
681 14,
682 5
683 ],
684 [
685 14,
686 4
687 ],
688 [
689 14,
690 6
691 ],
692 [
693 14,
694 7
695 ],
696 [
697 14,
698 8
699 ],
700 [
701 14,
702 9
703 ],
704 [
705 14,
706 10
707 ],
708 [
709 14,
710 11
711 ],
712 [
713 14,
714 12
715 ],
716 [
717 14,
718 13
719 ],
720 [
721 14,
722 15
723 ],
724 [
725 14,
726 16
727 ],
728 [
729 14,
730 17
731 ],
732 [
733 14,
734 19
735 ],
736 [
737 15,
738 0
739 ],
740 [
741 15,
742 1
743 ],
744 [
745 15,
746 2
747 ],
748 [
749 15,
750 3
751 ],
752 [
753 15,
754 5
755 ],
756 [
757 15,
758 4
759 ],
760 [
761 15,
762 6
763 ],
764 [
765 15,
766 7
767 ],
768 [
769 15,
770 8
771 ],
772 [
773 15,
774 9
775 ],
776 [
777 15,
778 10
779 ],
780 [
781 15,
782 12
783 ],
784 [
785 15,
786 16
787 ],
788 [
789 15,
790 17
791 ],
792 [
793 15,
794 19
795 ],
796 [
797 16,
798 0
799 ],
800 [
801 16,
802 1
803 ],
804 [
805 16,
806 12
807 ],
808 [
809 16,
810 2
811 ],
812 [
813 16,
814 3
815 ],
816 [
817 16,
818 4
819 ],
820 [
821 16,
822 7
823 ],
824 [
825 16,
826 8
827 ],
828 [
829 16,
830 9
831 ],
832 [
833 16,
834 10
835 ],
836 [
837 17,
838 0
839 ],
840 [
841 17,
842 1
843 ],
844 [
845 17,
846 2
847 ],
848 [
849 17,
850 3
851 ],
852 [
853 17,
854 5
855 ],
856 [
857 17,
858 4
859 ],
860 [
861 17,
862 6
863 ],
864 [
865 17,
866 7
867 ],
868 [
869 17,
870 8
871 ],
872 [
873 17,
874 9
875 ],
876 [
877 17,
878 10
879 ],
880 [
881 17,
882 12
883 ],
884 [
885 17,
886 16
887 ],
888 [
889 17,
890 19
891 ],
892 [
893 18,
894 0
895 ],
896 [
897 18,
898 1
899 ],
900 [
901 18,
902 2
903 ],
904 [
905 18,
906 3
907 ],
908 [
909 18,
910 5
911 ],
912 [
913 18,
914 4
915 ],
916 [
917 18,
918 6
919 ],
920 [
921 18,
922 7
923 ],
924 [
925 18,
926 8
927 ],
928 [
929 18,
930 9
931 ],
932 [
933 18,
934 10
935 ],
936 [
937 18,
938 11
939 ],
940 [
941 18,
942 12
943 ],
944 [
945 18,
946 13
947 ],
948 [
949 18,
950 14
951 ],
952 [
953 18,
954 15
955 ],
956 [
957 18,
958 16
959 ],
960 [
961 18,
962 17
963 ],
964 [
965 18,
966 19
967 ],
968 [
969 19,
970 0
971 ],
972 [
973 19,
974 1
975 ],
976 [
977 19,
978 12
979 ],
980 [
981 19,
982 2
983 ],
984 [
985 19,
986 3
987 ],
988 [
989 19,
990 4
991 ],
992 [
993 19,
994 6
995 ],
996 [
997 19,
998 16
999 ],
1000 [
1001 19,
1002 7
1003 ],
1004 [
1005 19,
1006 8
1007 ],
1008 [
1009 19,
1010 9
1011 ],
1012 [
1013 19,
1014 10
1015 ]
1016 ]
1017 }
1018}
Note: See TracBrowser for help on using the repository browser.