org.camunda.bpm.dmn.engine.impl.transform
Class DmnDecisionRequirementsGraphTransformHandler
java.lang.Object
org.camunda.bpm.dmn.engine.impl.transform.DmnDecisionRequirementsGraphTransformHandler
- All Implemented Interfaces:
- DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Definitions,DmnDecisionRequirementsGraphImpl>
public class DmnDecisionRequirementsGraphTransformHandler
- extends Object
- implements DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Definitions,DmnDecisionRequirementsGraphImpl>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DmnDecisionRequirementsGraphTransformHandler
public DmnDecisionRequirementsGraphTransformHandler()
handleElement
public DmnDecisionRequirementsGraphImpl handleElement(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.Definitions definitions)
- Description copied from interface:
DmnElementTransformHandler
- Transform a DMN model element
- Specified by:
handleElement in interface DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Definitions,DmnDecisionRequirementsGraphImpl>
- Parameters:
context - the transformation contextdefinitions - the source element
- Returns:
- the transformed element
createFromDefinitions
protected DmnDecisionRequirementsGraphImpl createFromDefinitions(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.Definitions definitions)
createDmnElement
protected DmnDecisionRequirementsGraphImpl createDmnElement()
Copyright © 2017 camunda services GmbH. All rights reserved.