Package org.kie.dmn.model.v1_3.dmndi
Class DMNDiagram
- java.lang.Object
-
- org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_3.dmndi.DiagramElement
-
- org.kie.dmn.model.v1_3.dmndi.Diagram
-
- org.kie.dmn.model.v1_3.dmndi.DMNDiagram
-
- All Implemented Interfaces:
Diagram,DiagramElement,DMNDiagram,DMNModelInstrumentedBase
public class DMNDiagram extends Diagram implements DMNDiagram
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_3.dmndi.DiagramElement
DiagramElement.Extension
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.dmndi.DiagramElement
DiagramElement.Extension
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DiagramElement>dmnDiagramElementprotected Dimensionsize-
Fields inherited from class org.kie.dmn.model.v1_3.dmndi.Diagram
documentation, name, resolution
-
Fields inherited from class org.kie.dmn.model.v1_3.dmndi.DiagramElement
extension, id, sharedStyle, style
-
-
Constructor Summary
Constructors Constructor Description DMNDiagram()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DiagramElement>getDMNDiagramElement()Gets the value of the dmnDiagramElement property.DimensiongetSize()Gets the value of the size property.voidsetSize(Dimension value)Sets the value of the size property.-
Methods inherited from class org.kie.dmn.model.v1_3.dmndi.Diagram
getDocumentation, getName, getResolution, setDocumentation, setName, setResolution
-
Methods inherited from class org.kie.dmn.model.v1_3.dmndi.DiagramElement
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
-
Methods inherited from class org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.dmndi.Diagram
getDocumentation, getName, getResolution, setDocumentation, setName, setResolution
-
Methods inherited from interface org.kie.dmn.model.api.dmndi.DiagramElement
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
-
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
-
-
-
-
Field Detail
-
size
protected Dimension size
-
dmnDiagramElement
protected List<DiagramElement> dmnDiagramElement
-
-
Method Detail
-
getSize
public Dimension getSize()
Gets the value of the size property.- Specified by:
getSizein interfaceDMNDiagram- Returns:
- possible object is
Dimension
-
setSize
public void setSize(Dimension value)
Sets the value of the size property.- Specified by:
setSizein interfaceDMNDiagram- Parameters:
value- allowed object isDimension
-
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
setmethod 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:
getDMNDiagramElementin interfaceDMNDiagram
-
-