Uses of Interface
org.optaplanner.test.api.score.stream.ConstraintVerifier
Packages that use ConstraintVerifier
-
Uses of ConstraintVerifier in org.optaplanner.test.api.score.stream
Methods in org.optaplanner.test.api.score.stream that return ConstraintVerifierModifier and TypeMethodDescriptionstatic <ConstraintProvider_ extends org.optaplanner.core.api.score.stream.ConstraintProvider,Solution_>
ConstraintVerifier<ConstraintProvider_,Solution_> ConstraintVerifier.build(ConstraintProvider_ constraintProvider, Class<Solution_> planningSolutionClass, Class<?>... entityClasses) Entry point to the API.static <ConstraintProvider_ extends org.optaplanner.core.api.score.stream.ConstraintProvider,Solution_>
ConstraintVerifier<ConstraintProvider_,Solution_> ConstraintVerifier.create(org.optaplanner.core.config.solver.SolverConfig solverConfig) Uses aSolverConfigto build aConstraintVerifier.ConstraintVerifier.withConstraintStreamImplType(org.optaplanner.core.api.score.stream.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
Classes in org.optaplanner.test.impl.score.stream that implement ConstraintVerifierModifier and TypeClassDescriptionfinal classDefaultConstraintVerifier<ConstraintProvider_ extends org.optaplanner.core.api.score.stream.ConstraintProvider,Solution_, Score_ extends org.optaplanner.core.api.score.Score<Score_>> Methods in org.optaplanner.test.impl.score.stream that return ConstraintVerifierModifier and TypeMethodDescriptionDefaultConstraintVerifier.withConstraintStreamImplType(org.optaplanner.core.api.score.stream.ConstraintStreamImplType constraintStreamImplType) DefaultConstraintVerifier.withDroolsAlphaNetworkCompilationEnabled(boolean droolsAlphaNetworkCompilationEnabled)