Design Diagram: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:


== Toolbar ==
== Toolbar ==
The Toolbar is located above the canvas and is visible in the dashboard Edit mode.
The following tools are available on the Toolbar:
* '''Select diagram''': Goes to the diagram selection screen.
* '''Duplicate diagram''': Duplicates the open diagram.
* '''Delete diagram''': Deletes the open diagram.
* '''Import diagram from file''': Creates a new diagram from a json file.
* '''Export diagram''': Exports diagram to a file. Following formats are available: JSON, JPG, PNG, SVG.
* '''Cut''': Cuts selected element(s) (to paste them later).
* '''Copy''': Copies selected element(s) (to paste them later).
* '''Paste''': Pastes previously cut or copied element(s).
* '''Pan tool''': Activates the pan tool with which the diagram can be moved by the mouse.
* '''Select tool''': Activates the select tool with which the elements can be selected.
* '''Delete selected items''': Deletes the selected elements on the diagram.
* '''Change stacking order''': Used to change the selected elements' stacking order: Bring forward, Bring to front, Send backward, and Send to back.
* '''Align objects''': Used to align the selected elements: Align left, Align center, Align right, Align top, Align middle, and Align bottom. Requires at least two objects to be selected.
* '''Distribute objects''': Used to distribute the selected elements: Distribute vertically, Distribute horizontally. Requires at least three objects to be selected.
* '''Zoom out''': Zooms out the diagram by 20%.
* '''Fit to window''': Sets the diagram zoom and position in a way that the entire diagram fits to the visible screen. Also shows the current zoom percentage of the diagram.
* '''Zoom in''': Zooms in the diagram by 20%.


== Object and Flow Measures ==
== Object and Flow Measures ==


== Design Diagram Settings ==
== Design Diagram Settings ==

Revision as of 11:31, 19 December 2023

Design Diagram Overview

The Design Diagram is the core component in data augmented modeling. With the Design Diagram, it's possible to show the operations in the company from different viewpoints at the same time. The Design Diagram works only when the currently selected model is a Snowflake model. A model can have multiple Design Diagrams associated with it.

The Design Diagram has a Canvas for drawing, a Symbol Palette, and a Toolbar.

The basic flow of using the Design Diagram is the following:

  1. Drag objects, e.g. process steps, roles, and applications, from the Symbol palette to the canvas.
  2. For each object on the canvas, choose which event log object in the model you want to link it to. It's also possible to not do this linking and name the object yourself.
  3. Drag flows from the Symbol palette to the canvas and connect the flows to the objects to visualize how the objects are linked and interact with each other in the enterprise.

The Design Diagram also has a fullscreen mode which expands the diagram to the entire screen. The fullscreen is available via the icon on the top right corner of the diagram. The fullscreen can be disabled by clicking the cross icon in the top right corner.

Symbol Palette

The Symbol Palette is located on the left side of the Canvas and it's visible in the dashboard Edit mode. The Symbol Palette shows the Objects and Connectors categories. The Objects category contains an item for each textual event attribute in the currently selected model (except for event attributes that are mapped to case ids). The Connectors category contains only one item, Flow, that can connect objects in the canvas.

Toolbar

The Toolbar is located above the canvas and is visible in the dashboard Edit mode.

The following tools are available on the Toolbar:

  • Select diagram: Goes to the diagram selection screen.
  • Duplicate diagram: Duplicates the open diagram.
  • Delete diagram: Deletes the open diagram.
  • Import diagram from file: Creates a new diagram from a json file.
  • Export diagram: Exports diagram to a file. Following formats are available: JSON, JPG, PNG, SVG.
  • Cut: Cuts selected element(s) (to paste them later).
  • Copy: Copies selected element(s) (to paste them later).
  • Paste: Pastes previously cut or copied element(s).
  • Pan tool: Activates the pan tool with which the diagram can be moved by the mouse.
  • Select tool: Activates the select tool with which the elements can be selected.
  • Delete selected items: Deletes the selected elements on the diagram.
  • Change stacking order: Used to change the selected elements' stacking order: Bring forward, Bring to front, Send backward, and Send to back.
  • Align objects: Used to align the selected elements: Align left, Align center, Align right, Align top, Align middle, and Align bottom. Requires at least two objects to be selected.
  • Distribute objects: Used to distribute the selected elements: Distribute vertically, Distribute horizontally. Requires at least three objects to be selected.
  • Zoom out: Zooms out the diagram by 20%.
  • Fit to window: Sets the diagram zoom and position in a way that the entire diagram fits to the visible screen. Also shows the current zoom percentage of the diagram.
  • Zoom in: Zooms in the diagram by 20%.

Object and Flow Measures

Design Diagram Settings