Class BendableLongScoreInliner
- java.lang.Object
-
- org.optaplanner.constraint.streams.common.inliner.AbstractScoreInliner<org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore>
-
- org.optaplanner.constraint.streams.common.inliner.BendableLongScoreInliner
-
public final class BendableLongScoreInliner extends AbstractScoreInliner<org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore>
-
-
Field Summary
-
Fields inherited from class org.optaplanner.constraint.streams.common.inliner.AbstractScoreInliner
constraintMatchEnabled
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WeightedScoreImpacterbuildWeightedScoreImpacter(org.optaplanner.core.api.score.stream.Constraint constraint, org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore constraintWeight)Create a new instance ofWeightedScoreImpacterfor a particular constraint.org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScoreextractScore(int initScore)StringtoString()-
Methods inherited from class org.optaplanner.constraint.streams.common.inliner.AbstractScoreInliner
addConstraintMatch, buildScoreInliner, getConstraintMatchTotalMap, getIndictmentMap, validateConstraintWeight
-
-
-
-
Method Detail
-
buildWeightedScoreImpacter
public WeightedScoreImpacter buildWeightedScoreImpacter(org.optaplanner.core.api.score.stream.Constraint constraint, org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore constraintWeight)
Description copied from class:AbstractScoreInlinerCreate a new instance ofWeightedScoreImpacterfor a particular constraint.- Specified by:
buildWeightedScoreImpacterin classAbstractScoreInliner<org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore>- Parameters:
constraint- never nullconstraintWeight- never null- Returns:
- never null
-
extractScore
public org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore extractScore(int initScore)
- Specified by:
extractScorein classAbstractScoreInliner<org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore>
-
-