public interface DmnTransformListener
| Modifier and Type | Method and Description |
|---|---|
void |
transformDecision(Decision decision,
DmnDecision dmnDecision)
Notified after a DMN decision was transformed
|
void |
transformDecisionRequirementsGraph(Definitions definitions,
DmnDecisionRequirementsGraph dmnDecisionRequirementsGraph)
Notified after a Decision Requirements Graph was transformed
|
void |
transformDecisionTableInput(Input input,
DmnDecisionTableInputImpl dmnInput)
Notified after a DMN decision table input was transformed
|
void |
transformDecisionTableOutput(Output output,
DmnDecisionTableOutputImpl dmnOutput)
Notified after a DMN decision table output was transformed
|
void |
transformDecisionTableRule(Rule rule,
DmnDecisionTableRuleImpl dmnRule)
Notified after a DMN decision table rule was transformed
|
void transformDecision(Decision decision, DmnDecision dmnDecision)
decision - the decision from the DMN model instancedmnDecision - the transformed DmnDecisionvoid transformDecisionTableInput(Input input, DmnDecisionTableInputImpl dmnInput)
input - the input from the DMN model instancedmnInput - the transformed DmnDecisionTableInputImplvoid transformDecisionTableOutput(Output output, DmnDecisionTableOutputImpl dmnOutput)
output - the output from the DMN model instancedmnOutput - the transformed DmnDecisionTableOutputImplvoid transformDecisionTableRule(Rule rule, DmnDecisionTableRuleImpl dmnRule)
rule - the rule from the DMN model instancedmnRule - the transformed DmnDecisionTableRuleImplvoid transformDecisionRequirementsGraph(Definitions definitions, DmnDecisionRequirementsGraph dmnDecisionRequirementsGraph)
definitions - dmnDecisionGraph - Copyright © 2018. All rights reserved.