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

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.transform.DmnVariableTransformHandler
All Implemented Interfaces:
DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Variable,DmnVariableImpl>

public class DmnVariableTransformHandler
extends Object
implements DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Variable,DmnVariableImpl>


Constructor Summary
DmnVariableTransformHandler()
           
 
Method Summary
protected  DmnVariableImpl createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Variable variable)
           
protected  DmnVariableImpl createFromVariable(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Variable variable)
           
 DmnVariableImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Variable variable)
          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

DmnVariableTransformHandler

public DmnVariableTransformHandler()
Method Detail

handleElement

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

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

createFromVariable

protected DmnVariableImpl createFromVariable(DmnElementTransformContext context,
                                             org.camunda.bpm.model.dmn.instance.Variable variable)

createDmnElement

protected DmnVariableImpl createDmnElement(DmnElementTransformContext context,
                                           org.camunda.bpm.model.dmn.instance.Variable variable)


Copyright © 2017 camunda services GmbH. All rights reserved.