public abstract class AbstractActionMultiConstraintBendableMatch extends Object implements ActionConstraintMatch, org.drools.workbench.models.datamodel.rule.TemplateAware
Constructor and Description |
---|
AbstractActionMultiConstraintBendableMatch() |
AbstractActionMultiConstraintBendableMatch(List<ActionBendableHardConstraintMatch> actionBendableHardConstraintMatches,
List<ActionBendableSoftConstraintMatch> actionBendableSoftConstraintMatches) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<org.drools.workbench.models.datamodel.rule.InterpolationVariable> |
extractInterpolationVariables() |
List<ActionBendableHardConstraintMatch> |
getActionBendableHardConstraintMatches() |
List<ActionBendableSoftConstraintMatch> |
getActionBendableSoftConstraintMatches() |
int |
hashCode() |
void |
setActionBendableHardConstraintMatches(List<ActionBendableHardConstraintMatch> actionBendableHardConstraintMatches) |
void |
setActionBendableSoftConstraintMatches(List<ActionBendableSoftConstraintMatch> actionBendableSoftConstraintMatches) |
void |
substituteTemplateVariables(Function<String,String> keyToValueFunction) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public AbstractActionMultiConstraintBendableMatch()
public AbstractActionMultiConstraintBendableMatch(List<ActionBendableHardConstraintMatch> actionBendableHardConstraintMatches, List<ActionBendableSoftConstraintMatch> actionBendableSoftConstraintMatches)
public List<ActionBendableHardConstraintMatch> getActionBendableHardConstraintMatches()
public void setActionBendableHardConstraintMatches(List<ActionBendableHardConstraintMatch> actionBendableHardConstraintMatches)
public List<ActionBendableSoftConstraintMatch> getActionBendableSoftConstraintMatches()
public void setActionBendableSoftConstraintMatches(List<ActionBendableSoftConstraintMatch> actionBendableSoftConstraintMatches)
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
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.