Class AnyHitPolicyHandler
java.lang.Object
org.camunda.bpm.dmn.engine.impl.hitpolicy.AnyHitPolicyHandler
- All Implemented Interfaces:
- DmnHitPolicyHandler
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final HitPolicyEntrystatic final DmnHitPolicyLogger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanallOutputsAreEqual(List<DmnEvaluatedDecisionRule> matchingRules) apply(DmnDecisionTableEvaluationEvent decisionTableEvaluationEvent) Applies hit policy.toString()
- 
Field Details- 
LOG
- 
HIT_POLICY
 
- 
- 
Constructor Details- 
AnyHitPolicyHandlerpublic AnyHitPolicyHandler()
 
- 
- 
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
 
- 
allOutputsAreEqual
- 
toString
 
-