Community
Participate
Working Groups
It should be possible to extend / reuse generated diagrams to created new kind of diagrams. In particular, some UML2 diagrams may be used as a basis to create SysML diagrams. A part of the generated code requires to be reusable (View, EditPartProviders...).
In aspects::xpt::providers::ViewProvider.xpt the following method are generated with protected visibility to make overriding possible: - stampShortcut - createLabel - createCompartment - getSemanticElement - getSemanticElementType Done in r1660.
Visibility modified "manually" in Class & Composite Structure Diagrams (accordingly to xpt templates). Done in r1736.
Class Diagram was regenerated with not up to date generation template, causing wrong visibility on some methods from UMLViewProvider. Visibility corrected manually in r1873.
Fixed.