org.camunda.bpm.dmn.engine.impl.handler
Class DmnClauseHandler
java.lang.Object
org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnElementHandler<org.camunda.bpm.model.dmn.instance.Clause,DmnClauseImpl>
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DmnClauseHandler
public DmnClauseHandler()
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.