Class ActionSoftConstraintMatch
- java.lang.Object
-
- org.optaplanner.workbench.models.datamodel.rule.AbstractActionConstraintMatch
-
- org.optaplanner.workbench.models.datamodel.rule.ActionSoftConstraintMatch
-
- 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
public class ActionSoftConstraintMatch extends AbstractActionConstraintMatch
-
-
Constructor Summary
Constructors Constructor Description ActionSoftConstraintMatch()ActionSoftConstraintMatch(String constraintMatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.drools.workbench.models.datamodel.rule.TemplateAwarecloneTemplateAware()StringgetStringRepresentation()-
Methods inherited from class org.optaplanner.workbench.models.datamodel.rule.AbstractActionConstraintMatch
equals, extractInterpolationVariables, getConstraintMatch, hashCode, setConstraintMatch, substituteTemplateVariables
-
-
-
-
Constructor Detail
-
ActionSoftConstraintMatch
public ActionSoftConstraintMatch()
-
ActionSoftConstraintMatch
public ActionSoftConstraintMatch(String constraintMatch)
-
-
Method Detail
-
cloneTemplateAware
public org.drools.workbench.models.datamodel.rule.TemplateAware cloneTemplateAware()
-
getStringRepresentation
public String getStringRepresentation()
-
-