Package org.optaplanner.core.api.score.stream
package org.optaplanner.core.api.score.stream
-
ClassDescriptionThis represents a single constraint in the
ConstraintStream
API that impacts theScore
.Creates anUniConstraintCollector
,BiConstraintCollector
, ...The factory to create everyConstraintStream
(for example withConstraintFactory.forEach(Class)
) which ends in aConstraint
returned byConstraintProvider.defineConstraints(ConstraintFactory)
.Marker interface for constraint justifications.Used by Constraint Streams'Score
calculation.Default implementation ofConstraintJustification
, returned byConstraintMatch.getJustification()
unless the user defined a custom justification mapping.