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