Class ScoreInliner<Score_ extends Score<Score_>>
- java.lang.Object
-
- org.optaplanner.core.impl.score.inliner.ScoreInliner<Score_>
-
- Direct Known Subclasses:
BendableBigDecimalScoreInliner,BendableLongScoreInliner,BendableScoreInliner,HardMediumSoftBigDecimalScoreInliner,HardMediumSoftLongScoreInliner,HardMediumSoftScoreInliner,HardSoftBigDecimalScoreInliner,HardSoftLongScoreInliner,HardSoftScoreInliner,SimpleBigDecimalScoreInliner,SimpleLongScoreInliner,SimpleScoreInliner
public abstract class ScoreInliner<Score_ extends Score<Score_>> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanconstraintMatchEnabled
-
Constructor Summary
Constructors Modifier Constructor Description protectedScoreInliner(boolean constraintMatchEnabled)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract WeightedScoreImpacterbuildWeightedScoreImpacter(Score_ constraintWeight)abstract Score_extractScore(int initScore)
-
-
-
Method Detail
-
extractScore
public abstract Score_ extractScore(int initScore)
-
buildWeightedScoreImpacter
public abstract WeightedScoreImpacter buildWeightedScoreImpacter(Score_ constraintWeight)
-
-