Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMChildExpression
Packages that use DMChildExpression
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 DMChildExpression in de.mid.innovator.srv2api.icw2dm
Subinterfaces of DMChildExpression in de.mid.innovator.srv2api.icw2dmModifier and TypeInterfaceDescriptioninterfaceADMTypedChildExpressionis used to hold an expression inside anDMIterator.Methods in de.mid.innovator.srv2api.icw2dm that return DMChildExpressionModifier and TypeMethodDescriptionDMConditional.getElseChildExpression()TheDMChildExpressionwhich holds the instance ofDMExpressionthat will be evaluated when the condition in the if statement ofDMConditionalevaluates to false.DMConditional.getIfChildExpression()TheDMChildExpressionwhich holds the instance ofDMExpressionthat is evaluate by theDMConditional.DMFilter.getInChildExpression()TheDMChildExpressionwhich holds the instance ofDMExpressionthat is evaluate as the collection to be filtered.DMFilter.getMatchChildExpression()TheDMChildExpressionwhich holds the instance ofDMExpressionthat is used to filter the collection.DMExpression.getOwningChildExpression()TheDMChildExpressionwhich owns thisDMExpressionas value.DMIterator.getResultChildExpression()TheDMChildExpressionwhich holds the instance ofDMExpressionthat describes the result collection.DMIterator.getReturnChildExpression()TheDMChildExpressionwhich holds the instance ofDMExpressionthat is evaluated to create the new collection that will be returned.DMIterator.getSatisfiesChildExpression()TheDMChildExpressionwhich holds the instance ofDMExpressionthat is evaluated to determine if the current item satisfies a condition.DMConditional.getThenChildExpression()TheDMChildExpressionwhich holds the instance ofDMExpressionthat will be evaluated when the condition in the if statement ofDMConditionalevaluates to true.