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.static <ConstraintProvider_ extends ConstraintProvider,Solution_>
ConstraintVerifier<ConstraintProvider_,Solution_>ConstraintVerifier. create(SolverConfig solverConfig)
Uses aSolverConfig
to build aConstraintVerifier
.ConstraintVerifier<ConstraintProvider_,Solution_>
ConstraintVerifier. withConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType)
All subsequent calls toverifyThat(BiFunction)
andverifyThat()
use the givenConstraintStreamImplType
.ConstraintVerifier<ConstraintProvider_,Solution_>
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 ConstraintVerifier Modifier and Type Class Description class
DefaultConstraintVerifier<ConstraintProvider_ extends ConstraintProvider,Solution_,Score_ extends Score<Score_>>
Methods in org.optaplanner.test.impl.score.stream that return ConstraintVerifier Modifier and Type Method Description ConstraintVerifier<ConstraintProvider_,Solution_>
DefaultConstraintVerifier. withConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType)
ConstraintVerifier<ConstraintProvider_,Solution_>
DefaultConstraintVerifier. withDroolsAlphaNetworkCompilationEnabled(boolean droolsAlphaNetworkCompilationEnabled)
-