org.drools.workbench.models.guided.dtable.backend.util
Class GuidedDecisionTableUpgradeHelper3
java.lang.Object
org.drools.workbench.models.guided.dtable.backend.util.GuidedDecisionTableUpgradeHelper3
- All Implemented Interfaces:
- IUpgradeHelper<GuidedDecisionTable52,GuidedDecisionTable52>
public class GuidedDecisionTableUpgradeHelper3
- extends Object
- implements IUpgradeHelper<GuidedDecisionTable52,GuidedDecisionTable52>
Helper class to upgrade Default Values to DTCellValue52 objects instead of
Strings. Support for this was added for Guvnor v5.4.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuidedDecisionTableUpgradeHelper3
public GuidedDecisionTableUpgradeHelper3()
upgrade
public GuidedDecisionTable52 upgrade(GuidedDecisionTable52 source)
- Convert the Default Values in the Decision Table model
- Specified by:
upgrade in interface IUpgradeHelper<GuidedDecisionTable52,GuidedDecisionTable52>
- Parameters:
source -
- Returns:
- The new DTModel
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.