Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMFunctionDefinition
-
Packages that use DMFunctionDefinition 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 DMFunctionDefinition in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as DMFunctionDefinition Modifier and Type Field Description DMFunctionDefinition
ARG_NewDMInvocation. ohCalledFunction
called function of the new invocationMethods in de.mid.innovator.srv2api.icw2dm that return DMFunctionDefinition Modifier and Type Method Description static DMFunctionDefinition
DMFunctionDefinitionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining)
Creates a newDMFunctionDefinition
as content of the specifiedELContainerAble
.DMFunctionDefinition
DRBusinessKnowledgeModel. getEncapsulatedLogic()
The function that encapsulates the logic encapsulated by thisDRBusinessKnowledgeModel
.DMFunctionDefinition
DMExpression. getOwningFunctionDefinition()
TheDMFunctionDefinition
which owns thisDMExpression
as body.DMFunctionDefinition
DMInformationItem. getOwningFunctionDefinition()
TheDMFunctionDefinition
which owns this instance ofDMInformationItem
as formal parameter.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMFunctionDefinition Modifier and Type Method Description static DMInvocation
DMInvocationHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, DMFunctionDefinition ohCalledFunction, boolean isMaintaining)
Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMFunctionDefinition Constructor Description ARG_NewDMInvocation(ELContainerAble ohContainer, DMFunctionDefinition ohCalledFunction, boolean isMaintaining)
-