Class AnyHitPolicyHandler
java.lang.Object
org.camunda.bpm.dmn.engine.impl.hitpolicy.AnyHitPolicyHandler
- All Implemented Interfaces:
 DmnHitPolicyHandler
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final HitPolicyEntrystatic final DmnHitPolicyLogger - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanallOutputsAreEqual(List<DmnEvaluatedDecisionRule> matchingRules) apply(DmnDecisionTableEvaluationEvent decisionTableEvaluationEvent) Applies hit policy.toString() 
- 
Field Details
- 
LOG
 - 
HIT_POLICY
 
 - 
 - 
Constructor Details
- 
AnyHitPolicyHandler
public AnyHitPolicyHandler() 
 - 
 - 
Method Details
- 
getHitPolicyEntry
- Specified by:
 getHitPolicyEntryin interfaceDmnHitPolicyHandler- Returns:
 - the implemented hit policy and aggregator
 
 - 
apply
public 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 interfaceDmnHitPolicyHandler- Parameters:
 decisionTableEvaluationEvent- the evaluation event of the decision table- Returns:
 - the final evaluation result
 
 - 
allOutputsAreEqual
 - 
toString
 
 -