Class BendableLongScoreInliner
- java.lang.Object
-
- org.optaplanner.core.impl.score.stream.common.inliner.AbstractScoreInliner<BendableLongScore>
-
- org.optaplanner.core.impl.score.stream.common.inliner.BendableLongScoreInliner
-
public final class BendableLongScoreInliner extends AbstractScoreInliner<BendableLongScore>
-
-
Field Summary
-
Fields inherited from class org.optaplanner.core.impl.score.stream.common.inliner.AbstractScoreInliner
constraintMatchEnabled
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WeightedScoreImpacter
buildWeightedScoreImpacter(Constraint constraint)
Create a new instance ofWeightedScoreImpacter
for a particular constraint.BendableLongScore
extractScore(int initScore)
String
toString()
-
Methods inherited from class org.optaplanner.core.impl.score.stream.common.inliner.AbstractScoreInliner
addConstraintMatch, buildScoreInliner, getConstraintMatchTotalMap, getConstraintWeight, getIndictmentMap
-
-
-
-
Method Detail
-
buildWeightedScoreImpacter
public WeightedScoreImpacter buildWeightedScoreImpacter(Constraint constraint)
Description copied from class:AbstractScoreInliner
Create a new instance ofWeightedScoreImpacter
for a particular constraint.- Specified by:
buildWeightedScoreImpacter
in classAbstractScoreInliner<BendableLongScore>
- Parameters:
constraint
- never null- Returns:
- never null
-
extractScore
public BendableLongScore extractScore(int initScore)
- Specified by:
extractScore
in classAbstractScoreInliner<BendableLongScore>
-
-