Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di | |
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 |
Modifier and Type | Class and Description |
---|---|
class |
JSIDiagram
JSInterop adapter for
Diagram |
class |
JSIEdge
JSInterop adapter for
Edge |
class |
JSIShape
JSInterop adapter for
Shape |
Modifier and Type | Method and Description |
---|---|
static Map<QName,String> |
JSIDiagramElement.getOtherAttributesMap(JSIDiagramElement instance) |
Modifier and Type | Class and Description |
---|---|
class |
JSIDMNDecisionServiceDividerLine
JSInterop adapter for
DMNDecisionServiceDividerLine |
class |
JSIDMNDiagram
JSInterop adapter for
DMNDiagram |
class |
JSIDMNEdge
JSInterop adapter for
DMNEdge |
class |
JSIDMNLabel
JSInterop adapter for
DMNLabel |
class |
JSIDMNShape
JSInterop adapter for
DMNShape |
Modifier and Type | Method and Description |
---|---|
<D extends JSIDiagramElement> |
JSIDMNDiagram.addAllDMNDiagramElement(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of dmnDiagramElement
|
<D extends JSIDiagramElement> |
JSIDMNDiagram.addDMNDiagramElement(D element)
Appends the specified element to the end of dmnDiagramElement
|
Modifier and Type | Method and Description |
---|---|
JSIDiagramElement |
DMNDI12.getDMNDiagramElement()
Native getter for DMNDiagramElement
|
Modifier and Type | Method and Description |
---|---|
List<JSIDiagramElement> |
JSIDMNDiagram.getDMNDiagramElement()
READ-ONLY getter for dmnDiagramElement as a
List |
jsinterop.base.JsArrayLike<JSIDiagramElement> |
JSIDMNDiagram.getNativeDMNDiagramElement()
Native getter for dmnDiagramElement
|
Modifier and Type | Method and Description |
---|---|
<D extends JSIDiagramElement> |
JSIDMNDiagram.addAllDMNDiagramElement(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of dmnDiagramElement
|
void |
DMNDI12.setDMNDiagramElement(JSIDiagramElement DMNDiagramElementParam)
Setter for DMNDiagramElement
|
Modifier and Type | Method and Description |
---|---|
void |
JSIDMNDiagram.setDMNDiagramElement(List<JSIDiagramElement> dmnDiagramElementParam)
Setter for dmnDiagramElement as a
List |
void |
JSIDMNDiagram.setNativeDMNDiagramElement(jsinterop.base.JsArrayLike<JSIDiagramElement> dmnDiagramElementParam)
Setter for dmnDiagramElement
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.