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()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.core.impl.score.stream
Classes in org.optaplanner.core.impl.score.stream that implement ConstraintFactory Modifier and Type Class Description classInnerConstraintFactory<Solution_,Constraint_ extends Constraint> -
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_>
-