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, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
protected 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 DMNDI
public 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 DMNDI
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.