<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 08/09/2010 10:04, Wolfgang Laun wrote:
    <blockquote
      cite="mid:AANLkTim6KPUtjR+QeDOW5kGrXysSWg0s5kpSPAieHdp2@mail.gmail.com"
      type="cite">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.)<br>
    </blockquote>
    It stops self joins, although I'm not a fan of it really and it's
    off by default.<br>
    so:<br>
    A() A()<br>
    <br>
    Internally is generated as:<br>
    a: A() ( this != a )<br>
    <br>
    Mark<br>
    <blockquote
      cite="mid:AANLkTim6KPUtjR+QeDOW5kGrXysSWg0s5kpSPAieHdp2@mail.gmail.com"
      type="cite"><br>
      -W<br>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>