public class DMNDiagram extends Diagram implements DMNDiagram
DiagramElement.ExtensionDiagramElement.Extension| Modifier and Type | Field and Description |
|---|---|
protected List<DiagramElement> |
dmnDiagramElement |
protected Dimension |
size |
documentation, name, resolutionextension, 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, setResolutiongetExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyleaddChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentation, getName, getResolution, setDocumentation, setName, setResolutiongetExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyleaddChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParentprotected Dimension size
protected List<DiagramElement> dmnDiagramElement
public Dimension getSize()
getSize in interface DMNDiagramDimensionpublic void setSize(Dimension value)
setSize in interface DMNDiagramvalue - allowed object is
Dimensionpublic 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 DMNDiagramCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.