Uses of Interface
org.optaplanner.core.impl.score.stream.common.inliner.WeightedScoreImpacter
-
-
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.director.stream
Methods in org.optaplanner.core.impl.score.director.stream that return types with arguments of type WeightedScoreImpacter Modifier and Type Method Description Map<DroolsConstraint<Solution_>,org.drools.model.Global<WeightedScoreImpacter>>
KieBaseDescriptor. getConstraintToGlobalMap()
-
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.stream.common.inliner
Methods in org.optaplanner.core.impl.score.stream.common.inliner that return WeightedScoreImpacter Modifier and Type Method Description abstract WeightedScoreImpacter
AbstractScoreInliner. buildWeightedScoreImpacter(Constraint constraint)
Create a new instance ofWeightedScoreImpacter
for a particular constraint.WeightedScoreImpacter
BendableLongScoreInliner. buildWeightedScoreImpacter(Constraint constraint)
static WeightedScoreImpacter
WeightedScoreImpacter. of(WeightedScoreImpacter.BigDecimalImpactFunction impactFunction)
static WeightedScoreImpacter
WeightedScoreImpacter. of(WeightedScoreImpacter.IntImpactFunction impactFunction)
static WeightedScoreImpacter
WeightedScoreImpacter. of(WeightedScoreImpacter.LongImpactFunction impactFunction)
-
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.stream.drools
Method parameters in org.optaplanner.core.impl.score.stream.drools with type arguments of type WeightedScoreImpacter Modifier and Type Method Description org.drools.model.Rule
DroolsConstraint. buildRule(org.drools.model.Global<WeightedScoreImpacter> scoreImpacterGlobal)
-