Uses of Interface
ai.timefold.solver.constraint.streams.common.inliner.UndoScoreImpacter
-
Packages that use UndoScoreImpacter Package Description ai.timefold.solver.constraint.streams.common.inliner -
-
Uses of UndoScoreImpacter in ai.timefold.solver.constraint.streams.common.inliner
Methods in ai.timefold.solver.constraint.streams.common.inliner that return UndoScoreImpacter Modifier and Type Method Description protected UndoScoreImpacterAbstractScoreInliner. addConstraintMatch(Constraint constraint, Score_ score, ConstraintMatchSupplier<Score_> constraintMatchSupplier, UndoScoreImpacter undoScoreImpact)UndoScoreImpacterWeightedScoreImpacter.BigDecimalImpactFunction. impact(Context_ context, BigDecimal matchWeight, ConstraintMatchSupplier<Score_> constraintMatchSupplier)UndoScoreImpacterWeightedScoreImpacter.IntImpactFunction. impact(Context_ context, int matchWeight, ConstraintMatchSupplier<Score_> constraintMatchSupplier)UndoScoreImpacterWeightedScoreImpacter.LongImpactFunction. impact(Context_ context, long matchWeight, ConstraintMatchSupplier<Score_> constraintMatchSupplier)UndoScoreImpacterWeightedScoreImpacter. impactScore(int matchWeight, ConstraintMatchSupplier<Score_> constraintMatchSupplier)UndoScoreImpacterWeightedScoreImpacter. impactScore(long matchWeight, ConstraintMatchSupplier<Score_> constraintMatchSupplier)UndoScoreImpacterWeightedScoreImpacter. impactScore(BigDecimal matchWeight, ConstraintMatchSupplier<Score_> constraintMatchSupplier)protected UndoScoreImpacterScoreContext. impactWithConstraintMatch(UndoScoreImpacter undoScoreImpact, Score_ score, ConstraintMatchSupplier<Score_> constraintMatchSupplier)Methods in ai.timefold.solver.constraint.streams.common.inliner with parameters of type UndoScoreImpacter Modifier and Type Method Description protected UndoScoreImpacterAbstractScoreInliner. addConstraintMatch(Constraint constraint, Score_ score, ConstraintMatchSupplier<Score_> constraintMatchSupplier, UndoScoreImpacter undoScoreImpact)protected UndoScoreImpacterScoreContext. impactWithConstraintMatch(UndoScoreImpacter undoScoreImpact, Score_ score, ConstraintMatchSupplier<Score_> constraintMatchSupplier)
-