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_,ConstraintFactory,Constraint> constraintFunction)
Creates a constraint verifier for a givenConstraint
of 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 class
DefaultSingleConstraintVerification<Solution_,Score_ extends Score<Score_>>
-