Class DMNDiagram

    • Constructor Detail

      • DMNDiagram

        public DMNDiagram()
    • Method Detail

      • setSize

        public void setSize​(Dimension value)
        Sets the value of the size property.
        Specified by:
        setSize in interface DMNDiagram
        Parameters:
        value - allowed object is Dimension
      • getDMNDiagramElement

        public List<DiagramElement> getDMNDiagramElement()
        Gets the value of the dmnDiagramElement 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 dmnDiagramElement property.

        For example, to add a new item, do as follows:

            getDMNDiagramElement().add(newItem);
         

        Objects of the following type(s) are allowed in the list JAXBElement<DMNShape> JAXBElement<DiagramElement> JAXBElement<DMNEdge>

        Specified by:
        getDMNDiagramElement in interface DMNDiagram