org.camunda.bpm.dmn.engine.impl.handler
Class AbstractDmnClauseHandler<E extends org.camunda.bpm.model.dmn.instance.LiteralExpression>

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnElementHandler<E,I>
      extended by org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnLiteralExpressionHandler<E,DmnClauseEntryImpl>
          extended by org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnClauseHandler<E>
All Implemented Interfaces:
DmnElementHandler<E,DmnClauseEntryImpl>
Direct Known Subclasses:
DmnInputEntryHandler, DmnOutputEntryHandler

public abstract class AbstractDmnClauseHandler<E extends org.camunda.bpm.model.dmn.instance.LiteralExpression>
extends AbstractDmnLiteralExpressionHandler<E,DmnClauseEntryImpl>


Constructor Summary
AbstractDmnClauseHandler()
           
 
Method Summary
protected  DmnClauseEntryImpl createElement(DmnElementHandlerContext context, E clauseEntry)
           
 
Methods inherited from class org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnLiteralExpressionHandler
hasJuelExpressionLanguage, initElement, initExpression, initExpressionLanguage, isExpression, postProcessExpressionText
 
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

AbstractDmnClauseHandler

public AbstractDmnClauseHandler()
Method Detail

createElement

protected DmnClauseEntryImpl createElement(DmnElementHandlerContext context,
                                           E clauseEntry)
Overrides:
createElement in class AbstractDmnLiteralExpressionHandler<E extends org.camunda.bpm.model.dmn.instance.LiteralExpression,DmnClauseEntryImpl>


Copyright © 2015 camunda services GmbH. All rights reserved.