public class DmnDecisionTableOutputTransformHandler extends Object implements DmnElementTransformHandler<Output,DmnDecisionTableOutputImpl>
| Constructor and Description |
|---|
DmnDecisionTableOutputTransformHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected DmnDecisionTableOutputImpl |
createDmnElement(DmnElementTransformContext context,
Output output) |
protected DmnDecisionTableOutputImpl |
createFromOutput(DmnElementTransformContext context,
Output output) |
protected DmnTypeDefinition |
getTypeDefinition(DmnElementTransformContext context,
Output output) |
DmnDecisionTableOutputImpl |
handleElement(DmnElementTransformContext context,
Output output)
Transform a DMN model element
|
public DmnDecisionTableOutputTransformHandler()
public DmnDecisionTableOutputImpl handleElement(DmnElementTransformContext context, Output output)
DmnElementTransformHandlerhandleElement in interface DmnElementTransformHandler<Output,DmnDecisionTableOutputImpl>context - the transformation contextoutput - the source elementprotected DmnDecisionTableOutputImpl createFromOutput(DmnElementTransformContext context, Output output)
protected DmnDecisionTableOutputImpl createDmnElement(DmnElementTransformContext context, Output output)
protected DmnTypeDefinition getTypeDefinition(DmnElementTransformContext context, Output output)
Copyright © 2015–2021 camunda services GmbH. All rights reserved.