Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITFunctionDefinition
-
Packages that use JSITFunctionDefinition Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITFunctionDefinition in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12
Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITFunctionDefinition Modifier and Type Method Description JSITFunctionDefinitionJSITBusinessKnowledgeModel. getEncapsulatedLogic()Native getter for encapsulatedLogicJSITFunctionDefinitionDMN12. getFunctionDefinition()Native getter for functionDefinitionMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITFunctionDefinition Modifier and Type Method Description voidJSITBusinessKnowledgeModel. setEncapsulatedLogic(JSITFunctionDefinition encapsulatedLogicParam)Setter for encapsulatedLogicvoidDMN12. setFunctionDefinition(JSITFunctionDefinition functionDefinitionParam)Setter for functionDefinition
-