[rules-users] What are Recursion Rules. Any example

Sonata plz.write.to at gmail.com
Wed Aug 21 04:26:21 EDT 2013


Usually when you modify or insert inside the RHS then you open the door to
recursion.

e.g.
rule loop
when
not Object()
then
System.out.println("Hi");
insertlogical(new Object());
end



--
View this message in context: http://drools.46999.n3.nabble.com/What-are-Recursion-Rules-Any-example-tp4025617p4025631.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list