Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMConditional
Packages that use DMConditional
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 DMConditional in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return DMConditionalModifier and TypeMethodDescriptionstatic DMConditionalDMConditionalHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) Creates a newDMConditionalas content of the specifiedELContainerAble.DMChildExpression.getElseConditional()TheDMConditionalwhich owns thisDMChildExpressionas 'else' value.DMChildExpression.getIfConditional()TheDMConditionalwhich owns thisDMChildExpressionas 'if' value.DMChildExpression.getThenConditional()TheDMConditionalwhich owns thisDMChildExpressionas 'then' value.