Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMDecisionRule
-
Packages that use DMDecisionRule 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 DMDecisionRule in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as DMDecisionRule Modifier and Type Field Description DMDecisionRule
ARG_AddDecisionRule. ohRule
the new decision rule is created after this rule or at the end otherwiseMethods in de.mid.innovator.srv2api.icw2dm that return DMDecisionRule Modifier and Type Method Description DMDecisionRule
DMDecisionTable. addDecisionRule(DMDecisionRule ohRule)
Creates a newDMDecisionRule
for thisDMDecisionTable
.DMDecisionRule
DMRuleAnnotation. getDecisionRule()
TheDMDecisionRule
owning thisDMRuleAnnotation
.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMDecisionRule Modifier and Type Method Description java.util.List<DMDecisionRule>
DMDecisionTable. getDecisionRule(K_CONTROL_OPTION... behaviourFlags)
This attribute lists the instances ofDMDecisionRule
that compose thisDMDecisionTable
.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMDecisionRule Modifier and Type Method Description DMDecisionRule
DMDecisionTable. addDecisionRule(DMDecisionRule ohRule)
Creates a newDMDecisionRule
for thisDMDecisionTable
.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMDecisionRule Constructor Description ARG_AddDecisionRule(DMDecisionRule ohRule)
-