Uses of Interface
org.optaplanner.test.api.score.stream.MultiConstraintVerification
-
Packages that use MultiConstraintVerification Package Description org.optaplanner.test.api.score.stream org.optaplanner.test.impl.score.stream -
-
Uses of MultiConstraintVerification in org.optaplanner.test.api.score.stream
Methods in org.optaplanner.test.api.score.stream that return MultiConstraintVerification Modifier and Type Method Description MultiConstraintVerification<Solution_>
ConstraintVerifier. verifyThat()
Creates a constraint verifier for all constraints of theConstraintProvider
. -
Uses of MultiConstraintVerification in org.optaplanner.test.impl.score.stream
Classes in org.optaplanner.test.impl.score.stream that implement MultiConstraintVerification Modifier and Type Class Description class
DefaultMultiConstraintVerification<Solution_>
-