Uses of Interface
org.optaplanner.core.impl.score.inliner.WeightedScoreImpacter
-
-
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.bendable
Methods in org.optaplanner.core.impl.score.buildin.bendable that return WeightedScoreImpacter Modifier and Type Method Description WeightedScoreImpacterBendableScoreInliner. buildWeightedScoreImpacter(Constraint constraint) -
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.bendablebigdecimal
Methods in org.optaplanner.core.impl.score.buildin.bendablebigdecimal that return WeightedScoreImpacter Modifier and Type Method Description WeightedScoreImpacterBendableBigDecimalScoreInliner. buildWeightedScoreImpacter(Constraint constraint) -
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.bendablelong
Methods in org.optaplanner.core.impl.score.buildin.bendablelong that return WeightedScoreImpacter Modifier and Type Method Description WeightedScoreImpacterBendableLongScoreInliner. buildWeightedScoreImpacter(Constraint constraint) -
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.hardmediumsoft
Methods in org.optaplanner.core.impl.score.buildin.hardmediumsoft that return WeightedScoreImpacter Modifier and Type Method Description WeightedScoreImpacterHardMediumSoftScoreInliner. buildWeightedScoreImpacter(Constraint constraint) -
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.hardmediumsoftbigdecimal
Methods in org.optaplanner.core.impl.score.buildin.hardmediumsoftbigdecimal that return WeightedScoreImpacter Modifier and Type Method Description WeightedScoreImpacterHardMediumSoftBigDecimalScoreInliner. buildWeightedScoreImpacter(Constraint constraint) -
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.hardmediumsoftlong
Methods in org.optaplanner.core.impl.score.buildin.hardmediumsoftlong that return WeightedScoreImpacter Modifier and Type Method Description WeightedScoreImpacterHardMediumSoftLongScoreInliner. buildWeightedScoreImpacter(Constraint constraint) -
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.hardsoft
Methods in org.optaplanner.core.impl.score.buildin.hardsoft that return WeightedScoreImpacter Modifier and Type Method Description WeightedScoreImpacterHardSoftScoreInliner. buildWeightedScoreImpacter(Constraint constraint) -
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.hardsoftbigdecimal
Methods in org.optaplanner.core.impl.score.buildin.hardsoftbigdecimal that return WeightedScoreImpacter Modifier and Type Method Description WeightedScoreImpacterHardSoftBigDecimalScoreInliner. buildWeightedScoreImpacter(Constraint constraint) -
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.hardsoftlong
Methods in org.optaplanner.core.impl.score.buildin.hardsoftlong that return WeightedScoreImpacter Modifier and Type Method Description WeightedScoreImpacterHardSoftLongScoreInliner. buildWeightedScoreImpacter(Constraint constraint) -
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.simple
Methods in org.optaplanner.core.impl.score.buildin.simple that return WeightedScoreImpacter Modifier and Type Method Description WeightedScoreImpacterSimpleScoreInliner. buildWeightedScoreImpacter(Constraint constraint) -
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.simplebigdecimal
Methods in org.optaplanner.core.impl.score.buildin.simplebigdecimal that return WeightedScoreImpacter Modifier and Type Method Description WeightedScoreImpacterSimpleBigDecimalScoreInliner. buildWeightedScoreImpacter(Constraint constraint) -
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.simplelong
Methods in org.optaplanner.core.impl.score.buildin.simplelong that return WeightedScoreImpacter Modifier and Type Method Description WeightedScoreImpacterSimpleLongScoreInliner. buildWeightedScoreImpacter(Constraint constraint) -
Uses of WeightedScoreImpacter in org.optaplanner.core.impl.score.inliner
Methods in org.optaplanner.core.impl.score.inliner that return WeightedScoreImpacter Modifier and Type Method Description abstract WeightedScoreImpacterScoreInliner. buildWeightedScoreImpacter(Constraint constraint)Create a new instance ofWeightedScoreImpacterfor a particular constraint.static WeightedScoreImpacterWeightedScoreImpacter. of(WeightedScoreImpacter.BigDecimalImpactFunction impactFunction)static WeightedScoreImpacterWeightedScoreImpacter. of(WeightedScoreImpacter.IntImpactFunction impactFunction)static WeightedScoreImpacterWeightedScoreImpacter. 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.RuleDroolsConstraint. buildRule(org.drools.model.Global<WeightedScoreImpacter> scoreImpacterGlobal)
-