public interface DMNDI extends DMNModelInstrumentedBase
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, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
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
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
void normalize()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.