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 DMFunctionDefinitionARG_NewDMInvocation. ohCalledFunctioncalled function of the new invocationMethods in de.mid.innovator.srv2api.icw2dm that return DMFunctionDefinition Modifier and Type Method Description static DMFunctionDefinitionDMFunctionDefinitionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining)Creates a newDMFunctionDefinitionas content of the specifiedELContainerAble.DMFunctionDefinitionDRBusinessKnowledgeModel. getEncapsulatedLogic()The function that encapsulates the logic encapsulated by thisDRBusinessKnowledgeModel.DMFunctionDefinitionDMExpression. getOwningFunctionDefinition()TheDMFunctionDefinitionwhich owns thisDMExpressionas body.DMFunctionDefinitionDMInformationItem. getOwningFunctionDefinition()TheDMFunctionDefinitionwhich owns this instance ofDMInformationItemas formal parameter.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMFunctionDefinition Modifier and Type Method Description static DMInvocationDMInvocationHelper. 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)
-