[rules-users] decision tables and default rules for case when part of LHS failes for other rules

Syargey Syargey at tut.by
Wed Jul 13 08:40:46 EDT 2011


In fact, I don't need to have default values if no values were found.

I need default values if part of LHS is never true.

If I have the rule:

rule "rule_11"
    when
        Object1( constraint1 )
        Object2( constraint2 )
    then 
        insert(new Result());
end

I'd like to have rule applying when "Object1( constraint1 )" fails.

In decision table.

--
View this message in context: http://drools.46999.n3.nabble.com/decision-tables-and-default-rules-for-case-when-part-of-LHS-failes-for-other-rules-tp3162872p3165787.html
Sent from the Drools: User forum mailing list archive at Nabble.com.



More information about the rules-users mailing list