Class HardMediumSoftLongScoreInliner
- java.lang.Object
-
- org.optaplanner.core.impl.score.inliner.ScoreInliner<HardMediumSoftLongScore>
-
- org.optaplanner.core.impl.score.buildin.hardmediumsoftlong.HardMediumSoftLongScoreInliner
-
public class HardMediumSoftLongScoreInliner extends ScoreInliner<HardMediumSoftLongScore>
-
-
Field Summary
Fields Modifier and Type Field Description protected longhardScoreprotected longmediumScoreprotected longsoftScore-
Fields inherited from class org.optaplanner.core.impl.score.inliner.ScoreInliner
constraintMatchEnabled
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHardMediumSoftLongScoreInliner(boolean constraintMatchEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongWeightedScoreImpacterbuildWeightedScoreImpacter(HardMediumSoftLongScore constraintWeight)HardMediumSoftLongScoreextractScore(int initScore)StringtoString()
-
-
-
Method Detail
-
buildWeightedScoreImpacter
public LongWeightedScoreImpacter buildWeightedScoreImpacter(HardMediumSoftLongScore constraintWeight)
- Specified by:
buildWeightedScoreImpacterin classScoreInliner<HardMediumSoftLongScore>
-
extractScore
public HardMediumSoftLongScore extractScore(int initScore)
- Specified by:
extractScorein classScoreInliner<HardMediumSoftLongScore>
-
-