[rules-users] "in" syntax breaking the Rete Tree

droolster quant.coder at gmail.com
Tue Feb 18 09:53:02 EST 2014


Also, when I add this condition:

rule "ABC" 
        when 
                A ( $p : p ) 
                B ( c < $p, c in (3,4), c > d  ) 
        then 
                System.out.println ("Hello"); 
end 

The Rete Tree looks like this: (is that correct?)

<http://drools.46999.n3.nabble.com/file/n4028170/Rete.png> 



--
View this message in context: http://drools.46999.n3.nabble.com/in-operator-breaking-the-Rete-Tree-tp4028148p4028170.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list