<br><br><div class="gmail_quote">On 5 July 2011 14:19, wendy <span dir="ltr">&lt;<a href="mailto:w.mungovan@yahoo.com">w.mungovan@yahoo.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;">
Thanks,<br>
  This did it:<br>
<div class="im"><br>
rule &quot;AnoB&quot;<br>
timer(int: 3m)<br>
  when<br>
<br>
</div>   $a: A()<br>
  not($b: B( this after[-1ms] $a))<br>
then<br>
<br>
 ....<br>
<br>
I needed to add [-1ms] so it would not match things with A and B at the same<br>
exact time.<br></blockquote><div><br>Hmm, truly a borderline case :)<br><br>Thanks for the feedback!<br>-W<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Absence-Pattern-question-tp3140377p3140552.html" target="_blank">http://drools.46999.n3.nabble.com/Absence-Pattern-question-tp3140377p3140552.html</a><br>

</font><div><div></div><div class="h5">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>
</div></div></blockquote></div><br>