public abstract class AbstractActionConstraintMatch extends Object implements ActionConstraintMatch, org.drools.workbench.models.datamodel.rule.TemplateAware
| Constructor and Description |
|---|
AbstractActionConstraintMatch() |
AbstractActionConstraintMatch(String constraintMatch) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<org.drools.workbench.models.datamodel.rule.InterpolationVariable> |
extractInterpolationVariables() |
String |
getConstraintMatch() |
int |
hashCode() |
void |
setConstraintMatch(String constraintMatch) |
void |
substituteTemplateVariables(Function<String,String> keyToValueFunction) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic AbstractActionConstraintMatch()
public AbstractActionConstraintMatch(String constraintMatch)
public String getConstraintMatch()
public void setConstraintMatch(String constraintMatch)
public Collection<org.drools.workbench.models.datamodel.rule.InterpolationVariable> extractInterpolationVariables()
extractInterpolationVariables in interface org.drools.workbench.models.datamodel.rule.TemplateAwarepublic void substituteTemplateVariables(Function<String,String> keyToValueFunction)
substituteTemplateVariables in interface org.drools.workbench.models.datamodel.rule.TemplateAwareCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.