In comparison to orginal model, models implmented in CLIPS, Jess and Drools assumes that concept of Client
and Driver
are the same. This is because, it is impossible to support many drivers or cars simultaneously in XTT2 model.
automobile-eligibility-potential-occupant-injury::POIR-exhigh2
must have increased priority in order to fire first within the group. This rule is activated by different set of facts than other rules within this group and thus its LHS can be satisfied simultaneously with LHS of other rules. In case when this and another rule are satisfied, firing this rule in the second place may provide to incorrect (to low) value of POIR: the first rule change it to low
and pops the module from the focus stack preventing this rule from firing and setting POIT to extremely high
.CarFacts → BasePremium
is removed CarFact
type.DRL
file. They must be created in java
file and then inserted into working memory:Integer year = 2013; ksession.setGlobal("currentYear", year);
and in DRL
file:
global Integer currentYear;