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

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

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


Constructor Summary
DmnDecisionTableConditionTransformHandler()
           
 
Method Summary
protected  DmnExpressionImpl createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputEntry inputEntry)
           
protected  DmnExpressionImpl createFromInputEntry(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputEntry inputEntry)
           
 DmnExpressionImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputEntry inputEntry)
          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

DmnDecisionTableConditionTransformHandler

public DmnDecisionTableConditionTransformHandler()
Method Detail

handleElement

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

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

createFromInputEntry

protected DmnExpressionImpl createFromInputEntry(DmnElementTransformContext context,
                                                 org.camunda.bpm.model.dmn.instance.InputEntry inputEntry)

createDmnElement

protected DmnExpressionImpl createDmnElement(DmnElementTransformContext context,
                                             org.camunda.bpm.model.dmn.instance.InputEntry inputEntry)


Copyright © 2017 camunda services GmbH. All rights reserved.