org.camunda.bpm.dmn.engine.impl.hitpolicy
Class PriorityHitPolicyHandler
java.lang.Object
org.camunda.bpm.dmn.engine.impl.hitpolicy.PriorityHitPolicyHandler
- All Implemented Interfaces:
- DmnHitPolicyHandler
public class PriorityHitPolicyHandler
- extends Object
- implements DmnHitPolicyHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PriorityHitPolicyHandler
public PriorityHitPolicyHandler()
apply
public DmnDecisionTableResult apply(DmnDecisionTable decisionTable,
DmnDecisionTableResult decisionTableResult)
- 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:
decisionTable - the evaluated decision tabledecisionTableResult - the full evaluation result
- Returns:
- the final evaluation result
Copyright © 2015 camunda services GmbH. All rights reserved.