public class DmnLiternalExpressionTransformHandler extends Object implements DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.LiteralExpression,DmnExpressionImpl>
| Constructor and Description |
|---|
DmnLiternalExpressionTransformHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected DmnExpressionImpl |
createDmnElement(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.LiteralExpression inputEntry) |
protected DmnExpressionImpl |
createFromLiteralExpressionEntry(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.LiteralExpression literalExpression) |
DmnExpressionImpl |
handleElement(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.LiteralExpression literalExpression)
Transform a DMN model element
|
public DmnLiternalExpressionTransformHandler()
public DmnExpressionImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression literalExpression)
DmnElementTransformHandlerhandleElement in interface DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.LiteralExpression,DmnExpressionImpl>context - the transformation contextliteralExpression - the source elementprotected DmnExpressionImpl createFromLiteralExpressionEntry(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression literalExpression)
protected DmnExpressionImpl createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression inputEntry)
Copyright © 2015–2019 camunda services GmbH. All rights reserved.