Uses of Interface
org.optaplanner.core.api.score.stream.ConstraintFactory
-
-
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
Classes in org.optaplanner.core.impl.score.stream that implement ConstraintFactory Modifier and Type Class Description classInnerConstraintFactory<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_,Score_>DefaultConstraintVerifier. verifyThat(BiFunction<ConstraintProvider_,ConstraintFactory,Constraint> constraintFunction)
-