Class BendableLongScoreInliner
- java.lang.Object
-
- ai.timefold.solver.constraint.streams.common.inliner.AbstractScoreInliner<BendableLongScore>
-
- ai.timefold.solver.constraint.streams.common.inliner.BendableLongScoreInliner
-
public final class BendableLongScoreInliner extends AbstractScoreInliner<BendableLongScore>
-
-
Field Summary
-
Fields inherited from class ai.timefold.solver.constraint.streams.common.inliner.AbstractScoreInliner
constraintMatchEnabled, constraintWeightMap
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WeightedScoreImpacter<BendableLongScore,?>buildWeightedScoreImpacter(AbstractConstraint<?,?,?> constraint)Create a new instance ofWeightedScoreImpacterfor a particular constraint.BendableLongScoreextractScore(int initScore)StringtoString()-
Methods inherited from class ai.timefold.solver.constraint.streams.common.inliner.AbstractScoreInliner
addConstraintMatch, buildScoreInliner, getConstraintMatchTotalMap, getIndictmentMap, isConstraintMatchEnabled
-
-
-
-
Method Detail
-
buildWeightedScoreImpacter
public WeightedScoreImpacter<BendableLongScore,?> buildWeightedScoreImpacter(AbstractConstraint<?,?,?> constraint)
Description copied from class:AbstractScoreInlinerCreate a new instance ofWeightedScoreImpacterfor a particular constraint.- Specified by:
buildWeightedScoreImpacterin classAbstractScoreInliner<BendableLongScore>- Parameters:
constraint- never null- Returns:
- never null
-
extractScore
public BendableLongScore extractScore(int initScore)
- Specified by:
extractScorein classAbstractScoreInliner<BendableLongScore>
-
-