Interface Diagram

All Superinterfaces:
BpmnModelElementInstance, ModelElementInstance
All Known Subinterfaces:
BpmnDiagram
All Known Implementing Classes:
BpmnDiagramImpl, DiagramImpl

public interface Diagram extends BpmnModelElementInstance
The DI Diagram element
Author:
Sebastian Menski
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getDocumentation

      String getDocumentation()
    • setDocumentation

      void setDocumentation(String documentation)
    • getResolution

      double getResolution()
    • setResolution

      void setResolution(double resolution)
    • getId

      String getId()
    • setId

      void setId(String id)