Skip to content

UML: Replace MagicDraw model with Eclipse Papyrus model

Marlon James requested to merge marlondjames/uml_papyrus into develop

Replace UML model + LRM diagrams from proprietary MagicDraw with one compatible with open-source software Eclipse Papyrus.

Papyrus was chosen for several reasons:

  • UML model contained in one or more .uml files.
  • Papyrus has built-in Git support for change tracking.
  • Project files are simple text files and easily diffed.
  • Diagram export supports many formats including PDF and SVG.

Other tools evaluated:

  • BOUML
  • Modelio
Edited by Marlon James

Merge request reports