Hypothesis 3

The decision table layout is a crucial part for understandability of the tables


Employee Suitability Score

Collects the values of all matching rules and sums up to a single value

When

Open Claims

integer
And

Employee.region = Claim.region

[true, false]
And

Claim.expenditure

integer
And

Employee Experience

['Junior', 'Senior', 'Experienced']
And

Employee fills skillset

[true, false]
Then

Score

[-50..20]
Annotations
1 <=5---- 10
2 >10--'Junior'- -25
3 >5--'Experienced', 'Senior'- -10
4 -true--- 20
5 --<1000'Junior', 'Experienced'- 0
6 --<1000'Senior'- -20
7 --[1000..10000]'Junior'- -15
8 -->10000'Junior'- -50
9 -->10000'Experienced'- -15
10 ---'Junior'false -50
11 ---'Experienced', 'Senior'false -10