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

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

public class DmnClauseHandler
extends AbstractDmnElementHandler<org.camunda.bpm.model.dmn.instance.Clause,DmnClauseImpl>


Constructor Summary
DmnClauseHandler()
           
 
Method Summary
protected  DmnClauseImpl createElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Clause clause)
           
protected  void initElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Clause clause, DmnClauseImpl dmnClause)
           
protected  void initIsOrdered(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Clause clause, DmnClauseImpl dmnClause)
           
protected  void initOutputName(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Clause clause, DmnClauseImpl dmnClause)
           
 
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

DmnClauseHandler

public DmnClauseHandler()
Method Detail

createElement

protected DmnClauseImpl createElement(DmnElementHandlerContext context,
                                      org.camunda.bpm.model.dmn.instance.Clause clause)
Specified by:
createElement in class AbstractDmnElementHandler<org.camunda.bpm.model.dmn.instance.Clause,DmnClauseImpl>

initElement

protected void initElement(DmnElementHandlerContext context,
                           org.camunda.bpm.model.dmn.instance.Clause clause,
                           DmnClauseImpl dmnClause)
Overrides:
initElement in class AbstractDmnElementHandler<org.camunda.bpm.model.dmn.instance.Clause,DmnClauseImpl>

initIsOrdered

protected void initIsOrdered(DmnElementHandlerContext context,
                             org.camunda.bpm.model.dmn.instance.Clause clause,
                             DmnClauseImpl dmnClause)

initOutputName

protected void initOutputName(DmnElementHandlerContext context,
                              org.camunda.bpm.model.dmn.instance.Clause clause,
                              DmnClauseImpl dmnClause)


Copyright © 2015 camunda services GmbH. All rights reserved.