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 DMOutputClauseARG_AddOutputClause. ohClausethe new output clause is created after this clause or at the end otherwiseDMOutputClauseARG_ModifyOutputCell. ohOutputoutput clause for which the cell is modifiedMethods in de.mid.innovator.srv2api.icw2dm that return DMOutputClause Modifier and Type Method Description DMOutputClauseDMDecisionTable. addOutputClause(DMOutputClause ohClause, java.lang.String name)Creates a newDMOutputClausefor thisDMDecisionTable.DMOutputClauseDMLiteralExpression. getValueOutputClause()TheDMOutputClausewhich owns thisDMLiteralExpressionas 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 ofDMOutputClausethat compose thisDMDecisionTable.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMOutputClause Modifier and Type Method Description DMOutputClauseDMDecisionTable. addOutputClause(DMOutputClause ohClause, java.lang.String name)Creates a newDMOutputClausefor thisDMDecisionTable.voidDMDecisionRule. modifyOutputCell(DMOutputClause ohOutput, java.lang.String strText, java.lang.String strFlowText)Modifies the cell of the specifiedDMOutputClausefor 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)
-