Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMInputClause
-
Packages that use DMInputClause 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 DMInputClause in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as DMInputClause Modifier and Type Field Description DMInputClause
ARG_AddInputClause. ohClause
the new input is created after this input or at the end otherwiseDMInputClause
ARG_ModifyInputCell. ohInput
input for which the cell is modifiedMethods in de.mid.innovator.srv2api.icw2dm that return DMInputClause Modifier and Type Method Description DMInputClause
DMDecisionTable. addInputClause(DMInputClause ohClause, java.lang.String name, boolean isMaintaining)
Creates a newDMInputClause
for thisDMDecisionTable
.DMInputClause
DMLiteralExpression. getSubjectInputClause()
TheDMInputClause
which owns thisDMLiteralExpression
as subject.DMInputClause
DMLiteralExpression. getValueInputClause()
TheDMInputClause
which owns thisDMLiteralExpression
as value.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMInputClause Modifier and Type Method Description java.util.List<DMInputClause>
DMDecisionTable. getDecisionInput(K_CONTROL_OPTION... behaviourFlags)
This attribute lists the instances ofDMInputClause
that compose thisDMDecisionTable
.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMInputClause Modifier and Type Method Description DMInputClause
DMDecisionTable. addInputClause(DMInputClause ohClause, java.lang.String name, boolean isMaintaining)
Creates a newDMInputClause
for thisDMDecisionTable
.void
DMDecisionRule. modifyInputCell(DMInputClause ohInput, java.lang.String strText, java.lang.String strFlowText)
Modifies the cell of the specifiedDMInputClause
for thisDMDecisionRule
.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMInputClause Constructor Description ARG_AddInputClause(DMInputClause ohClause, java.lang.String name, boolean isMaintaining)
ARG_ModifyInputCell(DMInputClause ohInput, java.lang.String strText, java.lang.String strFlowText)
-