Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMOutputClause
Packages that use DMOutputClause
Package
Description
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 DMOutputClauseModifier and TypeFieldDescriptionARG_AddOutputClause.ohClausethe new output clause is created after this clause or at the end otherwiseARG_ModifyOutputCell.ohOutputoutput clause for which the cell is modifiedMethods in de.mid.innovator.srv2api.icw2dm that return DMOutputClauseModifier and TypeMethodDescriptionDMDecisionTable.addOutputClause(DMOutputClause ohClause, String name) Creates a newDMOutputClausefor thisDMDecisionTable.DMLiteralExpression.getValueOutputClause()TheDMOutputClausewhich owns thisDMLiteralExpressionas value.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMOutputClauseModifier and TypeMethodDescriptionDMDecisionTable.getDecisionOutput(K_CONTROL_OPTION... behaviourFlags) This attribute lists the instances ofDMOutputClausethat compose thisDMDecisionTable.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMOutputClauseModifier and TypeMethodDescriptionDMDecisionTable.addOutputClause(DMOutputClause ohClause, String name) Creates a newDMOutputClausefor thisDMDecisionTable.voidDMDecisionRule.modifyOutputCell(DMOutputClause ohOutput, String strText, String strFlowText) Modifies the cell of the specifiedDMOutputClausefor thisDMDecisionRule.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMOutputClauseModifierConstructorDescriptionARG_AddOutputClause(DMOutputClause ohClause, String name) ARG_ModifyOutputCell(DMOutputClause ohOutput, String strText, String strFlowText)