Consider we have 10 rule in hand where each rule will require set of attributes and values to execute...... What i do is 1st i execute all the rule before in hand and store the rulebase in memory for faster execution.....
Now consider a situation where i have a set of attribute and its values, but i dont know is which rule to use out of the 10 rulebase present in the memory, so i would like to know is there any way to identify the Rulebase with the set of attributes that i have, which will give valid output. Edson Tirelli-3 wrote: > > Sorry, I did not understand your question. Can you provide an example? > > 2009/3/12 Nikhil_dev <[email protected]> > >> >> Hi All, >> i have set of Rules that is complied and stored in the memory. >> Now can any one tell me, is it possible to identify which Rule to execute >> out of those set of complied rules using the attributes that i have. >> I would like to know is there any method available in drools to solve the >> issue since rules once executed they are always available. >> >> >> >> ----- >> Regards, >> :working:Nikhil >> -- >> View this message in context: >> http://www.nabble.com/Identify-Rule-on-Attributes-tp22471473p22471473.html >> Sent from the drools - user mailing list archive at Nabble.com. >> >> _______________________________________________ >> rules-users mailing list >> [email protected] >> 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 > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > > ----- Regards, :working:Nikhil -- View this message in context: http://www.nabble.com/Identify-Rule-on-Attributes-tp22471473p22475909.html Sent from the drools - user mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
