<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Justin King wrote:
<blockquote
 cite="mid:a2d8dfad0908032319s402f8c62g845aa7ecb0dee88a@mail.gmail.com"
 type="cite">Hi,<br>
  <div class="gmail_quote">
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
My names Justin King, I'm a part of a research project at Swinburne
University of Technology in Melbourne, Australia. my question is in
regards to the new Drools and more specifically fusion. I'm having
trouble determining whether Fusion might fulfill a requirement of our
project so maybe you can help me out. Essentially we are in need of an
Event Condition Action (ECA) engine. We wish to be able to define
trigger the firings of certain rules based on an event occurring inside
our system, e.g. a timer going off. Any sets of rules listening for
this event should evaluate their 'when' conditions and execute their
'then' actions. So essentially its something like:<br>
    <br>
Event: Timer expires<br>
Rule: rule 1<br>
    <br>
Event Timer expires<br>
Rule: rule 3<br>
    <br>
So rule 1 and 3 have now 'subscribed' to the timer event. so rule 1
might be something like <br>
    <br>
CONDITION 'if students have not finished their exam'&nbsp; <br>
ACTION 'fail students'<br>
    <br>
Does drools fusion allow for this type of ECA pattern, or is it a
different form on engine.<br>
  </blockquote>
  </div>
</blockquote>
Drools Fusion can do this. It allows you to look at conditions over
time and aggregations over time, and reason over them.<br>
<br>
Mark<br>
<blockquote
 cite="mid:a2d8dfad0908032319s402f8c62g845aa7ecb0dee88a@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Thanks very much,<br>
    <font color="#888888"><br>
Justin King<br>
Faculty of I.C.T.<br>
Swinburne University of Technology, Melbourne, Australia<br>
    <br>
    </font></blockquote>
  </div>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
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>