Class HardSoftScoreInliner
- java.lang.Object
-
- org.optaplanner.core.impl.score.inliner.ScoreInliner<HardSoftScore>
-
- org.optaplanner.core.impl.score.buildin.hardsoft.HardSoftScoreInliner
-
public final class HardSoftScoreInliner extends ScoreInliner<HardSoftScore>
-
-
Field Summary
-
Fields inherited from class org.optaplanner.core.impl.score.inliner.ScoreInliner
constraintMatchEnabled
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
HardSoftScoreInliner(Map<Constraint,HardSoftScore> constraintIdToWeightMap, boolean 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.HardSoftScore
extractScore(int initScore)
String
toString()
-
Methods inherited from class org.optaplanner.core.impl.score.inliner.ScoreInliner
addConstraintMatch, getConstraintMatchTotalMap, getConstraintWeight, getIndictmentMap
-
-
-
-
Constructor Detail
-
HardSoftScoreInliner
protected HardSoftScoreInliner(Map<Constraint,HardSoftScore> constraintIdToWeightMap, boolean constraintMatchEnabled)
-
-
Method Detail
-
buildWeightedScoreImpacter
public WeightedScoreImpacter buildWeightedScoreImpacter(Constraint constraint)
Description copied from class:ScoreInliner
Create a new instance ofWeightedScoreImpacter
for a particular constraint.- Specified by:
buildWeightedScoreImpacter
in classScoreInliner<HardSoftScore>
- Parameters:
constraint
- never null- Returns:
- never null
-
extractScore
public HardSoftScore extractScore(int initScore)
- Specified by:
extractScore
in classScoreInliner<HardSoftScore>
-
-