What you wrote sounds fine.<br><br>Having a sort of &quot;root&quot; object where List fields contain Odds and Ends, and some rules rely on Odds (but not Ends) being updated and others that don&#39;t it&#39;s not a good approach to make root a pattern in each rule.<br>
<br>It&#39;s like information hiding: A rule working with Odds should not have access to Ends.<br><br>A frequently given advice is: insert List elements as facts and reason with them if they represent independent entities. If necessary, locate siblings via a &quot;parent&quot; pointer.<br>
<br>-W<br><br><br><br><div class="gmail_quote">On 15 November 2011 14:29, Jamie <span dir="ltr">&lt;<a href="mailto:jshaw@llbean.com">jshaw@llbean.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;">
bump...<br>
<br>
Anyone have some thoughts on whether my revise approach makes sense?<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Preventing-re-evaluation-on-modification-of-output-fact-tp3455022p3509609.html" target="_blank">http://drools.46999.n3.nabble.com/Preventing-re-evaluation-on-modification-of-output-fact-tp3455022p3509609.html</a><br>

Sent from the Drools: User forum 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>