Class ActionBendableHardConstraintMatch
- java.lang.Object
-
- org.optaplanner.workbench.models.datamodel.rule.AbstractActionConstraintMatch
-
- org.optaplanner.workbench.models.datamodel.rule.AbstractActionBendableConstraintMatch
-
- org.optaplanner.workbench.models.datamodel.rule.ActionBendableHardConstraintMatch
-
- 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 ActionBendableHardConstraintMatch extends AbstractActionBendableConstraintMatch
-
-
Field Summary
-
Fields inherited from class org.optaplanner.workbench.models.datamodel.rule.AbstractActionBendableConstraintMatch
position
-
-
Constructor Summary
Constructors Constructor Description ActionBendableHardConstraintMatch()ActionBendableHardConstraintMatch(int position, String constraintMatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.drools.workbench.models.datamodel.rule.TemplateAwarecloneTemplateAware()booleanequals(Object o)StringgetStringRepresentation()inthashCode()-
Methods inherited from class org.optaplanner.workbench.models.datamodel.rule.AbstractActionBendableConstraintMatch
getPosition, setPosition
-
Methods inherited from class org.optaplanner.workbench.models.datamodel.rule.AbstractActionConstraintMatch
extractInterpolationVariables, getConstraintMatch, setConstraintMatch, substituteTemplateVariables
-
-
-
-
Constructor Detail
-
ActionBendableHardConstraintMatch
public ActionBendableHardConstraintMatch()
-
ActionBendableHardConstraintMatch
public ActionBendableHardConstraintMatch(int position, String constraintMatch)
-
-
Method Detail
-
cloneTemplateAware
public org.drools.workbench.models.datamodel.rule.TemplateAware cloneTemplateAware()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAbstractActionBendableConstraintMatch
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractActionBendableConstraintMatch
-
getStringRepresentation
public String getStringRepresentation()
-
-