Uses of Interface
org.optaplanner.test.api.score.stream.ConstraintVerifier
-
Uses of ConstraintVerifier in org.optaplanner.test.api.score.stream
Modifier and TypeMethodDescriptionstatic <ConstraintProvider_ extends ConstraintProvider,
Solution_>
ConstraintVerifier<ConstraintProvider_,Solution_> ConstraintVerifier.build
(ConstraintProvider_ constraintProvider, Class<Solution_> planningSolutionClass, Class<?>... entityClasses) Entry point to the API.static <ConstraintProvider_ extends ConstraintProvider,
Solution_>
ConstraintVerifier<ConstraintProvider_,Solution_> ConstraintVerifier.create
(SolverConfig solverConfig) Uses aSolverConfig
to build aConstraintVerifier
.ConstraintVerifier.withConstraintStreamImplType
(ConstraintStreamImplType constraintStreamImplType) All subsequent calls toverifyThat(BiFunction)
andverifyThat()
use the givenConstraintStreamImplType
.ConstraintVerifier.withDroolsAlphaNetworkCompilationEnabled
(boolean droolsAlphaNetworkCompilationEnabled) Applies only toConstraintStreamImplType.DROOLS
. -
Uses of ConstraintVerifier in org.optaplanner.test.impl.score.stream
Modifier and TypeClassDescriptionfinal class
DefaultConstraintVerifier<ConstraintProvider_ extends ConstraintProvider,
Solution_, Score_ extends Score<Score_>> Modifier and TypeMethodDescriptionDefaultConstraintVerifier.withConstraintStreamImplType
(ConstraintStreamImplType constraintStreamImplType) DefaultConstraintVerifier.withDroolsAlphaNetworkCompilationEnabled
(boolean droolsAlphaNetworkCompilationEnabled)