Uses of Interface
org.optaplanner.test.api.score.stream.SingleConstraintVerification
-
Packages that use SingleConstraintVerification Package Description org.optaplanner.test.api.score.stream org.optaplanner.test.impl.score.stream -
-
Uses of SingleConstraintVerification in org.optaplanner.test.api.score.stream
Methods in org.optaplanner.test.api.score.stream that return SingleConstraintVerification Modifier and Type Method Description SingleConstraintVerification<Solution_>ConstraintVerifier. verifyThat(BiFunction<ConstraintProvider_,org.optaplanner.core.api.score.stream.ConstraintFactory,org.optaplanner.core.api.score.stream.Constraint> constraintFunction)Creates a constraint verifier for a givenConstraintof theConstraintProvider. -
Uses of SingleConstraintVerification in org.optaplanner.test.impl.score.stream
Classes in org.optaplanner.test.impl.score.stream that implement SingleConstraintVerification Modifier and Type Class Description classDefaultSingleConstraintVerification<Solution_,Score_ extends org.optaplanner.core.api.score.Score<Score_>>
-