org.camunda.bpm.dmn.engine.impl.transform
Class DmnVariableTransformHandler
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DmnVariableTransformHandler
public DmnVariableTransformHandler()
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 contextvariable - 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.