Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMRuleAnnotationClause
Packages that use DMRuleAnnotationClause
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 DMRuleAnnotationClause in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as DMRuleAnnotationClauseModifier and TypeFieldDescriptionARG_ModifyAnnotationCell.ohAnnorule annotation clause for which the cell is modifiedARG_XDMNRuleAnnoClauseRep.ohAnnothe rule annotation clauseARG_AddAnnotationClause.ohClausethe new rule annotation clause is created after this clause or at the end otherwiseMethods in de.mid.innovator.srv2api.icw2dm that return DMRuleAnnotationClauseModifier and TypeMethodDescriptionDMDecisionTable.addAnnotationClause(DMRuleAnnotationClause ohClause, String name) Creates a newDMRuleAnnotationClausefor thisDMDecisionTable.DMRuleAnnotation.getRuleAnnotationClause()TheDMRuleAnnotationClauseof thisDMRuleAnnotation.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMRuleAnnotationClauseModifier and TypeMethodDescriptionDMDecisionTable.getDecisionAnnotation(K_CONTROL_OPTION... behaviourFlags) This attribute lists the instances ofDMRuleAnnotationClausethat compose thisDMDecisionTable.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMRuleAnnotationClauseModifier and TypeMethodDescriptionDMDecisionTable.addAnnotationClause(DMRuleAnnotationClause ohClause, String name) Creates a newDMRuleAnnotationClausefor thisDMDecisionTable.voidDMDecisionRule.modifyAnnotationCell(DMRuleAnnotationClause ohAnno, String strText) Modifies the cell of the specifiedDMRuleAnnotationClausefor thisDMDecisionRule.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMRuleAnnotationClauseModifierConstructorDescriptionARG_AddAnnotationClause(DMRuleAnnotationClause ohClause, String name) ARG_ModifyAnnotationCell(DMRuleAnnotationClause ohAnno, String strText) ARG_XDMNRuleAnnoClauseRep(DMNElement ohElement, DMRuleAnnotationClause ohAnno, String strName)