Re: [rules-users] Check all elements of a list (Drools Expert)

2011-02-24 Thread Petr Chelčický
...@lists.jboss.org wrote on 02/24/2011 09:45:16 AM: > >> From: >> >> "Petr Chelčický" >> >> To: >> >> >> >> Date: >> >> 02/24/2011 09:49 AM >> >> Subject: >> >> [rules-users] Check all element

[rules-users] Check all elements of a list (Drools Expert)

2011-02-24 Thread Petr Chelčický
Hi! I'm trying to write rules in Drools Expert. In the when part of the rule, I check some properties of an Application object. This object contains a List and I would like to check if a bunch of rules apply to all objects of SomeOtherType in this list. The rule should fire only when the constr

[rules-users] Decision Trees

2011-02-07 Thread Petr Chelčický
I have quite a big decision tree (eligibility check) that I'd like to implement in Drools. To convert it to rules, I'd have to find every path from start leading to a leaf and check all the constraints. I feel like it'd be very messy. Is there a faster way? How about Drools Flow and decision tr