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 DMRuleAnnotationClause
ARG_ModifyAnnotationCell. ohAnno
rule annotation clause for which the cell is modifiedDMRuleAnnotationClause
ARG_XDMNRuleAnnoClauseRep. ohAnno
the rule annotation clauseDMRuleAnnotationClause
ARG_AddAnnotationClause. ohClause
the 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 DMRuleAnnotationClause
DMDecisionTable. addAnnotationClause(DMRuleAnnotationClause ohClause, java.lang.String name)
Creates a newDMRuleAnnotationClause
for thisDMDecisionTable
.DMRuleAnnotationClause
DMRuleAnnotation. getRuleAnnotationClause()
TheDMRuleAnnotationClause
of 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 ofDMRuleAnnotationClause
that compose thisDMDecisionTable
.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMRuleAnnotationClause Modifier and Type Method Description DMRuleAnnotationClause
DMDecisionTable. addAnnotationClause(DMRuleAnnotationClause ohClause, java.lang.String name)
Creates a newDMRuleAnnotationClause
for thisDMDecisionTable
.void
DMDecisionRule. modifyAnnotationCell(DMRuleAnnotationClause ohAnno, java.lang.String strText)
Modifies the cell of the specifiedDMRuleAnnotationClause
for 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)
-