Class DefaultMultiConstraintVerification<Solution_,Score_ extends Score<Score_>>
java.lang.Object
org.optaplanner.test.impl.score.stream.DefaultMultiConstraintVerification<Solution_,Score_>
- All Implemented Interfaces:
MultiConstraintVerification<Solution_>
public final class DefaultMultiConstraintVerification<Solution_,Score_ extends Score<Score_>>
extends Object
implements MultiConstraintVerification<Solution_>
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
assertCorrectArguments
(Object... facts) As defined bySingleConstraintVerification.given(Object...)
.givenSolution
(Solution_ solution) As defined bySingleConstraintVerification.givenSolution(Object)
.
-
Field Details
-
LOGGER
protected final org.slf4j.Logger LOGGER -
scoreDirectorFactory
-
sessionBasedAssertionBuilder
-
-
Method Details
-
given
Description copied from interface:MultiConstraintVerification
As defined bySingleConstraintVerification.given(Object...)
.- Specified by:
given
in interfaceMultiConstraintVerification<Solution_>
- Parameters:
facts
- never null, at least one- Returns:
- never null
-
givenSolution
Description copied from interface:MultiConstraintVerification
As defined bySingleConstraintVerification.givenSolution(Object)
.- Specified by:
givenSolution
in interfaceMultiConstraintVerification<Solution_>
- Parameters:
solution
- never null- Returns:
- never null
-
assertCorrectArguments
-