Class AbstractActionConstraintMatch
- java.lang.Object
-
- org.optaplanner.workbench.models.datamodel.rule.AbstractActionConstraintMatch
-
- All Implemented Interfaces:
org.drools.workbench.models.datamodel.rule.IAction,org.drools.workbench.models.datamodel.rule.PluggableIAction,org.drools.workbench.models.datamodel.rule.TemplateAware,ActionConstraintMatch
- Direct Known Subclasses:
AbstractActionBendableConstraintMatch,ActionHardConstraintMatch,ActionMediumConstraintMatch,ActionSimpleConstraintMatch,ActionSoftConstraintMatch
public abstract class AbstractActionConstraintMatch extends Object implements ActionConstraintMatch, org.drools.workbench.models.datamodel.rule.TemplateAware
-
-
Constructor Summary
Constructors Constructor Description AbstractActionConstraintMatch()AbstractActionConstraintMatch(String constraintMatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<org.drools.workbench.models.datamodel.rule.InterpolationVariable>extractInterpolationVariables()StringgetConstraintMatch()inthashCode()voidsetConstraintMatch(String constraintMatch)voidsubstituteTemplateVariables(Function<String,String> keyToValueFunction)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
AbstractActionConstraintMatch
public AbstractActionConstraintMatch()
-
AbstractActionConstraintMatch
public AbstractActionConstraintMatch(String constraintMatch)
-
-
Method Detail
-
getConstraintMatch
public String getConstraintMatch()
-
setConstraintMatch
public void setConstraintMatch(String constraintMatch)
-
extractInterpolationVariables
public Collection<org.drools.workbench.models.datamodel.rule.InterpolationVariable> extractInterpolationVariables()
- Specified by:
extractInterpolationVariablesin interfaceorg.drools.workbench.models.datamodel.rule.TemplateAware
-
substituteTemplateVariables
public void substituteTemplateVariables(Function<String,String> keyToValueFunction)
- Specified by:
substituteTemplateVariablesin interfaceorg.drools.workbench.models.datamodel.rule.TemplateAware
-
-