Class MediumConstraintMatchRuleModellerActionPlugin
- java.lang.Object
-
- org.optaplanner.workbench.screens.guidedrule.client.plugin.MediumConstraintMatchRuleModellerActionPlugin
-
- All Implemented Interfaces:
org.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin
@ApplicationScoped public class MediumConstraintMatchRuleModellerActionPlugin extends Object implements org.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin
-
-
Constructor Summary
Constructors Constructor Description MediumConstraintMatchRuleModellerActionPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(org.drools.workbench.models.datamodel.rule.IAction iAction)voidaddPluginToActionList(org.drools.workbench.screens.guided.rule.client.editor.RuleModeller ruleModeller, org.uberfire.mvp.Command addCommand)org.drools.workbench.models.datamodel.rule.IActioncreateIAction(org.drools.workbench.screens.guided.rule.client.editor.RuleModeller ruleModeller)org.drools.workbench.screens.guided.rule.client.widget.RuleModellerWidgetcreateWidget(org.drools.workbench.screens.guided.rule.client.editor.RuleModeller ruleModeller, com.google.gwt.event.shared.EventBus eventBus, org.drools.workbench.models.datamodel.rule.IAction iAction, Boolean readOnly)StringgetActionAddDescription()StringgetId()
-
-
-
Method Detail
-
accept
public boolean accept(org.drools.workbench.models.datamodel.rule.IAction iAction)
- Specified by:
acceptin interfaceorg.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin
-
addPluginToActionList
public void addPluginToActionList(org.drools.workbench.screens.guided.rule.client.editor.RuleModeller ruleModeller, org.uberfire.mvp.Command addCommand)- Specified by:
addPluginToActionListin interfaceorg.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin
-
createIAction
public org.drools.workbench.models.datamodel.rule.IAction createIAction(org.drools.workbench.screens.guided.rule.client.editor.RuleModeller ruleModeller)
- Specified by:
createIActionin interfaceorg.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin
-
getId
public String getId()
- Specified by:
getIdin interfaceorg.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin
-
getActionAddDescription
public String getActionAddDescription()
- Specified by:
getActionAddDescriptionin interfaceorg.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin
-
createWidget
public org.drools.workbench.screens.guided.rule.client.widget.RuleModellerWidget createWidget(org.drools.workbench.screens.guided.rule.client.editor.RuleModeller ruleModeller, com.google.gwt.event.shared.EventBus eventBus, org.drools.workbench.models.datamodel.rule.IAction iAction, Boolean readOnly)- Specified by:
createWidgetin interfaceorg.drools.workbench.screens.guided.rule.client.editor.plugin.RuleModellerActionPlugin
-
-