public class ActionMultiConstraintHardMediumSoftMatch extends Object implements ActionConstraintMatch, org.drools.workbench.models.datamodel.rule.TemplateAware
Constructor and Description |
---|
ActionMultiConstraintHardMediumSoftMatch() |
ActionMultiConstraintHardMediumSoftMatch(ActionHardConstraintMatch actionHardConstraintMatch,
ActionMediumConstraintMatch actionMediumConstraintMatch,
ActionSoftConstraintMatch actionSoftConstraintMatch) |
Modifier and Type | Method and Description |
---|---|
org.drools.workbench.models.datamodel.rule.TemplateAware |
cloneTemplateAware() |
boolean |
equals(Object o) |
Collection<org.drools.workbench.models.datamodel.rule.InterpolationVariable> |
extractInterpolationVariables() |
ActionHardConstraintMatch |
getActionHardConstraintMatch() |
ActionMediumConstraintMatch |
getActionMediumConstraintMatch() |
ActionSoftConstraintMatch |
getActionSoftConstraintMatch() |
String |
getStringRepresentation() |
int |
hashCode() |
void |
setActionHardConstraintMatch(ActionHardConstraintMatch actionHardConstraintMatch) |
void |
setActionMediumConstraintMatch(ActionMediumConstraintMatch actionMediumConstraintMatch) |
void |
setActionSoftConstraintMatch(ActionSoftConstraintMatch actionSoftConstraintMatch) |
void |
substituteTemplateVariables(Function<String,String> keyToValueFunction) |
public ActionMultiConstraintHardMediumSoftMatch()
public ActionMultiConstraintHardMediumSoftMatch(ActionHardConstraintMatch actionHardConstraintMatch, ActionMediumConstraintMatch actionMediumConstraintMatch, ActionSoftConstraintMatch actionSoftConstraintMatch)
public ActionHardConstraintMatch getActionHardConstraintMatch()
public void setActionHardConstraintMatch(ActionHardConstraintMatch actionHardConstraintMatch)
public ActionMediumConstraintMatch getActionMediumConstraintMatch()
public void setActionMediumConstraintMatch(ActionMediumConstraintMatch actionMediumConstraintMatch)
public ActionSoftConstraintMatch getActionSoftConstraintMatch()
public void setActionSoftConstraintMatch(ActionSoftConstraintMatch actionSoftConstraintMatch)
public Collection<org.drools.workbench.models.datamodel.rule.InterpolationVariable> extractInterpolationVariables()
extractInterpolationVariables
in interface org.drools.workbench.models.datamodel.rule.TemplateAware
public void substituteTemplateVariables(Function<String,String> keyToValueFunction)
substituteTemplateVariables
in interface org.drools.workbench.models.datamodel.rule.TemplateAware
public org.drools.workbench.models.datamodel.rule.TemplateAware cloneTemplateAware()
cloneTemplateAware
in interface org.drools.workbench.models.datamodel.rule.TemplateAware
public String getStringRepresentation()
getStringRepresentation
in interface org.drools.workbench.models.datamodel.rule.PluggableIAction
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.