Uses of Package
org.optaplanner.core.api.score.stream
Packages that use org.optaplanner.core.api.score.stream
Package
Description
Classes used for
Score
calculation.The
ConstraintStream
API for bi-tuples.The
ConstraintStream
API for four matched facts.The
ConstraintStream
API for tri-tuples.The
ConstraintStream
API for uni-tuples.-
Classes in org.optaplanner.core.api.score.stream used by org.optaplanner.core.api.score
-
Classes in org.optaplanner.core.api.score.stream used by org.optaplanner.core.api.score.constraint
-
Classes in org.optaplanner.core.api.score.stream used by org.optaplanner.core.api.score.streamClassDescriptionThis represents a single constraint in the
ConstraintStream
API that impacts theScore
.The factory to create everyConstraintStream
(for example withConstraintFactory.forEach(Class)
) which ends in aConstraint
returned byConstraintProvider.defineConstraints(ConstraintFactory)
.Marker interface for constraint justifications.Default implementation ofConstraintJustification
, returned byConstraintMatch.getJustification()
unless the user defined a custom justification mapping. -
Classes in org.optaplanner.core.api.score.stream used by org.optaplanner.core.api.score.stream.biClassDescriptionThis represents a single constraint in the
ConstraintStream
API that impacts theScore
.Marker interface for constraint justifications. -
Classes in org.optaplanner.core.api.score.stream used by org.optaplanner.core.api.score.stream.quadClassDescriptionThis represents a single constraint in the
ConstraintStream
API that impacts theScore
.Marker interface for constraint justifications. -
Classes in org.optaplanner.core.api.score.stream used by org.optaplanner.core.api.score.stream.triClassDescriptionThis represents a single constraint in the
ConstraintStream
API that impacts theScore
.Marker interface for constraint justifications. -
Classes in org.optaplanner.core.api.score.stream used by org.optaplanner.core.api.score.stream.uniClassDescriptionThis represents a single constraint in the
ConstraintStream
API that impacts theScore
.Marker interface for constraint justifications. -
Classes in org.optaplanner.core.api.score.stream used by org.optaplanner.core.config.score.director
-
Classes in org.optaplanner.core.api.score.stream used by org.optaplanner.core.config.solver
-
Classes in org.optaplanner.core.api.score.stream used by org.optaplanner.core.impl.score
-
Classes in org.optaplanner.core.api.score.stream used by org.optaplanner.core.impl.score.constraint
-
Classes in org.optaplanner.core.api.score.stream used by org.optaplanner.test.api.score.streamClassDescriptionThis represents a single constraint in the
ConstraintStream
API that impacts theScore
.The factory to create everyConstraintStream
(for example withConstraintFactory.forEach(Class)
) which ends in aConstraint
returned byConstraintProvider.defineConstraints(ConstraintFactory)
.Used by Constraint Streams'Score
calculation. -
Classes in org.optaplanner.core.api.score.stream used by org.optaplanner.test.impl.score.streamClassDescriptionThis represents a single constraint in the
ConstraintStream
API that impacts theScore
.The factory to create everyConstraintStream
(for example withConstraintFactory.forEach(Class)
) which ends in aConstraint
returned byConstraintProvider.defineConstraints(ConstraintFactory)
.Used by Constraint Streams'Score
calculation.