Class CollectHitPolicyHandler
java.lang.Object
org.camunda.bpm.dmn.engine.impl.hitpolicy.CollectHitPolicyHandler
- All Implemented Interfaces:
- DmnHitPolicyHandler
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(DmnDecisionTableEvaluationEvent decisionTableEvaluationEvent) Applies hit policy.toString()
- 
Field Details- 
HIT_POLICY
 
- 
- 
Constructor Details- 
CollectHitPolicyHandlerpublic CollectHitPolicyHandler()
 
- 
- 
Method Details- 
getHitPolicyEntry- Specified by:
- getHitPolicyEntryin interface- DmnHitPolicyHandler
- Returns:
- the implemented hit policy and aggregator
 
- 
applypublic DmnDecisionTableEvaluationEvent apply(DmnDecisionTableEvaluationEvent decisionTableEvaluationEvent) Description copied from interface:DmnHitPolicyHandlerApplies hit policy. Depending on the hit policy this can mean filtering and sorting of matching rules or aggregating results.- Specified by:
- applyin interface- DmnHitPolicyHandler
- Parameters:
- decisionTableEvaluationEvent- the evaluation event of the decision table
- Returns:
- the final evaluation result
 
- 
toString
 
-