public class HardSoftBigDecimalScoreHolder extends AbstractScoreHolder
HardSoftBigDecimalScore,
Serialized FormAbstractScoreHolder.ConstraintActivationUnMatchListener| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
hardScore |
protected BigDecimal |
softScore |
constraintMatchEnabled, constraintMatchTotalMap, indictmentMap, zeroScore| Constructor and Description |
|---|
HardSoftBigDecimalScoreHolder(boolean constraintMatchEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHardConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext,
BigDecimal hardWeight) |
void |
addMultiConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext,
BigDecimal hardWeight,
BigDecimal softWeight) |
void |
addSoftConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext,
BigDecimal softWeight) |
Score |
extractScore(int initScore)
|
BigDecimal |
getHardScore() |
BigDecimal |
getSoftScore() |
extractJustificationList, getConstraintMatchTotals, getIndictmentMap, isConstraintMatchEnabled, registerConstraintMatchprotected BigDecimal hardScore
protected BigDecimal softScore
public HardSoftBigDecimalScoreHolder(boolean constraintMatchEnabled)
public BigDecimal getHardScore()
public BigDecimal getSoftScore()
public void addHardConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext,
BigDecimal hardWeight)
kcontext - never null, the magic variable in DRLhardWeight - never null, higher is better, negative for a penalty, positive for a rewardpublic void addSoftConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext,
BigDecimal softWeight)
kcontext - never null, the magic variable in DRLsoftWeight - never null, higher is better, negative for a penalty, positive for a rewardpublic void addMultiConstraintMatch(org.kie.api.runtime.rule.RuleContext kcontext,
BigDecimal hardWeight,
BigDecimal softWeight)
kcontext - never null, the magic variable in DRLhardWeight - never null, higher is better, negative for a penalty, positive for a rewardsoftWeight - never null, higher is better, negative for a penalty, positive for a rewardpublic Score extractScore(int initScore)
ScoreHolderScore, calculated by the KieSession for DroolsScoreDirector.
Should not be called directly, use ScoreDirector.calculateScore() instead.
initScore - <= 0, managed by OptaPlanner, needed as a parameter in the Score's creation
method, see Score.getInitScore()Score of the working PlanningSolutionCopyright © 2006–2017 JBoss by Red Hat. All rights reserved.