Package org.kie.dmn.model.v1_3.dmndi
Class DMNDI
- java.lang.Object
-
- org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_3.dmndi.DMNDI
-
- All Implemented Interfaces:
DMNDI,DMNModelInstrumentedBase
public class DMNDI extends KieDMNModelInstrumentedBase implements DMNDI
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DMNDiagram>dmnDiagramprotected List<DMNStyle>dmnStyle
-
Constructor Summary
Constructors Constructor Description DMNDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DMNDiagram>getDMNDiagram()Gets the value of the dmnDiagram property.List<DMNStyle>getDMNStyle()Gets the value of the dmnStyle property.voidnormalize()Internal model: mutates the current DMNDI to resolve xml's IDREFs-
Methods inherited from class org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
-
-
-
Field Detail
-
dmnDiagram
protected List<DMNDiagram> dmnDiagram
-
-
Method Detail
-
getDMNDiagram
public List<DMNDiagram> getDMNDiagram()
Gets the value of the dmnDiagram property.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
setmethod 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- Specified by:
getDMNDiagramin interfaceDMNDI
-
getDMNStyle
public List<DMNStyle> getDMNStyle()
Gets the value of the dmnStyle property.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
setmethod 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- Specified by:
getDMNStylein interfaceDMNDI
-
-