基于Java规则的系统

时间:2013-09-13 01:54:49

标签: java rule-engine expert-system

我应该使用哪个库来开发具有以下规则的基于规则的系统? :

输入将是对学生的考试

if No. 1 question is wrong
     then student should study this part of the syllabus

规则的另一部分就像这样

if x got score <= a specific scope
     then knowledge level is y
else if x got score >= a specific scope:
     then knowledge level is z

我将用Java,JSP和servlets开发系统。

我考虑使用JESS,但我决定向大家咨询,并对此有更好的了解。

如果我的条款有问题,请纠正我。

0 个答案:

没有答案