org.camunda.bpm.dmn.engine
Interface DmnClause

All Superinterfaces:
DmnElement
All Known Implementing Classes:
DmnClauseImpl

public interface DmnClause
extends DmnElement


Method Summary
 List<DmnClauseEntry> getInputEntries()
           
 DmnExpression getInputExpression()
           
 DmnItemDefinition getOutputDefinition()
           
 List<DmnExpression> getOutputEntries()
           
 String getOutputName()
           
 boolean isInputClause()
           
 boolean isOrdered()
           
 boolean isOutputClause()
           
 
Methods inherited from interface org.camunda.bpm.dmn.engine.DmnElement
getKey, getName
 

Method Detail

getInputExpression

DmnExpression getInputExpression()

getOutputName

String getOutputName()

isOrdered

boolean isOrdered()

getInputEntries

List<DmnClauseEntry> getInputEntries()

isInputClause

boolean isInputClause()

getOutputEntries

List<DmnExpression> getOutputEntries()

isOutputClause

boolean isOutputClause()

getOutputDefinition

DmnItemDefinition getOutputDefinition()


Copyright © 2015 camunda services GmbH. All rights reserved.