Re: [rules-users] Creation of RuleModel dyanmicalliy

2013-01-29 Thread benq2188
Hi Vikram, I will work with org.drools.brms.client.modeldriven.brl.RuleModel class, could you please give some details about how you managed to create the rules dynamically ? Thanks, Bengi. Vikram Shitole wrote Hi, I am working on the Drools 4.0.7 release. I am using the

Re: [rules-users] Creation of RuleModel dyanmicalliy

2008-09-22 Thread Mohamed Riyaz
Hi, I did quick analysis of Drools Rule Model API. Following are unavailable Drools constructs in Rule Model API. 1. Conditional braces and logical operators are not available to construct the conditional set with multiple child facts. 2. Individual constructs: • 'and' operator • 'from'

RE: [rules-users] Creation of RuleModel dyanmicalliy

2008-09-22 Thread Vikram Shitole
Users List Subject: Re: [rules-users] Creation of RuleModel dyanmicalliy Hi, I did quick analysis of Drools Rule Model API. Following are unavailable Drools constructs in Rule Model API. 1. Conditional braces and logical operators are not available to construct the conditional set

Re: [rules-users] Creation of RuleModel dyanmicalliy

2008-09-21 Thread Michael Neale
Vikram - I am making the assumption that on the RHS of a rule you want to kick off a rule process. If this is the case, then in 4.0.x here is now way to do that with the rule model stuff. In 5, it is possible (as you can put an arbitrary expression on the RHS and it will render it out). On Fri,

Re: [rules-users] Creation of RuleModel dyanmicalliy

2008-09-20 Thread Mohamed Riyaz
Hi, Make sure that Rule Model API of Drools 4 and 5 release support rule flow generation or not. Having looked at the source, I didn't see such APIs to fulfill your requirement. Regards, Riyaz On 9/18/08, Vikram Shitole [EMAIL PROTECTED] wrote: Hi, I am working on the Drools 4.0.7 release.

[rules-users] Creation of RuleModel dyanmicalliy

2008-09-18 Thread Vikram Shitole
Hi, I am working on the Drools 4.0.7 release. I am using the org.drools.brms.client.modeldriven.brl.RuleModel class to create the rules dynamically and then persisting them using the BRDRLPersistence class. I am able to do majority of the things but I am stuck at Invoking a rule flow process