Package org.kie.dmn.model.api.dmndi
Interface DMNDI
-
- All Superinterfaces:
DMNModelInstrumentedBase
public interface DMNDI extends DMNModelInstrumentedBase
-
-
Method Summary
All Methods Instance Methods Abstract 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 interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
-
-
-
Method Detail
-
getDMNDiagram
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
-
getDMNStyle
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
-
normalize
void normalize()
Internal model: mutates the current DMNDI to resolve xml's IDREFs
-
-