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,