Class ActionMultiConstraintBendableLongMatch
- java.lang.Object
-
- org.optaplanner.workbench.models.datamodel.rule.AbstractActionMultiConstraintBendableMatch
-
- org.optaplanner.workbench.models.datamodel.rule.ActionMultiConstraintBendableLongMatch
-
- 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 ActionMultiConstraintBendableLongMatch extends AbstractActionMultiConstraintBendableMatch
-
-
Constructor Summary
Constructors Constructor Description ActionMultiConstraintBendableLongMatch()ActionMultiConstraintBendableLongMatch(List<ActionBendableHardConstraintMatch> actionBendableHardConstraintMatches, List<ActionBendableSoftConstraintMatch> actionBendableSoftConstraintMatches)
-
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.AbstractActionMultiConstraintBendableMatch
equals, extractInterpolationVariables, getActionBendableHardConstraintMatches, getActionBendableSoftConstraintMatches, hashCode, setActionBendableHardConstraintMatches, setActionBendableSoftConstraintMatches, substituteTemplateVariables
-
-
-
-
Constructor Detail
-
ActionMultiConstraintBendableLongMatch
public ActionMultiConstraintBendableLongMatch()
-
ActionMultiConstraintBendableLongMatch
public ActionMultiConstraintBendableLongMatch(List<ActionBendableHardConstraintMatch> actionBendableHardConstraintMatches, List<ActionBendableSoftConstraintMatch> actionBendableSoftConstraintMatches)
-
-
Method Detail
-
cloneTemplateAware
public org.drools.workbench.models.datamodel.rule.TemplateAware cloneTemplateAware()
-
getStringRepresentation
public String getStringRepresentation()
-
-