[rules-users] DSL Enumeration / Decision Table ?

Michael Anstis michael.anstis at gmail.com
Thu May 19 11:22:48 EDT 2011


This would appear a (near) perfect use-case for "Templates".

Have a read of the documentation and examples, it should become quite clear
thereafter :)

On 19 May 2011 15:46, matiasklein <mklein at porticosys.com> wrote:

> Hi,
>
> I have a DSLR that reads:
>
> There is an event with a code of "93000"
>
> This translates via DSL to:
>
> [when]There is an event with a code {Code}=$event : Event(Code == {Code})
>
> Unfortunately, I have to build many rules that are exactly the same as
> this,
> but with different qualifying codes (i.e. rule #1 qualifies with code 9300,
> 93001, 93002, etc., but rule #2 qualifies with 5001, 5002, 5003, etc.).
>
> I would like users of the system to be able to maintain the list of
> qualifying codes in a spreadsheet.  However, I'm not sure how to use an
> enumeration loaded via a spreadsheet.
>
> Does anyone have a recommendation on how to achieve this?
>
> Thanks so much!
>
> Cheers,
>
> Matias
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/DSL-Enumeration-Decision-Table-tp2961667p2961667.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20110519/a34d8a55/attachment.html 


More information about the rules-users mailing list