Uses of Class
de.mid.innovator.srv2api.icw2dm.ARG_XDMNExpressionRep
Packages that use ARG_XDMNExpressionRep
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_XDMNExpressionRep in de.mid.innovator.srv2api.icw2dm
Subclasses of ARG_XDMNExpressionRep in de.mid.innovator.srv2api.icw2dmModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassFields in de.mid.innovator.srv2api.icw2dm declared as ARG_XDMNExpressionRepModifier and TypeFieldDescriptionARG_XDMNFunctionDefinitionRep.valBodyfunction body - SharedArgARG_XDMNBindingRep.valExprthe binding formula - SharedArgARG_XDMNChildExpressionRep.valExprexpression as value of this child expression - SharedArgARG_XDMNContextEntryRep.valExprexpression as value of this context entry - SharedArgARG_XDMNInvocationRep.valExprexpression of the called function - SharedArgFields in de.mid.innovator.srv2api.icw2dm with type parameters of type ARG_XDMNExpressionRepConstructors in de.mid.innovator.srv2api.icw2dm with parameters of type ARG_XDMNExpressionRepModifierConstructorDescriptionARG_XDMNBindingRep(DMNElement ohElement, DMBinding ohBind, ARG_XDMNInformationItemRep valParameter, ARG_XDMNExpressionRep valExpr) ARG_XDMNChildExpressionRep(DMNElement ohElement, String strName, ARG_XDMNExpressionRep valExpr) ARG_XDMNContextEntryRep(DMNElement ohElement, DMContextEntry ohEntry, ARG_XDMNInformationItemRep valVariable, ARG_XDMNExpressionRep valExpr) ARG_XDMNFunctionDefinitionRep(DMNElement ohElement, DMExpression ohExpr, K_DM_FUNCTION kFunction, List<ARG_XDMNInformationItemRep> seqParameter, ARG_XDMNExpressionRep valBody) ARG_XDMNInvocationRep(DMNElement ohElement, DMExpression ohExpr, ARG_XDMNExpressionRep valExpr, List<ARG_XDMNBindingRep> seqBind) ARG_XDMNTypedChildExpressionRep(DMNElement ohElement, String strName, ARG_XDMNExpressionRep valExpr, CLClassifier ohType, String strType) Constructor parameters in de.mid.innovator.srv2api.icw2dm with type arguments of type ARG_XDMNExpressionRepModifierConstructorDescriptionARG_XDMNListRep(DMNElement ohElement, DMExpression ohExpr, List<ARG_XDMNExpressionRep> seqList)