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

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.transform.DmnDecisionTableInputExpressionTransformHandler
All Implemented Interfaces:
DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.InputExpression,DmnExpressionImpl>

public class DmnDecisionTableInputExpressionTransformHandler
extends Object
implements DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.InputExpression,DmnExpressionImpl>


Constructor Summary
DmnDecisionTableInputExpressionTransformHandler()
           
 
Method Summary
protected  DmnExpressionImpl createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)
           
protected  DmnExpressionImpl createFromInputExpression(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)
           
 DmnExpressionImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)
          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

DmnDecisionTableInputExpressionTransformHandler

public DmnDecisionTableInputExpressionTransformHandler()
Method Detail

handleElement

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

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

createFromInputExpression

protected DmnExpressionImpl createFromInputExpression(DmnElementTransformContext context,
                                                      org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)

createDmnElement

protected DmnExpressionImpl createDmnElement(DmnElementTransformContext context,
                                             org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)


Copyright © 2017 camunda services GmbH. All rights reserved.