Uses of Interface
org.optaplanner.constraint.streams.common.inliner.WeightedScoreImpacter
-
Packages that use WeightedScoreImpacter Package Description org.optaplanner.constraint.streams.common.inliner org.optaplanner.constraint.streams.drools -
-
Uses of WeightedScoreImpacter in org.optaplanner.constraint.streams.common.inliner
Methods in org.optaplanner.constraint.streams.common.inliner that return WeightedScoreImpacter Modifier and Type Method Description abstract WeightedScoreImpacterAbstractScoreInliner. buildWeightedScoreImpacter(org.optaplanner.core.api.score.stream.Constraint constraint, Score_ constraintWeight)Create a new instance ofWeightedScoreImpacterfor a particular constraint.WeightedScoreImpacterBendableLongScoreInliner. buildWeightedScoreImpacter(org.optaplanner.core.api.score.stream.Constraint constraint, org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore constraintWeight)static WeightedScoreImpacterWeightedScoreImpacter. of(WeightedScoreImpacter.BigDecimalImpactFunction impactFunction)static WeightedScoreImpacterWeightedScoreImpacter. of(WeightedScoreImpacter.IntImpactFunction impactFunction)static WeightedScoreImpacterWeightedScoreImpacter. of(WeightedScoreImpacter.LongImpactFunction impactFunction) -
Uses of WeightedScoreImpacter in org.optaplanner.constraint.streams.drools
Methods in org.optaplanner.constraint.streams.drools that return types with arguments of type WeightedScoreImpacter Modifier and Type Method Description Map<DroolsConstraint<Solution_>,org.drools.model.Global<WeightedScoreImpacter>>KieBaseDescriptor. getConstraintToGlobalMap()Method parameters in org.optaplanner.constraint.streams.drools with type arguments of type WeightedScoreImpacter Modifier and Type Method Description org.drools.model.RuleDroolsConstraint. buildRule(org.drools.model.Global<WeightedScoreImpacter> scoreImpacterGlobal)
-