Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMRuleAnnotationClause
-
Packages that use DMRuleAnnotationClause 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 DMRuleAnnotationClause in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as DMRuleAnnotationClause Modifier and Type Field Description DMRuleAnnotationClauseARG_ModifyAnnotationCell. ohAnnorule annotation clause for which the cell is modifiedDMRuleAnnotationClauseARG_XDMNRuleAnnoClauseRep. ohAnnothe rule annotation clauseDMRuleAnnotationClauseARG_AddAnnotationClause. ohClausethe new rule annotation clause is created after this clause or at the end otherwiseMethods in de.mid.innovator.srv2api.icw2dm that return DMRuleAnnotationClause Modifier and Type Method Description DMRuleAnnotationClauseDMDecisionTable. addAnnotationClause(DMRuleAnnotationClause ohClause, java.lang.String name)Creates a newDMRuleAnnotationClausefor thisDMDecisionTable.DMRuleAnnotationClauseDMRuleAnnotation. getRuleAnnotationClause()TheDMRuleAnnotationClauseof thisDMRuleAnnotation.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMRuleAnnotationClause Modifier and Type Method Description java.util.List<DMRuleAnnotationClause>DMDecisionTable. getDecisionAnnotation(K_CONTROL_OPTION... behaviourFlags)This attribute lists the instances ofDMRuleAnnotationClausethat compose thisDMDecisionTable.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMRuleAnnotationClause Modifier and Type Method Description DMRuleAnnotationClauseDMDecisionTable. addAnnotationClause(DMRuleAnnotationClause ohClause, java.lang.String name)Creates a newDMRuleAnnotationClausefor thisDMDecisionTable.voidDMDecisionRule. modifyAnnotationCell(DMRuleAnnotationClause ohAnno, java.lang.String strText)Modifies the cell of the specifiedDMRuleAnnotationClausefor thisDMDecisionRule.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMRuleAnnotationClause Constructor Description ARG_AddAnnotationClause(DMRuleAnnotationClause ohClause, java.lang.String name)ARG_ModifyAnnotationCell(DMRuleAnnotationClause ohAnno, java.lang.String strText)ARG_XDMNRuleAnnoClauseRep(DMNElement ohElement, DMRuleAnnotationClause ohAnno, java.lang.String strName)
-