abstract WeightedScoreImpacter<Score_,?> |
AbstractScoreInliner.buildWeightedScoreImpacter(org.optaplanner.core.api.score.stream.Constraint constraint,
Score_ constraintWeight) |
|
WeightedScoreImpacter<org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore,org.optaplanner.constraint.streams.common.inliner.BendableLongScoreContext> |
BendableLongScoreInliner.buildWeightedScoreImpacter(org.optaplanner.core.api.score.stream.Constraint constraint,
org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore constraintWeight) |
|
static <Score_ extends org.optaplanner.core.api.score.Score<Score_>,Context_ extends ScoreContext<Score_>> WeightedScoreImpacter<Score_,Context_> |
WeightedScoreImpacter.of(Context_ context,
WeightedScoreImpacter.BigDecimalImpactFunction<Score_,Context_> impactFunction) |
|
static <Score_ extends org.optaplanner.core.api.score.Score<Score_>,Context_ extends ScoreContext<Score_>> WeightedScoreImpacter<Score_,Context_> |
WeightedScoreImpacter.of(Context_ context,
WeightedScoreImpacter.IntImpactFunction<Score_,Context_> impactFunction) |
|
static <Score_ extends org.optaplanner.core.api.score.Score<Score_>,Context_ extends ScoreContext<Score_>> WeightedScoreImpacter<Score_,Context_> |
WeightedScoreImpacter.of(Context_ context,
WeightedScoreImpacter.LongImpactFunction<Score_,Context_> impactFunction) |
|