public class DMNDI extends KieDMNModelInstrumentedBase implements DMNDI
| Modifier and Type | Field and Description |
|---|---|
protected List<DMNDiagram> |
dmnDiagram |
protected List<DMNStyle> |
dmnStyle |
| Constructor and Description |
|---|
DMNDI() |
| Modifier and Type | Method and Description |
|---|---|
List<DMNDiagram> |
getDMNDiagram()
Gets the value of the dmnDiagram property.
|
List<DMNStyle> |
getDMNStyle()
Gets the value of the dmnStyle property.
|
void |
normalize()
Internal model: mutates the current DMNDI to resolve xml's IDREFs
|
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParentprotected List<DMNDiagram> dmnDiagram
public List<DMNDiagram> getDMNDiagram()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dmnDiagram property.
For example, to add a new item, do as follows:
getDMNDiagram().add(newItem);
Objects of the following type(s) are allowed in the list
DMNDiagram
getDMNDiagram in interface DMNDIpublic List<DMNStyle> getDMNStyle()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dmnStyle property.
For example, to add a new item, do as follows:
getDMNStyle().add(newItem);
Objects of the following type(s) are allowed in the list
DMNStyle
getDMNStyle in interface DMNDICopyright © 2001–2020 JBoss by Red Hat. All rights reserved.