Possibility to Use Ilog RulesTM Engine to Define Transition Conditions
Andrey Nechypurenko. E-mail: andreynech@yahoo.com Home page: http://www.geocities.com/andreynech
What is ILOG Rules?
ILOG JRules is a general-purpose expert-system generator that combines rule-based techniques and object-oriented programming to help you add rule-based modules to your business applications. ILOG JRules provides efficient ways to add decision support and data flow control functions to business applications. It is an ideal tool for developing intelligent agents and business rule processors.
http://www.ilog.com
The ILOG JRules rule has the
following structure:
 
rule myRule
{
  priority high;
  when
  { conditions ... }
  then
  { actions ... }
}
9/14