Package org.kie.dmn.model.v1_3.dmndi
Class Diagram
- 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
-
- All Implemented Interfaces:
Diagram,DiagramElement,DMNModelInstrumentedBase
- Direct Known Subclasses:
DMNDiagram
public abstract class Diagram extends DiagramElement implements Diagram
-
-
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 Stringdocumentationprotected Stringnameprotected Doubleresolution-
Fields inherited from class org.kie.dmn.model.v1_3.dmndi.DiagramElement
extension, id, sharedStyle, style
-
-
Constructor Summary
Constructors Constructor Description Diagram()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDocumentation()Gets the value of the documentation property.StringgetName()Gets the value of the name property.DoublegetResolution()Gets the value of the resolution property.voidsetDocumentation(String value)Sets the value of the documentation property.voidsetName(String value)Sets the value of the name property.voidsetResolution(Double value)Sets the value of the resolution property.-
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.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
-
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.
-
setName
public void setName(String value)
Sets the value of the name property.
-
getDocumentation
public String getDocumentation()
Gets the value of the documentation property.- Specified by:
getDocumentationin interfaceDiagram- Returns:
- possible object is
String
-
setDocumentation
public void setDocumentation(String value)
Sets the value of the documentation property.- Specified by:
setDocumentationin interfaceDiagram- Parameters:
value- allowed object isString
-
getResolution
public Double getResolution()
Gets the value of the resolution property.- Specified by:
getResolutionin interfaceDiagram- Returns:
- possible object is
Double
-
setResolution
public void setResolution(Double value)
Sets the value of the resolution property.- Specified by:
setResolutionin interfaceDiagram- Parameters:
value- allowed object isDouble
-
-