<!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">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
Hi ,<br>
<br>
I am using the last version of drools fusion , what I wanted
to achieve is to pack the rules in one "statement" , i.e :<br>
<br>
&nbsp;Event(this after $b &amp;&amp; $b after $a)<br>
<br>
instead of <br>
<br>
Event(this after $b)<br>
Event(this after $a)<br>
<br>
that's because I am not limited to the sequence operator , for example
when I want to make a disjunction rule :<br>
Cmplx1 :- a OR b<br>
<br>
I can't separate the events , but I must write them packed like this ::<br>
<br>
&nbsp;Event(this after $b || $b after this)<br>
<br>
One more question :<br>
I assume that the relation between the different statements in a rule
is normal conjunction , i.e :<br>
<br>
rule "some rule"<br>
when<br>
&nbsp;&nbsp;&nbsp; a : ...<br>
&nbsp;&nbsp;&nbsp; b : ...<br>
&nbsp;&nbsp;&nbsp; c : ...<br>
then<br>
&nbsp;&nbsp;&nbsp; trigger action "act"<br>
end <br>
<br>
would be equivalent to :: <br>
act :- a,b,c .<br>
<br>
I hope I am correct ?<br>
<br>
Thanks,<br>
Khalil Hafsi<br>
<br>
<pre class="moz-signature" cols="72">
</pre>
</body>
</html>