Class DmnDecisionTableRuleTransformHandler
- java.lang.Object
-
- org.camunda.bpm.dmn.engine.impl.transform.DmnDecisionTableRuleTransformHandler
-
- All Implemented Interfaces:
DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Rule,DmnDecisionTableRuleImpl>
public class DmnDecisionTableRuleTransformHandler extends Object implements DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Rule,DmnDecisionTableRuleImpl>
-
-
Constructor Summary
Constructors Constructor Description DmnDecisionTableRuleTransformHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DmnDecisionTableRuleImplcreateDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule)protected DmnDecisionTableRuleImplcreateFromRule(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule)DmnDecisionTableRuleImplhandleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule)Transform a DMN model element
-
-
-
Method Detail
-
handleElement
public DmnDecisionTableRuleImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule)
Description copied from interface:DmnElementTransformHandlerTransform a DMN model element- Specified by:
handleElementin interfaceDmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Rule,DmnDecisionTableRuleImpl>- Parameters:
context- the transformation contextrule- the source element- Returns:
- the transformed element
-
createFromRule
protected DmnDecisionTableRuleImpl createFromRule(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule)
-
createDmnElement
protected DmnDecisionTableRuleImpl createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule)
-
-