Class ActionMultiConstraintHardSoftMatch
- java.lang.Object
-
- org.optaplanner.workbench.models.datamodel.rule.ActionMultiConstraintHardSoftMatch
-
- All Implemented Interfaces:
org.drools.workbench.models.datamodel.rule.IAction,org.drools.workbench.models.datamodel.rule.PluggableIAction,org.drools.workbench.models.datamodel.rule.TemplateAware,ActionConstraintMatch
public class ActionMultiConstraintHardSoftMatch extends Object implements ActionConstraintMatch, org.drools.workbench.models.datamodel.rule.TemplateAware
-
-
Constructor Summary
Constructors Constructor Description ActionMultiConstraintHardSoftMatch()ActionMultiConstraintHardSoftMatch(ActionHardConstraintMatch actionHardConstraintMatch, ActionSoftConstraintMatch actionSoftConstraintMatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.drools.workbench.models.datamodel.rule.TemplateAwarecloneTemplateAware()booleanequals(Object o)Collection<org.drools.workbench.models.datamodel.rule.InterpolationVariable>extractInterpolationVariables()ActionHardConstraintMatchgetActionHardConstraintMatch()ActionSoftConstraintMatchgetActionSoftConstraintMatch()StringgetStringRepresentation()inthashCode()voidsubstituteTemplateVariables(Function<String,String> keyToValueFunction)
-
-
-
Constructor Detail
-
ActionMultiConstraintHardSoftMatch
public ActionMultiConstraintHardSoftMatch()
-
ActionMultiConstraintHardSoftMatch
public ActionMultiConstraintHardSoftMatch(ActionHardConstraintMatch actionHardConstraintMatch, ActionSoftConstraintMatch actionSoftConstraintMatch)
-
-
Method Detail
-
getActionHardConstraintMatch
public ActionHardConstraintMatch getActionHardConstraintMatch()
-
getActionSoftConstraintMatch
public ActionSoftConstraintMatch getActionSoftConstraintMatch()
-
extractInterpolationVariables
public Collection<org.drools.workbench.models.datamodel.rule.InterpolationVariable> extractInterpolationVariables()
- Specified by:
extractInterpolationVariablesin interfaceorg.drools.workbench.models.datamodel.rule.TemplateAware
-
substituteTemplateVariables
public void substituteTemplateVariables(Function<String,String> keyToValueFunction)
- Specified by:
substituteTemplateVariablesin interfaceorg.drools.workbench.models.datamodel.rule.TemplateAware
-
cloneTemplateAware
public org.drools.workbench.models.datamodel.rule.TemplateAware cloneTemplateAware()
- Specified by:
cloneTemplateAwarein interfaceorg.drools.workbench.models.datamodel.rule.TemplateAware
-
getStringRepresentation
public String getStringRepresentation()
- Specified by:
getStringRepresentationin interfaceorg.drools.workbench.models.datamodel.rule.PluggableIAction
-
-