public class DmnDecisionTransformHandler extends Object implements DmnElementTransformHandler<Decision,DmnDecisionImpl>
| Constructor and Description |
|---|
DmnDecisionTransformHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected DmnDecisionImpl |
createDmnElement() |
protected DmnDecisionImpl |
createFromDecision(DmnElementTransformContext context,
Decision decision) |
DmnDecisionImpl |
handleElement(DmnElementTransformContext context,
Decision decision)
Transform a DMN model element
|
public DmnDecisionImpl handleElement(DmnElementTransformContext context, Decision decision)
DmnElementTransformHandlerhandleElement in interface DmnElementTransformHandler<Decision,DmnDecisionImpl>context - the transformation contextdecision - the source elementprotected DmnDecisionImpl createFromDecision(DmnElementTransformContext context, Decision decision)
protected DmnDecisionImpl createDmnElement()
Copyright © 2018. All rights reserved.