org.camunda.bpm.dmn.engine
Interface DmnClause
- All Superinterfaces:
- DmnElement
- All Known Implementing Classes:
- DmnClauseImpl
public interface DmnClause
- extends DmnElement
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.