Class BendableLongScoreInliner
java.lang.Object
ai.timefold.solver.constraint.streams.common.inliner.AbstractScoreInliner<BendableLongScore>
ai.timefold.solver.constraint.streams.common.inliner.BendableLongScoreInliner
-
Field Summary
Fields inherited from class ai.timefold.solver.constraint.streams.common.inliner.AbstractScoreInliner
constraintMatchEnabled, constraintWeightMap -
Method Summary
Modifier and TypeMethodDescriptionbuildWeightedScoreImpacter(AbstractConstraint<?, ?, ?> constraint) Create a new instance ofWeightedScoreImpacterfor a particular constraint.extractScore(int initScore) toString()Methods inherited from class ai.timefold.solver.constraint.streams.common.inliner.AbstractScoreInliner
addConstraintMatch, buildScoreInliner, getConstraintIdToConstraintMatchTotalMap, getIndictmentMap, isConstraintMatchEnabled
-
Method Details
-
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
- Specified by:
extractScorein classAbstractScoreInliner<BendableLongScore>
-
toString
-