Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITDRGElement
-
Packages that use JSITDRGElement Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITDRGElement in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12
Subclasses of JSITDRGElement in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 Modifier and Type Class Description classJSITBusinessKnowledgeModelJSInterop adapter forTBusinessKnowledgeModelclassJSITDecisionJSInterop adapter forTDecisionclassJSITDecisionServiceJSInterop adapter forTDecisionServiceclassJSITInputDataJSInterop adapter forTInputDataclassJSITInvocableJSInterop adapter forTInvocableclassJSITKnowledgeSourceJSInterop adapter forTKnowledgeSourceMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type parameters of type JSITDRGElement Modifier and Type Method Description <D extends JSITDRGElement>
voidJSITDefinitions. addAllDrgElement(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of drgElement<D extends JSITDRGElement>
voidJSITDefinitions. addDrgElement(D element)Appends the specified element to the end of drgElementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITDRGElement Modifier and Type Method Description JSITDRGElementDMN12. getDrgElement()Native getter for drgElementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITDRGElement Modifier and Type Method Description List<JSITDRGElement>JSITDefinitions. getDrgElement()READ-ONLY getter for drgElement as aListjsinterop.base.JsArrayLike<JSITDRGElement>JSITDefinitions. getNativeDrgElement()Native getter for drgElementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITDRGElement Modifier and Type Method Description <D extends JSITDRGElement>
voidJSITDefinitions. addAllDrgElement(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of drgElementvoidDMN12. setDrgElement(JSITDRGElement drgElementParam)Setter for drgElementMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITDRGElement Modifier and Type Method Description voidJSITDefinitions. setDrgElement(List<JSITDRGElement> drgElementParam)Setter for drgElement as aListvoidJSITDefinitions. setNativeDrgElement(jsinterop.base.JsArrayLike<JSITDRGElement> drgElementParam)Setter for drgElement
-