Class SimpleScoreInliner
- java.lang.Object
-
- org.optaplanner.core.impl.score.inliner.ScoreInliner<SimpleScore>
-
- org.optaplanner.core.impl.score.buildin.simple.SimpleScoreInliner
-
public class SimpleScoreInliner extends ScoreInliner<SimpleScore>
-
-
Field Summary
Fields Modifier and Type Field Description protected intscore-
Fields inherited from class org.optaplanner.core.impl.score.inliner.ScoreInliner
constraintMatchEnabled
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSimpleScoreInliner(boolean constraintMatchEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntWeightedScoreImpacterbuildWeightedScoreImpacter(SimpleScore constraintWeight)SimpleScoreextractScore(int initScore)StringtoString()
-
-
-
Method Detail
-
buildWeightedScoreImpacter
public IntWeightedScoreImpacter buildWeightedScoreImpacter(SimpleScore constraintWeight)
- Specified by:
buildWeightedScoreImpacterin classScoreInliner<SimpleScore>
-
extractScore
public SimpleScore extractScore(int initScore)
- Specified by:
extractScorein classScoreInliner<SimpleScore>
-
-