[rules-users] Rules question

Yuri de Wit ydewit at gmail.com
Wed Jul 25 00:22:11 EDT 2007


Is it possible to do something like this with Drools 4.0?

rule
   when
      p:Parent()
      not Child( this in p.children )
   then
      ...
end

I basically dont want to keep a reference fro Child to Parent.

thanks,



More information about the rules-users mailing list