[rules-users] Drools Fusion - Intersection Of Events

2014-06-26 Thread code4dc
Hey guys, I am using the Drools Fusion temporal parameters to try to detect if two events have *any* overlap between the two of them. Can anyone suggest the cleanest way to do this using the temporal parameters? Currently I am comparing the two events using 'overlaps', 'overlappedby', 'includes' a

Re: [rules-users] Drools 6 Eclipse debugger does not work?

2014-05-27 Thread code4dc
Try switching the rule dialect to “mvel”  and setting a debug point in the consequences section. —  Eugene Shvartsman code4dc On May 27, 2014 at 4:48:49 AM, Péter Gergely, Horváth (h.pe...@mailbox.hu) wrote: I am evaluating Drools 6 for one of our projects but found a strange issue with

Re: [rules-users] [drools-fusion] Detecting a Trend in Data

2013-11-04 Thread code4dc
Guys thank you so much for that quick response and fantastic solutions!! Davide, thank you for your input! The 2nd approach would be very useful especially if I have to go from detecting unbroken trends to detecting statical trends! laune, I used your approach and it gave me exactly the kind of f

[rules-users] [drools-fusion] Detecting a Trend in Data

2013-11-03 Thread code4dc
Hey guys, I am trying to come up with a way to get Drools to detect a trend in a dataset. The data is very basic and looks something like this: (each row represents an object in the WM) Time Value 10:001 11:002 12:003 01:001 02:00