Source - the type of the transformation inputTarget - the type of the transformation outputpublic interface DmnElementTransformHandler<Source extends org.camunda.bpm.model.dmn.instance.DmnModelElementInstance,Target>
| Modifier and Type | Method and Description |
|---|---|
Target |
handleElement(DmnElementTransformContext context,
Source element)
Transform a DMN model element
|
Target handleElement(DmnElementTransformContext context, Source element)
context - the transformation contextelement - the source elementCopyright © 2015–2019 camunda services GmbH. All rights reserved.