Class AbstractActionBendableConstraintMatch
- java.lang.Object
-
- org.optaplanner.workbench.models.datamodel.rule.AbstractActionConstraintMatch
-
- org.optaplanner.workbench.models.datamodel.rule.AbstractActionBendableConstraintMatch
-
- 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:
ActionBendableHardConstraintMatch,ActionBendableSoftConstraintMatch
public abstract class AbstractActionBendableConstraintMatch extends AbstractActionConstraintMatch
-
-
Field Summary
Fields Modifier and Type Field Description protected intposition
-
Constructor Summary
Constructors Constructor Description AbstractActionBendableConstraintMatch()AbstractActionBendableConstraintMatch(String constraintMatch, int position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetPosition()inthashCode()voidsetPosition(int position)-
Methods inherited from class org.optaplanner.workbench.models.datamodel.rule.AbstractActionConstraintMatch
extractInterpolationVariables, getConstraintMatch, setConstraintMatch, substituteTemplateVariables
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
AbstractActionBendableConstraintMatch
public AbstractActionBendableConstraintMatch()
-
AbstractActionBendableConstraintMatch
public AbstractActionBendableConstraintMatch(String constraintMatch, int position)
-
-
Method Detail
-
getPosition
public int getPosition()
-
setPosition
public void setPosition(int position)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAbstractActionConstraintMatch
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractActionConstraintMatch
-
-