Modifier and Type | Field and Description |
---|---|
protected List<DmnDecisionTableRuleImpl> |
DmnDecisionTableImpl.rules |
Modifier and Type | Method and Description |
---|---|
List<DmnDecisionTableRuleImpl> |
DmnDecisionTableImpl.getRules() |
Modifier and Type | Method and Description |
---|---|
void |
DmnDecisionTableImpl.setRules(List<DmnDecisionTableRuleImpl> rules) |
Constructor and Description |
---|
DmnEvaluatedDecisionRuleImpl(DmnDecisionTableRuleImpl matchingRule) |
Modifier and Type | Method and Description |
---|---|
protected List<DmnDecisionTableRuleImpl> |
DecisionTableEvaluationHandler.evaluateInputForAvailableRules(int conditionIdx,
DmnDecisionTableInputImpl input,
List<DmnDecisionTableRuleImpl> availableRules,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
Modifier and Type | Method and Description |
---|---|
protected DmnEvaluatedDecisionRule |
DecisionTableEvaluationHandler.evaluateMatchingRule(List<DmnDecisionTableOutputImpl> decisionTableOutputs,
DmnDecisionTableRuleImpl matchingRule,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
protected Map<String,DmnEvaluatedOutput> |
DecisionTableEvaluationHandler.evaluateOutputEntries(List<DmnDecisionTableOutputImpl> decisionTableOutputs,
DmnDecisionTableRuleImpl matchingRule,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
Modifier and Type | Method and Description |
---|---|
protected List<DmnDecisionTableRuleImpl> |
DecisionTableEvaluationHandler.evaluateInputForAvailableRules(int conditionIdx,
DmnDecisionTableInputImpl input,
List<DmnDecisionTableRuleImpl> availableRules,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
protected void |
DecisionTableEvaluationHandler.setEvaluationOutput(DmnDecisionTableImpl decisionTable,
List<DmnDecisionTableRuleImpl> matchingRules,
org.camunda.bpm.engine.variable.context.VariableContext variableContext,
DmnDecisionTableEvaluationEventImpl evaluationResult) |
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 © 2022. All rights reserved.