Uses of Interface
org.optaplanner.core.impl.score.inliner.JustificationsSupplier
-
Packages that use JustificationsSupplier Package Description org.optaplanner.core.impl.score.inliner -
-
Uses of JustificationsSupplier in org.optaplanner.core.impl.score.inliner
Methods in org.optaplanner.core.impl.score.inliner with parameters of type JustificationsSupplier Modifier and Type Method Description UndoScoreImpacterWeightedScoreImpacter.BigDecimalImpactFunction. impact(BigDecimal matchWeight, JustificationsSupplier justificationsSupplier)UndoScoreImpacterWeightedScoreImpacter.IntImpactFunction. impact(int matchWeight, JustificationsSupplier justificationsSupplier)UndoScoreImpacterWeightedScoreImpacter.LongImpactFunction. impact(long matchWeight, JustificationsSupplier justificationsSupplier)UndoScoreImpacterWeightedScoreImpacter. impactScore(int matchWeight, JustificationsSupplier justificationsSupplier)UndoScoreImpacterWeightedScoreImpacter. impactScore(long matchWeight, JustificationsSupplier justificationsSupplier)UndoScoreImpacterWeightedScoreImpacter. impactScore(BigDecimal matchWeight, JustificationsSupplier justificationsSupplier)
-