Uses of Interface
org.optaplanner.core.api.score.stream.ConstraintFactory
-
Packages that use ConstraintFactory Package Description org.optaplanner.core.api.score.stream org.optaplanner.test.api.score.stream org.optaplanner.test.impl.score.stream -
-
Uses of ConstraintFactory in org.optaplanner.core.api.score.stream
Methods in org.optaplanner.core.api.score.stream that return ConstraintFactory Modifier and Type Method Description ConstraintFactoryConstraint. getConstraintFactory()Deprecated, for removal: This API element is subject to removal in a future version.for removal as it is not necessary on the public API.ConstraintFactoryConstraintStream. getConstraintFactory()TheConstraintFactorythat build this.Methods in org.optaplanner.core.api.score.stream with parameters of type ConstraintFactory Modifier and Type Method Description Constraint[]ConstraintProvider. defineConstraints(ConstraintFactory constraintFactory)This method is called once to create the constraints. -
Uses of ConstraintFactory in org.optaplanner.test.api.score.stream
Method parameters in org.optaplanner.test.api.score.stream with type arguments of type ConstraintFactory Modifier and Type Method Description SingleConstraintVerification<Solution_>ConstraintVerifier. verifyThat(BiFunction<ConstraintProvider_,ConstraintFactory,Constraint> constraintFunction)Creates a constraint verifier for a givenConstraintof theConstraintProvider. -
Uses of ConstraintFactory in org.optaplanner.test.impl.score.stream
Method parameters in org.optaplanner.test.impl.score.stream with type arguments of type ConstraintFactory Modifier and Type Method Description DefaultSingleConstraintVerification<Solution_,Score_>DefaultConstraintVerifier. verifyThat(BiFunction<ConstraintProvider_,ConstraintFactory,Constraint> constraintFunction)
-