Share

JxBRE - Java Business Rules Engine

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

complex logic building

You are viewing a single message from this topic. View all messages.

  1. 2004-12-17 23:59:59 UTC
    Hi,

    I have a situation where we need to build more complex logic as follows.

    if((x="A"||x="B")&&(y="C")
    {
    if(z="D")
    {
    do something
    }
    }

    So, this also has nesting involved. I tried to build it off your example XMLs and don't know how to build the ORs and ANDs in one condition. Can someone provide an example for this kind of logic building?

    Many thanks!

    Justin
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.