Uses of Interface
org.optaplanner.constraint.streams.common.inliner.UndoScoreImpacter
-
Packages that use UndoScoreImpacter Package Description org.optaplanner.constraint.streams.bavet.common org.optaplanner.constraint.streams.common.inliner -
-
Uses of UndoScoreImpacter in org.optaplanner.constraint.streams.bavet.common
Methods in org.optaplanner.constraint.streams.bavet.common that return UndoScoreImpacter Modifier and Type Method Description protected abstract UndoScoreImpacterAbstractScorer. impact(Tuple_ tuple) -
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(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)
-