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

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.transform.DmnDecisionTransformHandler
All Implemented Interfaces:
DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Decision,DmnDecisionImpl>

public class DmnDecisionTransformHandler
extends Object
implements DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Decision,DmnDecisionImpl>


Constructor Summary
DmnDecisionTransformHandler()
           
 
Method Summary
protected  DmnDecisionImpl createDmnElement()
           
protected  DmnDecisionImpl createFromDecision(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Decision decision)
           
 DmnDecisionImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Decision decision)
          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

DmnDecisionTransformHandler

public DmnDecisionTransformHandler()
Method Detail

handleElement

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

Specified by:
handleElement in interface DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Decision,DmnDecisionImpl>
Parameters:
context - the transformation context
decision - the source element
Returns:
the transformed element

createFromDecision

protected DmnDecisionImpl createFromDecision(DmnElementTransformContext context,
                                             org.camunda.bpm.model.dmn.instance.Decision decision)

createDmnElement

protected DmnDecisionImpl createDmnElement()


Copyright © 2017 camunda services GmbH. All rights reserved.