Modifier and Type | Method and Description |
---|---|
List<DmnEvaluatedDecisionRule> |
DmnDecisionTableEvaluationEvent.getMatchingRules() |
Modifier and Type | Class and Description |
---|---|
class |
DmnEvaluatedDecisionRuleImpl |
Modifier and Type | Field and Description |
---|---|
protected List<DmnEvaluatedDecisionRule> |
DmnDecisionTableEvaluationEventImpl.matchingRules |
Modifier and Type | Method and Description |
---|---|
List<DmnEvaluatedDecisionRule> |
DmnDecisionTableEvaluationEventImpl.getMatchingRules() |
Modifier and Type | Method and Description |
---|---|
void |
DmnDecisionTableEvaluationEventImpl.setMatchingRules(List<DmnEvaluatedDecisionRule> matchingRules) |
Modifier and Type | Method and Description |
---|---|
protected DmnEvaluatedDecisionRule |
DecisionTableEvaluationHandler.evaluateMatchingRule(List<DmnDecisionTableOutputImpl> decisionTableOutputs,
DmnDecisionTableRuleImpl matchingRule,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AnyHitPolicyHandler.allOutputsAreEqual(List<DmnEvaluatedDecisionRule> matchingRules) |
DmnHitPolicyException |
DmnHitPolicyLogger.anyHitPolicyRequiresThatAllOutputsAreEqual(List<DmnEvaluatedDecisionRule> matchingRules) |
DmnHitPolicyException |
DmnHitPolicyLogger.uniqueHitPolicyOnlyAllowsSingleMatchingRule(List<DmnEvaluatedDecisionRule> matchingRules) |
Copyright © 2022. All rights reserved.