The &quot;Expert&quot; manual says:<br><code class="literal"><a id="d0e5324"><br>insertLogical(new</a></code>
<a id="d0e5324">      <span class="emphasis"><em>Something</em></span><code class="literal">());</code> is similar to
      insert, but the object will be automatically retracted when there are no
      more facts to support the truth of the currently firing rule.</a><br><br>In other words, as soon as the condition of that rule is not true any more, the Engine retracts the logically inserted fact. This is commonly referred to as &quot;truth mainenance&quot;.<br>
<br>-W<br><br><div class="gmail_quote">On 14 March 2011 08:38, asutosh_pandya <span dir="ltr">&lt;<a href="mailto:asutosh.pandya@cognizant.com">asutosh.pandya@cognizant.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello Team,<br>
<br>
Sorry for asking very simple question but didn&#39;t found the answer in the<br>
Mailing List.<br>
<br>
Would like to know the core importance of insertLogical in Drools. What is<br>
the purpose of using insertLogical and how it is different from update() and<br>
insert() statements in Drools?<br>
<br>
Thanks in advance,<br>
Asutosh<br>
<font color="#888888"><br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools-java-rules-engine.46999.n3.nabble.com/What-is-insertLogical-in-drools-tp2675527p2675527.html" target="_blank">http://drools-java-rules-engine.46999.n3.nabble.com/What-is-insertLogical-in-drools-tp2675527p2675527.html</a><br>

Sent from the Drools - User mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</font></blockquote></div><br>