Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMInputClause
Packages that use DMInputClause
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 DMInputClause in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as DMInputClauseModifier and TypeFieldDescriptionARG_AddInputClause.ohClausethe new input is created after this input or at the end otherwiseARG_ModifyInputCell.ohInputinput for which the cell is modifiedMethods in de.mid.innovator.srv2api.icw2dm that return DMInputClauseModifier and TypeMethodDescriptionDMDecisionTable.addInputClause(DMInputClause ohClause, String name, boolean isMaintaining) Creates a newDMInputClausefor thisDMDecisionTable.DMLiteralExpression.getSubjectInputClause()TheDMInputClausewhich owns thisDMLiteralExpressionas subject.DMLiteralExpression.getValueInputClause()TheDMInputClausewhich owns thisDMLiteralExpressionas value.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMInputClauseModifier and TypeMethodDescriptionDMDecisionTable.getDecisionInput(K_CONTROL_OPTION... behaviourFlags) This attribute lists the instances ofDMInputClausethat compose thisDMDecisionTable.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMInputClauseModifier and TypeMethodDescriptionDMDecisionTable.addInputClause(DMInputClause ohClause, String name, boolean isMaintaining) Creates a newDMInputClausefor thisDMDecisionTable.voidDMDecisionRule.modifyInputCell(DMInputClause ohInput, String strText, String strFlowText) Modifies the cell of the specifiedDMInputClausefor thisDMDecisionRule.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMInputClauseModifierConstructorDescriptionARG_AddInputClause(DMInputClause ohClause, String name, boolean isMaintaining) ARG_ModifyInputCell(DMInputClause ohInput, String strText, String strFlowText)