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 DMInputClauseARG_AddInputClause. ohClausethe new input is created after this input or at the end otherwiseDMInputClauseARG_ModifyInputCell. ohInputinput for which the cell is modifiedMethods in de.mid.innovator.srv2api.icw2dm that return DMInputClause Modifier and Type Method Description DMInputClauseDMDecisionTable. addInputClause(DMInputClause ohClause, java.lang.String name, boolean isMaintaining)Creates a newDMInputClausefor thisDMDecisionTable.DMInputClauseDMLiteralExpression. getSubjectInputClause()TheDMInputClausewhich owns thisDMLiteralExpressionas subject.DMInputClauseDMLiteralExpression. getValueInputClause()TheDMInputClausewhich owns thisDMLiteralExpressionas 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 ofDMInputClausethat compose thisDMDecisionTable.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMInputClause Modifier and Type Method Description DMInputClauseDMDecisionTable. addInputClause(DMInputClause ohClause, java.lang.String name, boolean isMaintaining)Creates a newDMInputClausefor thisDMDecisionTable.voidDMDecisionRule. modifyInputCell(DMInputClause ohInput, java.lang.String strText, java.lang.String strFlowText)Modifies the cell of the specifiedDMInputClausefor 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)
-