Gabriele Cardosi created DROOLS-3213:
----------------------------------------
Summary: Remove readOnly property from ScenarioGridColumn
Key: DROOLS-3213
URL:
https://issues.jboss.org/browse/DROOLS-3213
Project: Drools
Issue Type: Enhancement
Components: Scenario Simulation and Testing
Reporter: Gabriele Cardosi
Assignee: Gabriele Cardosi
Inside ScenarioGridColumn there is a "readOnly" flag with public accessors
(getter/setter).
Remove the property and the setter.
Let the "gettert" evaluate at runtime based on:
type (Index/description/given/expected;
if Index -> always true (redOnly)
if description ->A always false (= *not readonly)
if given/expected: depends on isInstanceAssigned/isPropertyAssigned
--
This message was sent by Atlassian Jira
(v7.12.1#712002)