public class ActionMultiConstraintHardSoftMatch extends Object implements ActionConstraintMatch, org.drools.workbench.models.datamodel.rule.TemplateAware
Constructor and Description |
---|
ActionMultiConstraintHardSoftMatch() |
ActionMultiConstraintHardSoftMatch(ActionHardConstraintMatch actionHardConstraintMatch,
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() |
ActionSoftConstraintMatch |
getActionSoftConstraintMatch() |
String |
getStringRepresentation() |
int |
hashCode() |
void |
substituteTemplateVariables(Function<String,String> keyToValueFunction) |
public ActionMultiConstraintHardSoftMatch()
public ActionMultiConstraintHardSoftMatch(ActionHardConstraintMatch actionHardConstraintMatch, ActionSoftConstraintMatch actionSoftConstraintMatch)
public ActionHardConstraintMatch getActionHardConstraintMatch()
public ActionSoftConstraintMatch getActionSoftConstraintMatch()
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.