Interface SimpleBigDecimalScoreHolder

    • Method Detail

      • penalize

        void penalize​(org.kie.api.runtime.rule.RuleContext kcontext,
                      BigDecimal weightMultiplier)
        Penalize a match by the ConstraintWeight negated and multiplied with the weightMultiplier for all score levels.
        Parameters:
        kcontext - never null, the magic variable in DRL
        weightMultiplier - at least 0
      • reward

        void reward​(org.kie.api.runtime.rule.RuleContext kcontext,
                    BigDecimal weightMultiplier)
        Reward a match by the ConstraintWeight multiplied with the weightMultiplier for all score levels.
        Parameters:
        kcontext - never null, the magic variable in DRL
        weightMultiplier - at least 0
      • impactScore

        void impactScore​(org.kie.api.runtime.rule.RuleContext kcontext,
                         BigDecimal weightMultiplier)
      • addConstraintMatch

        void addConstraintMatch​(org.kie.api.runtime.rule.RuleContext kcontext,
                                BigDecimal weight)
        Parameters:
        kcontext - never null, the magic variable in DRL
        weight - never null, higher is better, negative for a penalty, positive for a reward