Uses of Interface
org.optaplanner.constraint.streams.common.inliner.UndoScoreImpacter
-
-
Uses of UndoScoreImpacter in org.optaplanner.constraint.streams.bavet.bi
Constructor parameters in org.optaplanner.constraint.streams.bavet.bi with type arguments of type UndoScoreImpacter Constructor Description BiScorer(String constraintPackage, String constraintName, org.optaplanner.core.api.score.Score<?> constraintWeight, BiFunction<A,B,UndoScoreImpacter> scoreImpacter, int inputStoreIndex) -
Uses of UndoScoreImpacter in org.optaplanner.constraint.streams.bavet.tri
Constructor parameters in org.optaplanner.constraint.streams.bavet.tri with type arguments of type UndoScoreImpacter Constructor Description TriScorer(String constraintPackage, String constraintName, org.optaplanner.core.api.score.Score<?> constraintWeight, org.optaplanner.core.api.function.TriFunction<A,B,C,UndoScoreImpacter> scoreImpacter, int inputStoreIndex) -
Uses of UndoScoreImpacter in org.optaplanner.constraint.streams.bavet.uni
Constructor parameters in org.optaplanner.constraint.streams.bavet.uni with type arguments of type UndoScoreImpacter Constructor Description UniScorer(String constraintPackage, String constraintName, org.optaplanner.core.api.score.Score<?> constraintWeight, Function<A,UndoScoreImpacter> scoreImpacter, int inputStoreIndex) -
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)
-