Uses of Interface
org.optaplanner.test.api.score.stream.ConstraintVerifier
Packages that use ConstraintVerifier
- 
Uses of ConstraintVerifier in org.optaplanner.test.api.score.streamMethods in org.optaplanner.test.api.score.stream that return ConstraintVerifierModifier 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 aSolverConfigto 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.streamClasses in org.optaplanner.test.impl.score.stream that implement ConstraintVerifierModifier and TypeClassDescriptionfinal classDefaultConstraintVerifier<ConstraintProvider_ extends ConstraintProvider,Solution_, Score_ extends Score<Score_>> Methods in org.optaplanner.test.impl.score.stream that return ConstraintVerifierModifier and TypeMethodDescriptionDefaultConstraintVerifier.withConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType) DefaultConstraintVerifier.withDroolsAlphaNetworkCompilationEnabled(boolean droolsAlphaNetworkCompilationEnabled)