Uses of Package
org.optaplanner.constraint.streams.common.inliner
Packages that use org.optaplanner.constraint.streams.common.inliner
Package
Description
-
-
Classes in org.optaplanner.constraint.streams.common.inliner used by org.optaplanner.constraint.streams.common.inlinerClassDescriptionAllows to create justifications and indictments lazily if and only if constraint matches are enabled.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.