public class DmnDecisionTableConditionTransformHandler extends Object implements DmnElementTransformHandler<InputEntry,DmnExpressionImpl>
| Constructor and Description |
|---|
DmnDecisionTableConditionTransformHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected DmnExpressionImpl |
createDmnElement(DmnElementTransformContext context,
InputEntry inputEntry) |
protected DmnExpressionImpl |
createFromInputEntry(DmnElementTransformContext context,
InputEntry inputEntry) |
DmnExpressionImpl |
handleElement(DmnElementTransformContext context,
InputEntry inputEntry)
Transform a DMN model element
|
public DmnDecisionTableConditionTransformHandler()
public DmnExpressionImpl handleElement(DmnElementTransformContext context, InputEntry inputEntry)
DmnElementTransformHandlerhandleElement in interface DmnElementTransformHandler<InputEntry,DmnExpressionImpl>context - the transformation contextinputEntry - the source elementprotected DmnExpressionImpl createFromInputEntry(DmnElementTransformContext context, InputEntry inputEntry)
protected DmnExpressionImpl createDmnElement(DmnElementTransformContext context, InputEntry inputEntry)
Copyright © 2015–2021 camunda services GmbH. All rights reserved.