Uses of Interface
ai.timefold.solver.constraint.streams.common.inliner.WeightedScoreImpacter
Packages that use WeightedScoreImpacter
-
Uses of WeightedScoreImpacter in ai.timefold.solver.constraint.streams.common.inliner
Methods in ai.timefold.solver.constraint.streams.common.inliner that return WeightedScoreImpacterModifier and TypeMethodDescriptionabstract WeightedScoreImpacter<Score_,?> AbstractScoreInliner.buildWeightedScoreImpacter(Constraint constraint, Score_ constraintWeight) Create a new instance ofWeightedScoreImpacterfor a particular constraint.WeightedScoreImpacter<BendableLongScore,ai.timefold.solver.constraint.streams.common.inliner.BendableLongScoreContext> BendableLongScoreInliner.buildWeightedScoreImpacter(Constraint constraint, BendableLongScore constraintWeight) static <Score_ extends Score<Score_>,Context_ extends ScoreContext<Score_>>
WeightedScoreImpacter<Score_,Context_> WeightedScoreImpacter.of(Context_ context, WeightedScoreImpacter.BigDecimalImpactFunction<Score_, Context_> impactFunction) static <Score_ extends Score<Score_>,Context_ extends ScoreContext<Score_>>
WeightedScoreImpacter<Score_,Context_> WeightedScoreImpacter.of(Context_ context, WeightedScoreImpacter.IntImpactFunction<Score_, Context_> impactFunction) static <Score_ extends Score<Score_>,Context_ extends ScoreContext<Score_>>
WeightedScoreImpacter<Score_,Context_> WeightedScoreImpacter.of(Context_ context, WeightedScoreImpacter.LongImpactFunction<Score_, Context_> impactFunction)