Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMFunctionDefinition
Packages that use DMFunctionDefinition
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 DMFunctionDefinition in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as DMFunctionDefinitionModifier and TypeFieldDescriptionARG_NewDMInvocation.ohCalledFunctioncalled function of the new invocationMethods in de.mid.innovator.srv2api.icw2dm that return DMFunctionDefinitionModifier and TypeMethodDescriptionstatic DMFunctionDefinitionDMFunctionDefinitionHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining) Creates a newDMFunctionDefinitionas content of the specifiedELContainerAble.DRBusinessKnowledgeModel.getEncapsulatedLogic()The function that encapsulates the logic encapsulated by thisDRBusinessKnowledgeModel.DMExpression.getOwningFunctionDefinition()TheDMFunctionDefinitionwhich owns thisDMExpressionas body.DMInformationItem.getOwningFunctionDefinition()TheDMFunctionDefinitionwhich owns this instance ofDMInformationItemas formal parameter.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMFunctionDefinitionModifier and TypeMethodDescriptionstatic DMInvocationDMInvocationHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, DMFunctionDefinition ohCalledFunction, boolean isMaintaining) Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMFunctionDefinitionModifierConstructorDescriptionARG_NewDMInvocation(ELContainerAble ohContainer, DMFunctionDefinition ohCalledFunction, boolean isMaintaining)