Class SimpleLongScoreInliner
- java.lang.Object
-
- org.optaplanner.core.impl.score.inliner.ScoreInliner<SimpleLongScore>
-
- org.optaplanner.core.impl.score.buildin.simplelong.SimpleLongScoreInliner
-
public class SimpleLongScoreInliner extends ScoreInliner<SimpleLongScore>
-
-
Field Summary
Fields Modifier and Type Field Description protected longscore-
Fields inherited from class org.optaplanner.core.impl.score.inliner.ScoreInliner
constraintMatchEnabled
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSimpleLongScoreInliner(boolean constraintMatchEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongWeightedScoreImpacterbuildWeightedScoreImpacter(SimpleLongScore constraintWeight)SimpleLongScoreextractScore(int initScore)StringtoString()
-
-
-
Method Detail
-
buildWeightedScoreImpacter
public LongWeightedScoreImpacter buildWeightedScoreImpacter(SimpleLongScore constraintWeight)
- Specified by:
buildWeightedScoreImpacterin classScoreInliner<SimpleLongScore>
-
extractScore
public SimpleLongScore extractScore(int initScore)
- Specified by:
extractScorein classScoreInliner<SimpleLongScore>
-
-