Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMDecisionTable
-
Packages that use DMDecisionTable Package Description de.mid.innovator.srv2api.icw2dm The purpose of DMN is to provide the constructs that are needed to model decisions, so that organizational decision-making can be readily depicted in diagrams, accurately defined by business analysts, and (optionally) automated. -
-
Uses of DMDecisionTable in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return DMDecisionTable Modifier and Type Method Description static DMDecisionTable
DMDecisionTableHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMDecisionTable
as content of the specifiedELContainerAble
.DMDecisionTable
DMDecisionRule. getDecisionTable()
TheDMDecisionTable
owning thisDMDecisionRule
.DMDecisionTable
DMInputClause. getDecisionTable()
TheDMDecisionTable
owning thisDMInputClause
.DMDecisionTable
DMOutputClause. getDecisionTable()
TheDMDecisionTable
owning thisDMOutputClause
.DMDecisionTable
DMRuleAnnotationClause. getDecisionTable()
TheDMDecisionTable
owning thisDMRuleAnnotationClause
.
-