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 WeightedScoreImpacterbuildWeightedScoreImpacter(Constraint constraint)Create a new instance ofWeightedScoreImpacterfor a particular constraint.BendableLongScoreextractScore(int initScore)StringtoString()-
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:AbstractScoreInlinerCreate a new instance ofWeightedScoreImpacterfor a particular constraint.- Specified by:
buildWeightedScoreImpacterin classAbstractScoreInliner<BendableLongScore>- Parameters:
constraint- never null- Returns:
- never null
-
extractScore
public BendableLongScore extractScore(int initScore)
- Specified by:
extractScorein classAbstractScoreInliner<BendableLongScore>
-
-