Class DMNDI

    • Constructor Detail

      • DMNDI

        public DMNDI()
    • 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 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

        Specified by:
        getDMNDiagram in interface DMNDI
      • 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 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

        Specified by:
        getDMNStyle in interface DMNDI
      • normalize

        public void normalize()
        Description copied from interface: DMNDI
        Internal model: mutates the current DMNDI to resolve xml's IDREFs
        Specified by:
        normalize in interface DMNDI