org.camunda.bpm.dmn.engine.impl.transform
Class DmnDecisionRequirementsGraphTransformHandler

java.lang.Object
  extended by 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>


Constructor Summary
DmnDecisionRequirementsGraphTransformHandler()
           
 
Method Summary
protected  DmnDecisionRequirementsGraphImpl createDmnElement()
           
protected  DmnDecisionRequirementsGraphImpl createFromDefinitions(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions)
           
 DmnDecisionRequirementsGraphImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions)
          Transform a DMN model element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DmnDecisionRequirementsGraphTransformHandler

public DmnDecisionRequirementsGraphTransformHandler()
Method Detail

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 context
definitions - 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.