Uses of Interface
org.optaplanner.core.impl.score.inliner.IntWeightedScoreImpacter
-
-
Uses of IntWeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.bendable
Methods in org.optaplanner.core.impl.score.buildin.bendable that return IntWeightedScoreImpacter Modifier and Type Method Description IntWeightedScoreImpacterBendableScoreInliner. buildWeightedScoreImpacter(BendableScore constraintWeight) -
Uses of IntWeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.hardmediumsoft
Methods in org.optaplanner.core.impl.score.buildin.hardmediumsoft that return IntWeightedScoreImpacter Modifier and Type Method Description IntWeightedScoreImpacterHardMediumSoftScoreInliner. buildWeightedScoreImpacter(HardMediumSoftScore constraintWeight) -
Uses of IntWeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.hardsoft
Methods in org.optaplanner.core.impl.score.buildin.hardsoft that return IntWeightedScoreImpacter Modifier and Type Method Description IntWeightedScoreImpacterHardSoftScoreInliner. buildWeightedScoreImpacter(HardSoftScore constraintWeight) -
Uses of IntWeightedScoreImpacter in org.optaplanner.core.impl.score.buildin.simple
Methods in org.optaplanner.core.impl.score.buildin.simple that return IntWeightedScoreImpacter Modifier and Type Method Description IntWeightedScoreImpacterSimpleScoreInliner. buildWeightedScoreImpacter(SimpleScore constraintWeight)
-