Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMRuleAnnotation
-
Packages that use DMRuleAnnotation 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 DMRuleAnnotation in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as DMRuleAnnotation Modifier and Type Field Description DMRuleAnnotationARG_XDMNRuleAnnoRep. ohAnnothe rule annotation or emptyMethods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMRuleAnnotation Modifier and Type Method Description java.util.List<DMRuleAnnotation>DMDecisionRule. getRuleAnnotation(K_CONTROL_OPTION... behaviourFlags)This attribute lists the instances ofDMRuleAnnotationthat compose thisDMDecisionRule.java.util.List<DMRuleAnnotation>DMRuleAnnotationClause. getRuleAnnotation(K_CONTROL_OPTION... behaviourFlags)All rule annotations of thisDMRuleAnnotationClause.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMRuleAnnotation Constructor Description ARG_XDMNRuleAnnoRep(DMNElement ohElement, DMRuleAnnotation ohAnno, java.lang.String strText, ARG_XDMNRuleAnnoClauseRep valClause)
-