]
Jozef Marko closed DROOLS-2065.
-------------------------------
Resolution: Rejected
Closing a the component is not actively developed anymore and the issue is not reproted by
the customer.
XLS Decision table: Add support for a boolean column indicating that
the row (rule) should be negated
-----------------------------------------------------------------------------------------------------
Key: DROOLS-2065
URL:
https://issues.jboss.org/browse/DROOLS-2065
Project: Drools
Issue Type: Feature Request
Components: XLS Decision Table Editor
Reporter: Michael Anstis
Assignee: Michael Anstis
Priority: Minor
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