My master's thesis was
concerned with implementing diagnostic expert systems and classifiers
using Java. Here are some links related to expert and rule-based
systems.
-
Jess, the rule engine for java
-
Jess is a rule engine
and scripting environment written entirely in Sun's Java language by
Ernest Friedman-Hill at Sandia National Laboratories in Livermore, CA.
Using Jess, you can build Java software that has the capacity to
"reason" using knowledge you supply in the form of declarative rules.
Jess is small, light, and one of the fastest rule engines available. Its
powerful scripting language gives you access to all of Java's APIs.
Jess includes a full-featured development environment based on the
award-winning Eclipse platform.
-
IBM commonrules
-
A rule-based framework
for developing rule-based applications with major emphasis on maximum
separation of business logic and data, conflict handling, and
interoperability of rules.
|
|