Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMOutputClause
-
Packages that use DMOutputClause 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 DMOutputClause in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as DMOutputClause Modifier and Type Field Description DMOutputClause
ARG_AddOutputClause. ohClause
the new output clause is created after this clause or at the end otherwiseDMOutputClause
ARG_ModifyOutputCell. ohOutput
output clause for which the cell is modifiedMethods in de.mid.innovator.srv2api.icw2dm that return DMOutputClause Modifier and Type Method Description DMOutputClause
DMDecisionTable. addOutputClause(DMOutputClause ohClause, java.lang.String name)
Creates a newDMOutputClause
for thisDMDecisionTable
.DMOutputClause
DMLiteralExpression. getValueOutputClause()
TheDMOutputClause
which owns thisDMLiteralExpression
as value.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMOutputClause Modifier and Type Method Description java.util.List<DMOutputClause>
DMDecisionTable. getDecisionOutput(K_CONTROL_OPTION... behaviourFlags)
This attribute lists the instances ofDMOutputClause
that compose thisDMDecisionTable
.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMOutputClause Modifier and Type Method Description DMOutputClause
DMDecisionTable. addOutputClause(DMOutputClause ohClause, java.lang.String name)
Creates a newDMOutputClause
for thisDMDecisionTable
.void
DMDecisionRule. modifyOutputCell(DMOutputClause ohOutput, java.lang.String strText, java.lang.String strFlowText)
Modifies the cell of the specifiedDMOutputClause
for thisDMDecisionRule
.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMOutputClause Constructor Description ARG_AddOutputClause(DMOutputClause ohClause, java.lang.String name)
ARG_ModifyOutputCell(DMOutputClause ohOutput, java.lang.String strText, java.lang.String strFlowText)
-