Uses of Package
org.optaplanner.constraint.streams.common.inliner
-
Packages that use org.optaplanner.constraint.streams.common.inliner Package Description org.optaplanner.constraint.streams.common org.optaplanner.constraint.streams.common.inliner -
Classes in org.optaplanner.constraint.streams.common.inliner used by org.optaplanner.constraint.streams.common Class Description AbstractScoreInliner -
Classes in org.optaplanner.constraint.streams.common.inliner used by org.optaplanner.constraint.streams.common.inliner Class Description AbstractScoreInliner JustificationsSupplier Allows to create justifications and indictments lazily if and only if constraint matches are enabled.ScoreContext UndoScoreImpacter WeightedScoreImpacter There are several valid ways how an impacter could be called from a constraint stream:.penalize(..., (int) 1).penalizeLong(..., (int) 1).penalizeLong(..., (long) 1).penalizeBigDecimal(..., (int) 1).penalizeBigDecimal(..., (long) 1).penalizeBigDecimal(..., BigDecimal.ONE)Plus reward variants of the above. An implementation of this interface can throw anUnsupportedOperationExceptionfor the method types it doesn't support.WeightedScoreImpacter.BigDecimalImpactFunction WeightedScoreImpacter.IntImpactFunction WeightedScoreImpacter.LongImpactFunction