org.camunda.bpm.dmn.engine.impl.transform
Class DmnDecisionTableRuleTransformHandler

java.lang.Object
  extended by 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
DmnDecisionTableRuleTransformHandler()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DmnDecisionTableRuleTransformHandler

public DmnDecisionTableRuleTransformHandler()
Method Detail

handleElement

public DmnDecisionTableRuleImpl handleElement(DmnElementTransformContext context,
                                              org.camunda.bpm.model.dmn.instance.Rule rule)
Description copied from interface: DmnElementTransformHandler
Transform a DMN model element

Specified by:
handleElement in interface DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Rule,DmnDecisionTableRuleImpl>
Parameters:
context - the transformation context
rule - 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)


Copyright © 2017 camunda services GmbH. All rights reserved.