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

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.transform.DmnDecisionTableInputTransformHandler
All Implemented Interfaces:
DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Input,DmnDecisionTableInputImpl>

public class DmnDecisionTableInputTransformHandler
extends Object
implements DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Input,DmnDecisionTableInputImpl>


Constructor Summary
DmnDecisionTableInputTransformHandler()
           
 
Method Summary
protected  DmnDecisionTableInputImpl createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input)
           
protected  DmnDecisionTableInputImpl createFromInput(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input)
           
 DmnDecisionTableInputImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input)
          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

DmnDecisionTableInputTransformHandler

public DmnDecisionTableInputTransformHandler()
Method Detail

handleElement

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

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

createFromInput

protected DmnDecisionTableInputImpl createFromInput(DmnElementTransformContext context,
                                                    org.camunda.bpm.model.dmn.instance.Input input)

createDmnElement

protected DmnDecisionTableInputImpl createDmnElement(DmnElementTransformContext context,
                                                     org.camunda.bpm.model.dmn.instance.Input input)


Copyright © 2017 camunda services GmbH. All rights reserved.