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 class
ARG_XDMNContextRep
class
ARG_XDMNDecisionTableRep
class
ARG_XDMNFunctionDefinitionRep
class
ARG_XDMNInvocationRep
class
ARG_XDMNListRep
class
ARG_XDMNLiteralExpressionRep
class
ARG_XDMNRelationRep
Fields in de.mid.innovator.srv2api.icw2dm declared as ARG_XDMNExpressionRep Modifier and Type Field Description ARG_XDMNExpressionRep
ARG_XDMNFunctionDefinitionRep. valBody
function body - SharedArgARG_XDMNExpressionRep
ARG_XDMNBindingRep. valExpr
the binding formula - SharedArgARG_XDMNExpressionRep
ARG_XDMNContextEntryRep. valExpr
expression as value of this context entry - SharedArgARG_XDMNExpressionRep
ARG_XDMNInvocationRep. valExpr
expression 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. seqList
list 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)
-