org.camunda.bpm.dmn.engine.impl.hitpolicy
Class UniqueHitPolicyHandler
java.lang.Object
org.camunda.bpm.dmn.engine.impl.hitpolicy.UniqueHitPolicyHandler
- All Implemented Interfaces:
- DmnHitPolicyHandler
public class UniqueHitPolicyHandler
- extends Object
- implements DmnHitPolicyHandler
LOG
public static final DmnHitPolicyLogger LOG
UniqueHitPolicyHandler
public UniqueHitPolicyHandler()
apply
public DmnDecisionTableEvaluationEvent apply(DmnDecisionTableEvaluationEvent decisionTableEvaluationEvent)
- Description copied from interface:
DmnHitPolicyHandler
- Applies hit policy. Depending on the hit policy this can mean filtering and sorting of matching rules or
aggregating results.
- Specified by:
apply
in interface DmnHitPolicyHandler
- Parameters:
decisionTableEvaluationEvent
- the evaluation event of the decision table
- Returns:
- the final evaluation result
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2016 camunda services GmbH. All rights reserved.