Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-2065

XLS Decision table: Add support for a boolean column indicating that the row (rule) should be negated

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Won't Do
    • Minor
    • None
    • None
    • None

    Description

      Add a boolean column to the XLS decision table parser to allow rules to be negated:-

      When "turned on" for a rule:-

      when
      not (
      pattern1..
      pattern2..
      )
      then
      ...
      end

      When "turned off" for a rule:-

      when
      pattern1..
      pattern2..
      then
      ...
      end

      Attachments

        Activity

          People

            manstis@redhat.com Michael Anstis
            manstis@redhat.com Michael Anstis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: