[rules-users] Finding a sequence within the data

Yoni Mazar y.mazar at gmail.com
Thu Jul 31 09:25:32 EDT 2008


Thanks for the help. We will use your ideas


Edson Tirelli-3 wrote:
> 
>    Hehe, never underestimate creativity... :) nice solution.
> 
>    []s
>    Edson
> 
> 2008/7/31 Greg Barton <greg_barton at yahoo.com>
> 
>> Never underestimate the value of data structures.
>> Give LabResult a pointer to the next (or previous)
>> LabResult.  Then the rule becomes more comprehensible:
>>
>> $l1 : LabResult( value < 1, eval( inLastMonth(date) )
>> $l2 : LabResult( value < 1, eval( inLastMonth(date),
>> next == $l1 )
>> $l3 : LabResult( value < 1, eval( inLastMonth(date),
>> next == $l2 )
>>
>> It's also more easily extensible to longer sequences.
>>
>> GreG
>>
>>
>>
>> _______________________________________________
>> rules-users mailing list
>> rules-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
> 
> 
> 
> -- 
> Edson Tirelli
> JBoss Drools Core Development
> JBoss, a division of Red Hat @ www.jboss.com
> 
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
> 
> 
:-):-):-)
-- 
View this message in context: http://www.nabble.com/Finding-a-sequence-within-the-data-tp18738051p18754533.html
Sent from the drools - user mailing list archive at Nabble.com.




More information about the rules-users mailing list