org.camunda.bpm.dmn.engine.impl.handler
Class DmnRuleHandler

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnElementHandler<org.camunda.bpm.model.dmn.instance.Rule,DmnRuleImpl>
      extended by org.camunda.bpm.dmn.engine.impl.handler.DmnRuleHandler
All Implemented Interfaces:
DmnElementHandler<org.camunda.bpm.model.dmn.instance.Rule,DmnRuleImpl>

public class DmnRuleHandler
extends AbstractDmnElementHandler<org.camunda.bpm.model.dmn.instance.Rule,DmnRuleImpl>


Constructor Summary
DmnRuleHandler()
           
 
Method Summary
protected  DmnRuleImpl createElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Rule element)
           
 
Methods inherited from class org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnElementHandler
handleElement, initElement, initKey, initName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DmnRuleHandler

public DmnRuleHandler()
Method Detail

createElement

protected DmnRuleImpl createElement(DmnElementHandlerContext context,
                                    org.camunda.bpm.model.dmn.instance.Rule element)
Specified by:
createElement in class AbstractDmnElementHandler<org.camunda.bpm.model.dmn.instance.Rule,DmnRuleImpl>


Copyright © 2015 camunda services GmbH. All rights reserved.