[rules-users] What's the use of the RemoveIdentitiesOption?

Mark Proctor mproctor at codehaus.org
Wed Sep 8 07:06:51 EDT 2010


  On 08/09/2010 10:04, Wolfgang Laun wrote:
> I do understand both ways of the AssertBehaviorOption, but what's the 
> function of the RemoveIdentitiesOption? (This one's not in Drools 
> Expert, and Javadoc doesn't explain.)
It stops self joins, although I'm not a fan of it really and it's off by 
default.
so:
A() A()

Internally is generated as:
a: A() ( this != a )

Mark
>
> -W
>
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20100908/ced78025/attachment.html 


More information about the rules-users mailing list