PROLOGA: from Business
Knowledge Modeling to RuleML
Jan Vanthienen
Challenge demo script RuleML 2008
1.
Download
and install Prologa 5.5 (need password)
http://www.econ.kuleuven.be/prologa
2.
Download
the following table file and open in Prologa, using File – Open table
http://www.econ.kuleuven.be/prologa/RuleML/Premiums.xml
or construct a new table with these elements:
Conditions
1:
Person.Evaluation
a.
Bad
b.
Moderate
c.
Good
2:
Person.Age<45
a.
Y
b.
N
Actions
1:
SuperPremium;
2: NormalPremium;
Rules
1: 1 generally
if only 1c
2: 2 generally
if (2b or 1b) minus rule 1
3: 2 generally
if 2b and 1c
3.
Export to
RuleML, using Table – Export table – Rule export