[jboss-jira] [JBoss JIRA] (JBRULES-3331) For generic moves, provide option to disable them under certain conditions
Lukáš Petrovický (Created) (JIRA)
jira-events at lists.jboss.org
Wed Jan 4 10:46:09 EST 2012
For generic moves, provide option to disable them under certain conditions
--------------------------------------------------------------------------
Key: JBRULES-3331
URL: https://issues.jboss.org/browse/JBRULES-3331
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-planner
Affects Versions: 5.4.0.Beta1
Reporter: Lukáš Petrovický
Assignee: Mark Proctor
This feature would be done for the same purpose as JBRULES-3330 and also implemented in very much the same way - the Move.isMoveDoable() checks for the existence of any filters and runs all of them. If any of them returns false, the move is not doable.
Perhaps JBRULES-3330 and this one could even share the interface - MoveFilter.filter(Solution s, Move m) and newly added MoveFilter.isMoveDoable(Move m).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list