Drools is a business-rule management system (BRMS) with a forward-chaining-inference-based rules engine, more correctly known as a production rule system, using an enhanced implementation of the Rete algorithm.
I want to know how can I express one object is null on the left hand side when I use …
drools business-rulesThis is a follow up on my previous question. I have a decision tree in the following form: and I …
java drools decision-tree expert-systemHow can I pass a parameter to set the comparing value of age(18 should be dynamic) in the below drools …
java parameters jboss drools rule-engineI am having difficulties in writing a rule which match with an enum value in its lhs. For example, if …
java droolsI am currently in the process of searching for a rules engine that works in .NET. Our logic is pretty …
.net workflow-foundation droolsI'm starting a project whith Drools and Drools Guvnor. My rules are deployed in drools guvnor. My rule engine instance …
drools rule-engineProblem Statement: Say I have a expression (a + b + c), and I want to calculate its value and assign to …
java drools mvel