Uses of Class
de.mid.innovator.srv2api.icw2dm.ARG_XDMNExpressionRep
-
Packages that use ARG_XDMNExpressionRep 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 ARG_XDMNExpressionRep in de.mid.innovator.srv2api.icw2dm
Subclasses of ARG_XDMNExpressionRep in de.mid.innovator.srv2api.icw2dm Modifier and Type Class Description classARG_XDMNContextRepclassARG_XDMNDecisionTableRepclassARG_XDMNFunctionDefinitionRepclassARG_XDMNInvocationRepclassARG_XDMNListRepclassARG_XDMNLiteralExpressionRepclassARG_XDMNRelationRepFields in de.mid.innovator.srv2api.icw2dm declared as ARG_XDMNExpressionRep Modifier and Type Field Description ARG_XDMNExpressionRepARG_XDMNFunctionDefinitionRep. valBodyfunction body - SharedArgARG_XDMNExpressionRepARG_XDMNBindingRep. valExprthe binding formula - SharedArgARG_XDMNExpressionRepARG_XDMNContextEntryRep. valExprexpression as value of this context entry - SharedArgARG_XDMNExpressionRepARG_XDMNInvocationRep. valExprexpression of the called function - SharedArgFields in de.mid.innovator.srv2api.icw2dm with type parameters of type ARG_XDMNExpressionRep Modifier and Type Field Description java.util.List<ARG_XDMNExpressionRep>ARG_XDMNListRep. seqListlist of expressions - SharedArgConstructors in de.mid.innovator.srv2api.icw2dm with parameters of type ARG_XDMNExpressionRep Constructor Description ARG_XDMNBindingRep(DMNElement ohElement, DMBinding ohBind, ARG_XDMNInformationItemRep valParameter, 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, java.util.List<ARG_XDMNInformationItemRep> seqParameter, ARG_XDMNExpressionRep valBody)ARG_XDMNInvocationRep(DMNElement ohElement, DMExpression ohExpr, ARG_XDMNExpressionRep valExpr, java.util.List<ARG_XDMNBindingRep> seqBind)Constructor parameters in de.mid.innovator.srv2api.icw2dm with type arguments of type ARG_XDMNExpressionRep Constructor Description ARG_XDMNListRep(DMNElement ohElement, DMExpression ohExpr, java.util.List<ARG_XDMNExpressionRep> seqList)
-