public class DmnDecisionTableRuleTransformHandler extends Object implements DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Rule,DmnDecisionTableRuleImpl>
| Constructor and Description |
|---|
DmnDecisionTableRuleTransformHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected DmnDecisionTableRuleImpl |
createDmnElement(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.Rule rule) |
protected DmnDecisionTableRuleImpl |
createFromRule(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.Rule rule) |
DmnDecisionTableRuleImpl |
handleElement(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.Rule rule)
Transform a DMN model element
|
public DmnDecisionTableRuleTransformHandler()
public DmnDecisionTableRuleImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule)
DmnElementTransformHandlerhandleElement in interface DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Rule,DmnDecisionTableRuleImpl>context - the transformation contextrule - the source elementprotected DmnDecisionTableRuleImpl createFromRule(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule)
protected DmnDecisionTableRuleImpl createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule)
Copyright © 2015–2019 camunda services GmbH. All rights reserved.