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

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

      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

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

                Created:
                Updated:
                Resolved: