public class DmnDecisionTableInputExpressionTransformHandler extends Object implements DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.InputExpression,DmnExpressionImpl>
| Constructor and Description |
|---|
DmnDecisionTableInputExpressionTransformHandler() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public DmnDecisionTableInputExpressionTransformHandler()
public DmnExpressionImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)
DmnElementTransformHandlerhandleElement in interface DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.InputExpression,DmnExpressionImpl>context - the transformation contextinputExpression - the source elementprotected DmnExpressionImpl createFromInputExpression(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)
protected DmnExpressionImpl createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)
Copyright © 2015–2019 camunda services GmbH. All rights reserved.