Uses of Interface
org.optaplanner.test.api.score.stream.ConstraintVerifier
-
Packages that use ConstraintVerifier Package Description org.optaplanner.test.api.score.stream org.optaplanner.test.impl.score.stream -
-
Uses of ConstraintVerifier in org.optaplanner.test.api.score.stream
Methods in org.optaplanner.test.api.score.stream that return ConstraintVerifier Modifier and Type Method Description static <ConstraintProvider_ extends ConstraintProvider,Solution_>
ConstraintVerifier<ConstraintProvider_,Solution_>ConstraintVerifier. build(ConstraintProvider_ constraintProvider, Class<Solution_> planningSolutionClass, Class<?>... entityClasses)
Entry point to the API.ConstraintVerifier<ConstraintProvider_,Solution_>
ConstraintVerifier. withConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType)
All subsequent calls toverifyThat(BiFunction)
andverifyThat()
will use the givenConstraintStreamImplType
. -
Uses of ConstraintVerifier in org.optaplanner.test.impl.score.stream
Classes in org.optaplanner.test.impl.score.stream that implement ConstraintVerifier Modifier and Type Class Description class
DefaultConstraintVerifier<ConstraintProvider_ extends ConstraintProvider,Solution_>
Methods in org.optaplanner.test.impl.score.stream that return ConstraintVerifier Modifier and Type Method Description ConstraintVerifier<ConstraintProvider_,Solution_>
DefaultConstraintVerifier. withConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType)
-