Class ActionMultiConstraintHardMediumSoftMatch
- java.lang.Object
-
- org.optaplanner.workbench.models.datamodel.rule.ActionMultiConstraintHardMediumSoftMatch
-
- 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 ActionMultiConstraintHardMediumSoftMatch extends Object implements ActionConstraintMatch, org.drools.workbench.models.datamodel.rule.TemplateAware
-
-
Constructor Summary
Constructors Constructor Description ActionMultiConstraintHardMediumSoftMatch()ActionMultiConstraintHardMediumSoftMatch(ActionHardConstraintMatch actionHardConstraintMatch, ActionMediumConstraintMatch actionMediumConstraintMatch, 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()ActionMediumConstraintMatchgetActionMediumConstraintMatch()ActionSoftConstraintMatchgetActionSoftConstraintMatch()StringgetStringRepresentation()inthashCode()voidsetActionHardConstraintMatch(ActionHardConstraintMatch actionHardConstraintMatch)voidsetActionMediumConstraintMatch(ActionMediumConstraintMatch actionMediumConstraintMatch)voidsetActionSoftConstraintMatch(ActionSoftConstraintMatch actionSoftConstraintMatch)voidsubstituteTemplateVariables(Function<String,String> keyToValueFunction)
-
-
-
Constructor Detail
-
ActionMultiConstraintHardMediumSoftMatch
public ActionMultiConstraintHardMediumSoftMatch()
-
ActionMultiConstraintHardMediumSoftMatch
public ActionMultiConstraintHardMediumSoftMatch(ActionHardConstraintMatch actionHardConstraintMatch, ActionMediumConstraintMatch actionMediumConstraintMatch, ActionSoftConstraintMatch actionSoftConstraintMatch)
-
-
Method Detail
-
getActionHardConstraintMatch
public ActionHardConstraintMatch getActionHardConstraintMatch()
-
setActionHardConstraintMatch
public void setActionHardConstraintMatch(ActionHardConstraintMatch actionHardConstraintMatch)
-
getActionMediumConstraintMatch
public ActionMediumConstraintMatch getActionMediumConstraintMatch()
-
setActionMediumConstraintMatch
public void setActionMediumConstraintMatch(ActionMediumConstraintMatch actionMediumConstraintMatch)
-
getActionSoftConstraintMatch
public ActionSoftConstraintMatch getActionSoftConstraintMatch()
-
setActionSoftConstraintMatch
public void setActionSoftConstraintMatch(ActionSoftConstraintMatch actionSoftConstraintMatch)
-
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
-
-