[umbrello] [Bug 81364] Import Rose model files
Oliver Kellogg
bugzilla_noreply at kde.org
Sat Dec 19 19:41:08 GMT 2020
https://bugs.kde.org/show_bug.cgi?id=81364
--- Comment #33 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
Git commit 72fdab6a907bcf1f204b5116cbf3e22c4611434c by Oliver Kellogg.
Committed on 19/12/2020 at 19:11.
Pushed by okellogg into branch 'master'.
umbrello/petaltree2uml.cpp - Add importing of dependencies from Rose :
- New ClassifierListReader child class UsesReader furnishes boilerplate
for converting from PetalNode to UMLAssociation with type Dependency.
- In function umbrellify,
- in handling of objType "Class" create UsesReader on `c' and call
usesReader.read on `node';
- in handling of defined diagramType(objType), on handling InheritView
and RealizeView also handle UsesView setting `t' to
Uml::AssociationType::Dependency;
- remove handling of UsesView from handling of AttachView.
M +44 -6 umbrello/petaltree2uml.cpp
https://invent.kde.org/sdk/umbrello/commit/72fdab6a907bcf1f204b5116cbf3e22c4611434c
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list