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

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnElementHandler<org.camunda.bpm.model.dmn.instance.DecisionTable,E>
      extended by org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnDecisionTableHandler<DmnDecisionTableImpl>
          extended by org.camunda.bpm.dmn.engine.impl.handler.DmnDecisionTableHandler
All Implemented Interfaces:
DmnElementHandler<org.camunda.bpm.model.dmn.instance.DecisionTable,DmnDecisionTableImpl>

public class DmnDecisionTableHandler
extends AbstractDmnDecisionTableHandler<DmnDecisionTableImpl>


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

Constructor Detail

DmnDecisionTableHandler

public DmnDecisionTableHandler()
Method Detail

createElement

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


Copyright © 2015 camunda services GmbH. All rights reserved.