eclipsesource / papyrus-umllight

Eclipse Public License 2.0
4 stars 2 forks source link

[Prototype] Component and Deployment Diagrams #79

Open cdamus opened 5 years ago

cdamus commented 5 years ago

Prototype a UML Light variant of Component and Deployment diagrams. Initially, this will comprise simply an integration of the Papyrus UML implementation of these diagrams without any adjustment to the concepts supported in other diagrams, especially Class Diagram (for port types) and Sequence Diagram (for connectors as message communication paths in composite structures). Also, this does not imply the support for a Composite Structure diagram for components, and therefore connectors aren't in play anyhow.

Work to be done on a branch components_and_deployments.

cdamus commented 5 years ago

Pull request #80 defines prototypes for these diagrams that look like the following. Refer to notes embedded in the screen captures.

Component Diagram

Sample component diagram

Deployment Diagram

Sample deployment diagram