Uses of Interface
org.optaplanner.constraint.streams.common.inliner.UndoScoreImpacter
-
Packages that use UndoScoreImpacter Package Description org.optaplanner.constraint.streams.common.inliner -
-
Uses of UndoScoreImpacter in org.optaplanner.constraint.streams.common.inliner
Methods in org.optaplanner.constraint.streams.common.inliner that return UndoScoreImpacter Modifier and Type Method Description UndoScoreImpacterWeightedScoreImpacter.BigDecimalImpactFunction. impact(Context_ context, BigDecimal matchWeight, JustificationsSupplier justificationsSupplier)UndoScoreImpacterWeightedScoreImpacter.IntImpactFunction. impact(Context_ context, int matchWeight, JustificationsSupplier justificationsSupplier)UndoScoreImpacterWeightedScoreImpacter.LongImpactFunction. impact(Context_ context, long matchWeight, JustificationsSupplier justificationsSupplier)UndoScoreImpacterWeightedScoreImpacter. impactScore(int matchWeight, JustificationsSupplier justificationsSupplier)UndoScoreImpacterWeightedScoreImpacter. impactScore(long matchWeight, JustificationsSupplier justificationsSupplier)UndoScoreImpacterWeightedScoreImpacter. impactScore(BigDecimal matchWeight, JustificationsSupplier justificationsSupplier)protected UndoScoreImpacterScoreContext. impactWithConstraintMatch(UndoScoreImpacter undoScoreImpact, Score_ score, JustificationsSupplier justificationsSupplier)Methods in org.optaplanner.constraint.streams.common.inliner with parameters of type UndoScoreImpacter Modifier and Type Method Description protected UndoScoreImpacterScoreContext. impactWithConstraintMatch(UndoScoreImpacter undoScoreImpact, Score_ score, JustificationsSupplier justificationsSupplier)
-