Package org.kie.dmn.model.api.dmndi
Interface Diagram
-
- All Superinterfaces:
DiagramElement,DMNModelInstrumentedBase
- All Known Subinterfaces:
DMNDiagram
- All Known Implementing Classes:
Diagram,Diagram,DMNDiagram,DMNDiagram
public interface Diagram extends DiagramElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.dmndi.DiagramElement
DiagramElement.Extension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDocumentation()StringgetName()DoublegetResolution()voidsetDocumentation(String value)voidsetName(String value)voidsetResolution(Double value)-
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
-
-