| Modifier and Type | Field and Description | 
|---|---|
protected List<DmnDecisionTableRuleImpl> | 
DmnDecisionTableImpl.rules  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<DmnDecisionTableRuleImpl> | 
DefaultDmnDecisionContext.evaluateInputForAvailableRules(int conditionIdx,
                              DmnDecisionTableInputImpl input,
                              List<DmnDecisionTableRuleImpl> availableRules,
                              org.camunda.bpm.engine.variable.context.VariableContext variableContext)  | 
List<DmnDecisionTableRuleImpl> | 
DmnDecisionTableImpl.getRules()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected DmnEvaluatedDecisionRule | 
DefaultDmnDecisionContext.evaluateMatchingRule(List<DmnDecisionTableOutputImpl> decisionTableOutputs,
                    DmnDecisionTableRuleImpl matchingRule,
                    org.camunda.bpm.engine.variable.context.VariableContext variableContext)  | 
protected Map<String,DmnEvaluatedOutput> | 
DefaultDmnDecisionContext.evaluateOutputEntries(List<DmnDecisionTableOutputImpl> decisionTableOutputs,
                     DmnDecisionTableRuleImpl matchingRule,
                     org.camunda.bpm.engine.variable.context.VariableContext variableContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<DmnDecisionTableRuleImpl> | 
DefaultDmnDecisionContext.evaluateInputForAvailableRules(int conditionIdx,
                              DmnDecisionTableInputImpl input,
                              List<DmnDecisionTableRuleImpl> availableRules,
                              org.camunda.bpm.engine.variable.context.VariableContext variableContext)  | 
protected void | 
DefaultDmnDecisionContext.setEvaluationOutput(DmnDecisionTableImpl decisionTable,
                   List<DmnDecisionTableRuleImpl> matchingRules,
                   org.camunda.bpm.engine.variable.context.VariableContext variableContext,
                   DmnDecisionTableEvaluationEventImpl evaluationResult)  | 
void | 
DmnDecisionTableImpl.setRules(List<DmnDecisionTableRuleImpl> rules)  | 
| Constructor and Description | 
|---|
DmnEvaluatedDecisionRuleImpl(DmnDecisionTableRuleImpl matchingRule)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DmnTransformListener.transformDecisionTableRule(Rule rule,
                          DmnDecisionTableRuleImpl dmnRule)
Notified after a DMN decision table rule was transformed 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected DmnDecisionTableRuleImpl | 
DmnDecisionTableRuleTransformHandler.createDmnElement(DmnElementTransformContext context,
                Rule rule)  | 
protected DmnDecisionTableRuleImpl | 
DmnDecisionTableRuleTransformHandler.createFromRule(DmnElementTransformContext context,
              Rule rule)  | 
DmnDecisionTableRuleImpl | 
DmnDecisionTableRuleTransformHandler.handleElement(DmnElementTransformContext context,
             Rule rule)  | 
protected DmnDecisionTableRuleImpl | 
DefaultDmnTransform.transformDecisionTableRule(Rule rule)  | 
| Modifier and Type | Method and Description | 
|---|---|
DmnTransformException | 
DmnTransformLogger.decisionTableRuleIdIsMissing(DmnDecision dmnDecision,
                            DmnDecisionTableRuleImpl dmnDecisionTableRule)  | 
DmnTransformException | 
DmnTransformLogger.differentNumberOfInputsAndInputEntries(int inputsSize,
                                      int inputEntriesSize,
                                      DmnDecisionTableRuleImpl rule)  | 
DmnTransformException | 
DmnTransformLogger.differentNumberOfOutputsAndOutputEntries(int outputsSize,
                                        int outputEntriesSize,
                                        DmnDecisionTableRuleImpl rule)  | 
protected void | 
DefaultDmnTransform.notifyTransformListeners(Rule rule,
                        DmnDecisionTableRuleImpl dmnRule)  | 
Copyright © 2018. All rights reserved.