Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMBinding
-
Packages that use DMBinding 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 DMBinding in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as DMBinding Modifier and Type Field Description DMBinding
ARG_XDMNBindingRep. ohBind
binding elementMethods in de.mid.innovator.srv2api.icw2dm that return DMBinding Modifier and Type Method Description DMBinding
DMExpression. getOwningBinding()
TheDMBinding
which owns thisDMExpression
as binding formula.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMBinding Modifier and Type Method Description java.util.List<DMBinding>
DMInvocation. getBinding(K_CONTROL_OPTION... behaviourFlags)
All bindings owned by thisDMInvocation
.java.util.List<DMBinding>
DMInformationItem. getParameterBinding(K_CONTROL_OPTION... behaviourFlags)
Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMBinding Constructor Description ARG_XDMNBindingRep(DMNElement ohElement, DMBinding ohBind, ARG_XDMNInformationItemRep valParameter, ARG_XDMNExpressionRep valExpr)
-