Class HardMediumSoftBigDecimalScoreHolderImpl
java.lang.Object
org.optaplanner.constraint.drl.holder.AbstractScoreHolder<HardMediumSoftBigDecimalScore>
org.optaplanner.constraint.drl.holder.HardMediumSoftBigDecimalScoreHolderImpl
- All Implemented Interfaces:
- HardMediumSoftBigDecimalScoreHolder,- ScoreHolder<HardMediumSoftBigDecimalScore>
public final class HardMediumSoftBigDecimalScoreHolderImpl
extends AbstractScoreHolder<HardMediumSoftBigDecimalScore>
implements HardMediumSoftBigDecimalScoreHolder
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.optaplanner.constraint.drl.holder.AbstractScoreHolderAbstractScoreHolder.BigDecimalMatchExecutor, AbstractScoreHolder.ConstraintActivationUnMatchListener, AbstractScoreHolder.IntMatchExecutor, AbstractScoreHolder.LongMatchExecutor, AbstractScoreHolder.ScoreMatchExecutor<Score_ extends Score<Score_>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected final Map<org.kie.api.definition.rule.Rule,AbstractScoreHolder.BigDecimalMatchExecutor> protected final Map<org.kie.api.definition.rule.Rule,AbstractScoreHolder.ScoreMatchExecutor<HardMediumSoftBigDecimalScore>> Slower thanmatchExecutorByNumberMapprotected BigDecimalprotected BigDecimalFields inherited from class org.optaplanner.constraint.drl.holder.AbstractScoreHolderconstraintMatchEnabled, constraintMatchTotalMap, indictmentMap
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddHardConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal hardWeight) Add a hard constraint of specified weighting.voidaddMediumConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal mediumWeight) Add a medium level constraint of specified weighting.voidaddMultiConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal hardWeight, BigDecimal mediumWeight, BigDecimal softWeight) voidaddSoftConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal softWeight) Add a soft constraint match of specified weighting.voidconfigureConstraintWeight(org.kie.api.definition.rule.Rule rule, HardMediumSoftBigDecimalScore constraintWeight) extractScore(int initScore) voidimpactScore(org.kie.api.runtime.rule.RuleContext kcontext) For internal use only, use penalize() or reward() instead.voidimpactScore(org.kie.api.runtime.rule.RuleContext kcontext, int weightMultiplier) For internal use only, use penalize() or reward() instead.voidimpactScore(org.kie.api.runtime.rule.RuleContext kcontext, long weightMultiplier) For internal use only, use penalize() or reward() instead.voidimpactScore(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal weightMultiplier) For internal use only, use penalize() or reward() instead.voidpenalize(org.kie.api.runtime.rule.RuleContext kcontext) Penalize a match by theConstraintWeightnegated.voidpenalize(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal weightMultiplier) Penalize a match by theConstraintWeightnegated and multiplied with the weightMultiplier for all score levels.voidpenalize(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal hardWeightMultiplier, BigDecimal mediumWeightMultiplier, BigDecimal softWeightMultiplier) Penalize a match by theConstraintWeightnegated and multiplied with the specific weightMultiplier per score level.voidreward(org.kie.api.runtime.rule.RuleContext kcontext) Reward a match by theConstraintWeight.voidreward(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal weightMultiplier) Reward a match by theConstraintWeightmultiplied with the weightMultiplier for all score levels.voidreward(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal hardWeightMultiplier, BigDecimal mediumWeightMultiplier, BigDecimal softWeightMultiplier) Reward a match by theConstraintWeightmultiplied with the specific weightMultiplier per score level.Methods inherited from class org.optaplanner.constraint.drl.holder.AbstractScoreHolderbuildScoreHolder, extractJustificationList, getConstraintMatchTotalMap, getIndictmentMap, isConstraintMatchEnabled, registerConstraintMatch
- 
Field Details- 
matchExecutorByNumberMapprotected final Map<org.kie.api.definition.rule.Rule,AbstractScoreHolder.BigDecimalMatchExecutor> matchExecutorByNumberMap
- 
matchExecutorByScoreMapprotected final Map<org.kie.api.definition.rule.Rule,AbstractScoreHolder.ScoreMatchExecutor<HardMediumSoftBigDecimalScore>> matchExecutorByScoreMapSlower thanmatchExecutorByNumberMap
- 
hardScore
- 
mediumScore
- 
softScore
 
- 
- 
Constructor Details- 
HardMediumSoftBigDecimalScoreHolderImplpublic HardMediumSoftBigDecimalScoreHolderImpl(boolean constraintMatchEnabled) 
 
- 
- 
Method Details- 
getHardScore
- 
getMediumScore
- 
getSoftScore
- 
configureConstraintWeightpublic void configureConstraintWeight(org.kie.api.definition.rule.Rule rule, HardMediumSoftBigDecimalScore constraintWeight) - Overrides:
- configureConstraintWeightin class- AbstractScoreHolder<HardMediumSoftBigDecimalScore>
 
- 
penalizepublic void penalize(org.kie.api.runtime.rule.RuleContext kcontext) Description copied from interface:ScoreHolderPenalize a match by theConstraintWeightnegated.- Specified by:
- penalizein interface- ScoreHolder<HardMediumSoftBigDecimalScore>
- Parameters:
- kcontext- never null, the magic variable in DRL
 
- 
penalizeDescription copied from interface:HardMediumSoftBigDecimalScoreHolderPenalize a match by theConstraintWeightnegated and multiplied with the weightMultiplier for all score levels.- Specified by:
- penalizein interface- HardMediumSoftBigDecimalScoreHolder
- Parameters:
- kcontext- never null, the magic variable in DRL
- weightMultiplier- at least 0
 
- 
penalizepublic void penalize(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal hardWeightMultiplier, BigDecimal mediumWeightMultiplier, BigDecimal softWeightMultiplier) Description copied from interface:HardMediumSoftBigDecimalScoreHolderPenalize a match by theConstraintWeightnegated and multiplied with the specific weightMultiplier per score level. Slower thanHardMediumSoftBigDecimalScoreHolder.penalize(RuleContext, BigDecimal).- Specified by:
- penalizein interface- HardMediumSoftBigDecimalScoreHolder
- Parameters:
- kcontext- never null, the magic variable in DRL
- hardWeightMultiplier- at least 0
- mediumWeightMultiplier- at least 0
- softWeightMultiplier- at least 0
 
- 
rewardpublic void reward(org.kie.api.runtime.rule.RuleContext kcontext) Description copied from interface:ScoreHolderReward a match by theConstraintWeight.- Specified by:
- rewardin interface- ScoreHolder<HardMediumSoftBigDecimalScore>
- Parameters:
- kcontext- never null, the magic variable in DRL
 
- 
rewardDescription copied from interface:HardMediumSoftBigDecimalScoreHolderReward a match by theConstraintWeightmultiplied with the weightMultiplier for all score levels.- Specified by:
- rewardin interface- HardMediumSoftBigDecimalScoreHolder
- Parameters:
- kcontext- never null, the magic variable in DRL
- weightMultiplier- at least 0
 
- 
rewardpublic void reward(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal hardWeightMultiplier, BigDecimal mediumWeightMultiplier, BigDecimal softWeightMultiplier) Description copied from interface:HardMediumSoftBigDecimalScoreHolderReward a match by theConstraintWeightmultiplied with the specific weightMultiplier per score level. Slower thanHardMediumSoftBigDecimalScoreHolder.reward(RuleContext, BigDecimal).- Specified by:
- rewardin interface- HardMediumSoftBigDecimalScoreHolder
- Parameters:
- kcontext- never null, the magic variable in DRL
- hardWeightMultiplier- at least 0
- mediumWeightMultiplier- at least 0
- softWeightMultiplier- at least 0
 
- 
impactScorepublic void impactScore(org.kie.api.runtime.rule.RuleContext kcontext) Description copied from class:AbstractScoreHolderFor internal use only, use penalize() or reward() instead.- Overrides:
- impactScorein class- AbstractScoreHolder<HardMediumSoftBigDecimalScore>
- Parameters:
- kcontext- never null
 
- 
impactScorepublic void impactScore(org.kie.api.runtime.rule.RuleContext kcontext, int weightMultiplier) Description copied from class:AbstractScoreHolderFor internal use only, use penalize() or reward() instead.- Specified by:
- impactScorein class- AbstractScoreHolder<HardMediumSoftBigDecimalScore>
- Parameters:
- kcontext- never null
- weightMultiplier- any
 
- 
impactScorepublic void impactScore(org.kie.api.runtime.rule.RuleContext kcontext, long weightMultiplier) Description copied from class:AbstractScoreHolderFor internal use only, use penalize() or reward() instead.- Specified by:
- impactScorein class- AbstractScoreHolder<HardMediumSoftBigDecimalScore>
- Parameters:
- kcontext- never null
- weightMultiplier- any
 
- 
impactScoreDescription copied from class:AbstractScoreHolderFor internal use only, use penalize() or reward() instead.- Specified by:
- impactScorein interface- HardMediumSoftBigDecimalScoreHolder
- Specified by:
- impactScorein class- AbstractScoreHolder<HardMediumSoftBigDecimalScore>
- Parameters:
- kcontext- never null
- weightMultiplier- any
 
- 
addHardConstraintMatchpublic void addHardConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal hardWeight) Description copied from interface:HardMediumSoftBigDecimalScoreHolderAdd a hard constraint of specified weighting. This is typically used in Drools scoring to add a hard constraint match (negative value to indicate an infeasible solution).- Specified by:
- addHardConstraintMatchin interface- HardMediumSoftBigDecimalScoreHolder
- Parameters:
- kcontext- never null, the magic variable in DRL
- hardWeight- never null, higher is better, negative for a penalty, positive for a reward
 
- 
addMediumConstraintMatchpublic void addMediumConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal mediumWeight) Description copied from interface:HardMediumSoftBigDecimalScoreHolderAdd a medium level constraint of specified weighting. This is typically used in Drools scoring to add a medium priority constraint match.- Specified by:
- addMediumConstraintMatchin interface- HardMediumSoftBigDecimalScoreHolder
- Parameters:
- kcontext- never null, the magic variable in DRL
- mediumWeight- never null, higher is better, negative for a penalty, positive for a reward
 
- 
addSoftConstraintMatchpublic void addSoftConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal softWeight) Description copied from interface:HardMediumSoftBigDecimalScoreHolderAdd a soft constraint match of specified weighting. This is typically used in Drools scoring to add a low priority constraint match.- Specified by:
- addSoftConstraintMatchin interface- HardMediumSoftBigDecimalScoreHolder
- Parameters:
- kcontext- never null, the magic variable in DRL
- softWeight- never null, higher is better, negative for a penalty, positive for a reward
 
- 
addMultiConstraintMatchpublic void addMultiConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext, BigDecimal hardWeight, BigDecimal mediumWeight, BigDecimal softWeight) - Specified by:
- addMultiConstraintMatchin interface- HardMediumSoftBigDecimalScoreHolder
- Parameters:
- kcontext- never null, the magic variable in DRL
- hardWeight- never null, higher is better, negative for a penalty, positive for a reward
- mediumWeight- never null, higher is better, negative for a penalty, positive for a reward
- softWeight- never null, higher is better, negative for a penalty, positive for a reward
 
- 
extractScore- Specified by:
- extractScorein class- AbstractScoreHolder<HardMediumSoftBigDecimalScore>
 
 
-