Uses of Class
de.mid.innovator.srv2api.icw2dm.ARG_XDMNChildExpressionRep
Packages that use ARG_XDMNChildExpressionRep
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 ARG_XDMNChildExpressionRep in de.mid.innovator.srv2api.icw2dm
Subclasses of ARG_XDMNChildExpressionRep in de.mid.innovator.srv2api.icw2dmFields in de.mid.innovator.srv2api.icw2dm declared as ARG_XDMNChildExpressionRepModifier and TypeFieldDescriptionARG_XDMNConditionalRep.valElsethe else child expression - SharedArgARG_XDMNConditionalRep.valIfthe if child expression - SharedArgARG_XDMNFilterRep.valInthe in child expression - SharedArgARG_XDMNFilterRep.valMatchthe match child expression - SharedArgARG_XDMNIteratorRep.valResultthe result child expression - SharedArgARG_XDMNConditionalRep.valThenthe then child expression - SharedArgConstructors in de.mid.innovator.srv2api.icw2dm with parameters of type ARG_XDMNChildExpressionRepModifierConstructorDescriptionARG_XDMNConditionalRep(DMNElement ohElement, DMExpression ohExpr, ARG_XDMNChildExpressionRep valIf, ARG_XDMNChildExpressionRep valThen, ARG_XDMNChildExpressionRep valElse) ARG_XDMNFilterRep(DMNElement ohElement, DMExpression ohExpr, ARG_XDMNChildExpressionRep valIn, ARG_XDMNChildExpressionRep valMatch) ARG_XDMNIteratorRep(DMNElement ohElement, DMExpression ohExpr, K_DM_ITERATOR kIterator, String strVariable, ARG_XDMNTypedChildExpressionRep valIn, ARG_XDMNChildExpressionRep valResult)