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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DmnDecisionTableInputImplcreateDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input) protected DmnDecisionTableInputImplcreateFromInput(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input) handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input) Transform a DMN model element
-
Constructor Details
-
DmnDecisionTableInputTransformHandler
public DmnDecisionTableInputTransformHandler()
-
-
Method Details
-
handleElement
public DmnDecisionTableInputImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input) Description copied from interface:DmnElementTransformHandlerTransform a DMN model element- Specified by:
handleElementin interfaceDmnElementTransformHandler<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)
-