Uses of Interface
org.optaplanner.core.impl.score.inliner.UndoScoreImpacter
-
-
Uses of UndoScoreImpacter in org.optaplanner.core.impl.score.inliner
Methods in org.optaplanner.core.impl.score.inliner that return UndoScoreImpacter Modifier and Type Method Description UndoScoreImpacter
WeightedScoreImpacter.BigDecimalImpactFunction. impact(BigDecimal matchWeight, JustificationsSupplier justificationsSupplier)
UndoScoreImpacter
WeightedScoreImpacter.IntImpactFunction. impact(int matchWeight, JustificationsSupplier justificationsSupplier)
UndoScoreImpacter
WeightedScoreImpacter.LongImpactFunction. impact(long matchWeight, JustificationsSupplier justificationsSupplier)
UndoScoreImpacter
WeightedScoreImpacter. impactScore(int matchWeight, JustificationsSupplier justificationsSupplier)
UndoScoreImpacter
WeightedScoreImpacter. impactScore(long matchWeight, JustificationsSupplier justificationsSupplier)
UndoScoreImpacter
WeightedScoreImpacter. impactScore(BigDecimal matchWeight, JustificationsSupplier justificationsSupplier)
-
Uses of UndoScoreImpacter in org.optaplanner.core.impl.score.stream.bavet.bi
Methods in org.optaplanner.core.impl.score.stream.bavet.bi that return UndoScoreImpacter Modifier and Type Method Description UndoScoreImpacter
BavetScoringBiTuple. getUndoScoreImpacter()
Methods in org.optaplanner.core.impl.score.stream.bavet.bi with parameters of type UndoScoreImpacter Modifier and Type Method Description void
BavetScoringBiTuple. setUndoScoreImpacter(UndoScoreImpacter undoScoreImpacter)
Constructor parameters in org.optaplanner.core.impl.score.stream.bavet.bi with type arguments of type UndoScoreImpacter Constructor Description BavetScoringBiNode(BavetConstraintSession session, int nodeIndex, Score<?> constraintWeight, BiFunction<A,B,UndoScoreImpacter> scoreImpacter)
-
Uses of UndoScoreImpacter in org.optaplanner.core.impl.score.stream.bavet.common
Methods in org.optaplanner.core.impl.score.stream.bavet.common that return UndoScoreImpacter Modifier and Type Method Description UndoScoreImpacter
BavetScoringTuple. getUndoScoreImpacter()
Methods in org.optaplanner.core.impl.score.stream.bavet.common with parameters of type UndoScoreImpacter Modifier and Type Method Description void
BavetScoringTuple. setUndoScoreImpacter(UndoScoreImpacter undoScoreImpacter)
-
Uses of UndoScoreImpacter in org.optaplanner.core.impl.score.stream.bavet.tri
Methods in org.optaplanner.core.impl.score.stream.bavet.tri that return UndoScoreImpacter Modifier and Type Method Description UndoScoreImpacter
BavetScoringTriTuple. getUndoScoreImpacter()
Methods in org.optaplanner.core.impl.score.stream.bavet.tri with parameters of type UndoScoreImpacter Modifier and Type Method Description void
BavetScoringTriTuple. setUndoScoreImpacter(UndoScoreImpacter undoScoreImpacter)
Constructor parameters in org.optaplanner.core.impl.score.stream.bavet.tri with type arguments of type UndoScoreImpacter Constructor Description BavetScoringTriNode(BavetConstraintSession session, int nodeIndex, Score<?> constraintWeight, TriFunction<A,B,C,UndoScoreImpacter> scoreImpacter)
-
Uses of UndoScoreImpacter in org.optaplanner.core.impl.score.stream.bavet.uni
Methods in org.optaplanner.core.impl.score.stream.bavet.uni that return UndoScoreImpacter Modifier and Type Method Description UndoScoreImpacter
BavetScoringUniTuple. getUndoScoreImpacter()
Methods in org.optaplanner.core.impl.score.stream.bavet.uni with parameters of type UndoScoreImpacter Modifier and Type Method Description void
BavetScoringUniTuple. setUndoScoreImpacter(UndoScoreImpacter undoScoreImpacter)
Constructor parameters in org.optaplanner.core.impl.score.stream.bavet.uni with type arguments of type UndoScoreImpacter Constructor Description BavetScoringUniNode(BavetConstraintSession session, int nodeIndex, Score<?> constraintWeight, Function<A,UndoScoreImpacter> scoreImpacter)
-