Uses of Class
org.optaplanner.constraint.streams.common.inliner.JustificationsSupplier
-
Packages that use JustificationsSupplier Package Description org.optaplanner.constraint.streams.common.inliner -
-
Uses of JustificationsSupplier in org.optaplanner.constraint.streams.common.inliner
Methods in org.optaplanner.constraint.streams.common.inliner that return JustificationsSupplier Modifier and Type Method Description static JustificationsSupplierJustificationsSupplier. empty()static JustificationsSupplierJustificationsSupplier. of(Function<org.optaplanner.core.api.score.Score<?>,org.optaplanner.core.api.score.stream.ConstraintJustification> constraintJustificationSupplier, Supplier<Collection<Object>> indictedObjectsSupplier)Methods in org.optaplanner.constraint.streams.common.inliner with parameters of type JustificationsSupplier Modifier and Type Method Description protected RunnableAbstractScoreInliner. addConstraintMatch(org.optaplanner.core.api.score.stream.Constraint constraint, Score_ constraintWeight, Score_ score, JustificationsSupplier justificationsSupplier)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)
-