version 3.0 supports conditional 'or' elements, subversion trunk supports | at the field level. Read the manual for more information on 'or'

Mark
Sudha wrote:
Hi,

I'm evaluating drools to use in one of my project.  I would have the user
define rule conditions based on my domain model. So, its critical that I
allow them to define any combination of and, or and not. Like, I can expect
a user to provide a java condition that would look like

<java:condition>(item.quantity < 1000 && item.duedateReached()) || (
item.quantity > 1000 && item.pendingdays()>10) </java:condition>

Is this possible in the version 3.0? If not, is there a build that would
provide me this?

Thanks,
Sudha


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to