Uses of Interface
org.optaplanner.core.api.score.stream.ConstraintFactory
-
Packages that use ConstraintFactory Package Description org.optaplanner.core.api.score.stream TheConstraintStreamAPI: a way to define constraints forScorecalculation.org.optaplanner.core.impl.score.stream org.optaplanner.core.impl.score.stream.bavet org.optaplanner.core.impl.score.stream.drools 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()TheConstraintFactorythat build this.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.core.impl.score.stream
Subinterfaces of ConstraintFactory in org.optaplanner.core.impl.score.stream Modifier and Type Interface Description interfaceInnerConstraintFactory<Solution_> -
Uses of ConstraintFactory in org.optaplanner.core.impl.score.stream.bavet
Classes in org.optaplanner.core.impl.score.stream.bavet that implement ConstraintFactory Modifier and Type Class Description classBavetConstraintFactory<Solution_> -
Uses of ConstraintFactory in org.optaplanner.core.impl.score.stream.drools
Classes in org.optaplanner.core.impl.score.stream.drools that implement ConstraintFactory Modifier and Type Class Description classDroolsConstraintFactory<Solution_> -
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_>DefaultConstraintVerifier. verifyThat(BiFunction<ConstraintProvider_,ConstraintFactory,Constraint> constraintFunction)
-