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, wait
public 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.TemplateAware
public void substituteTemplateVariables(Function<String,String> keyToValueFunction)
substituteTemplateVariables
in interface org.drools.workbench.models.datamodel.rule.TemplateAware
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.