public class DMNDiagram extends Diagram implements DMNDiagram
DiagramElement.Extension
DiagramElement.Extension
Modifier and Type | Field and Description |
---|---|
protected List<DiagramElement> |
dmnDiagramElement |
protected Dimension |
size |
documentation, name, resolution
extension, id, sharedStyle, style
Constructor and Description |
---|
DMNDiagram() |
Modifier and Type | Method and Description |
---|---|
List<DiagramElement> |
getDMNDiagramElement()
Gets the value of the dmnDiagramElement property.
|
Dimension |
getSize()
Gets the value of the size property.
|
void |
setSize(Dimension value)
Sets the value of the size property.
|
getDocumentation, getName, getResolution, setDocumentation, setName, setResolution
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDocumentation, getName, getResolution, setDocumentation, setName, setResolution
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
protected Dimension size
protected List<DiagramElement> dmnDiagramElement
public Dimension getSize()
getSize
in interface DMNDiagram
Dimension
public void setSize(Dimension value)
setSize
in interface DMNDiagram
value
- allowed object is
Dimension
public List<DiagramElement> getDMNDiagramElement()
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
>
getDMNDiagramElement
in interface DMNDiagram
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.