Uses of Interface
org.optaplanner.constraint.streams.common.inliner.WeightedScoreImpacter
Packages that use WeightedScoreImpacter
-
Uses of WeightedScoreImpacter in org.optaplanner.constraint.streams.common.inliner
Methods in org.optaplanner.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,org.optaplanner.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)