Uses of Class
de.mid.innovator.srv2api.icw2elem.K_DM_FUNCTION
-
Packages that use K_DM_FUNCTION 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.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model. -
-
Uses of K_DM_FUNCTION in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as K_DM_FUNCTION Modifier and Type Field Description K_DM_FUNCTIONARG_NewDMFunctionDefinition. kFunctionkind of function definitionK_DM_FUNCTIONARG_XDMNFunctionDefinitionRep. kFunctionkind of function definitionMethods in de.mid.innovator.srv2api.icw2dm that return K_DM_FUNCTION Modifier and Type Method Description K_DM_FUNCTIONDMFunctionDefinition. getFunctionKind()The kind of thisDMFunctionDefinition.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type K_DM_FUNCTION 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.voidDMFunctionDefinition. setFunctionKind(K_DM_FUNCTION value)Set the value of Attribut FunctionKind.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type K_DM_FUNCTION Constructor Description ARG_NewDMFunctionDefinition(ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining)ARG_XDMNFunctionDefinitionRep(DMNElement ohElement, DMExpression ohExpr, K_DM_FUNCTION kFunction, java.util.List<ARG_XDMNInformationItemRep> seqParameter, ARG_XDMNExpressionRep valBody) -
Uses of K_DM_FUNCTION in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_DM_FUNCTION Modifier and Type Method Description static K_DM_FUNCTIONK_DM_FUNCTION. valueOf(int value)Returns the enumeration constant of this type with the specified value.static K_DM_FUNCTIONK_DM_FUNCTION. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static K_DM_FUNCTION[]K_DM_FUNCTION. values()Returns an array containing the constants of this enum type, in the order they are declared.
-