Uses of Class
de.mid.innovator.srv2api.icw2dm.ARG_XDMNInformationItemRep
Packages that use ARG_XDMNInformationItemRep
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_XDMNInformationItemRep in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as ARG_XDMNInformationItemRepModifier and TypeFieldDescriptionARG_XDMNBindingRep.valParameterthe parameter which is bound - SharedArgARG_XDMNContextEntryRep.valVariablevariable as name of this context entry - SharedArgFields in de.mid.innovator.srv2api.icw2dm with type parameters of type ARG_XDMNInformationItemRepModifier and TypeFieldDescriptionARG_XDMNRelationRep.seqColumnsequence of columns - SharedArgARG_XDMNFunctionDefinitionRep.seqParameterlist of formal parameters - SharedArgConstructors in de.mid.innovator.srv2api.icw2dm with parameters of type ARG_XDMNInformationItemRepModifierConstructorDescriptionARG_XDMNBindingRep(DMNElement ohElement, DMBinding ohBind, ARG_XDMNInformationItemRep valParameter, ARG_XDMNExpressionRep valExpr) ARG_XDMNContextEntryRep(DMNElement ohElement, DMContextEntry ohEntry, ARG_XDMNInformationItemRep valVariable, ARG_XDMNExpressionRep valExpr) Constructor parameters in de.mid.innovator.srv2api.icw2dm with type arguments of type ARG_XDMNInformationItemRepModifierConstructorDescriptionARG_XDMNFunctionDefinitionRep(DMNElement ohElement, DMExpression ohExpr, K_DM_FUNCTION kFunction, List<ARG_XDMNInformationItemRep> seqParameter, ARG_XDMNExpressionRep valBody) ARG_XDMNRelationRep(DMNElement ohElement, DMExpression ohExpr, List<ARG_XDMNInformationItemRep> seqColumn, List<ARG_XDMNListRep> seqRow)