[rules-dev] new binding - what't its purpose?

Wolfgang Laun wolfgang.laun at gmail.com
Wed May 25 03:28:53 EDT 2011


 rule  exornot
  when
       Number( $iCount: intValue )  from accumulate ( Fact( x > 0 ), $c:
count(1) )
  then
       System.out.println( "count = " + $c );
  end

There's no way $c can be used in RHS code (5.3.0, current).
Is this the intended behaviour? Where can it be used?

-W
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20110525/b9689830/attachment.html 


More information about the rules-dev mailing list