31 Fork23
PUBLIC
https://github.com/ObeoNetwork/UML-Modeling/blob/master/plugins/org.obeonetwork.dsl.uml2.design.doc/doc/UML%20Designer%20User%20Guide.textile
ObeoNetwork / UML-Modeling branch: master UML-Modeling / plugins / org.obeonetwork.dsl.uml2.design.doc / doc / UML Designer User Guide.textile hmarchadour 5 months ago UML-365: Provide the documentation about generic class.
3 contributors file 421 lines (243 sloc) 15.821 kb Edit Raw Blame History Delete
© Obeo 2011 – All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0
Authors Gonzague Reydet / Cédric Brun / Yvan Lussaud
Contact cedric.brun@obeo.fr / yvan.lussaud@obeo.fr Providing Feedback
This UML modeling environment is based on the Obeo Designer product. It is under an
Open Source license (EPL) and the source code is hosted on github.
It is intended to cover most use cases behind the usage of UML, and more importantly to be reused when you apply a
model driven approach wich uses both UML and some DSL. Everything should integrate seamlessly in the same environment.
We’re constantly looking for feedback about this modeler, if you think something is missing, some behavior is weird or even just to tell us you are happy with it in its current state, please come and exchange on the Obeo Network
Fill in our survey!
Feel free to fork the code, adapt it for your need and trigger a pull request. Getting Started
This section describes how to start using the UML designer either from existing UML models or by creating a new one. Starting from the Travel Agency example
Import the TravelAgency project using the menu File/New/Example....
Pick the Travel Agency UML wizard and click on Next and then Finish.
Click Finish on the wizard and a TravelAgency project appears in your workspace.
When the project gets opened, you will be greeted with the main package hierarchy diagram.
From here you can navigate to existing diagrams by right clicking on the Model. Create a new UML model & UML project
To create a new UML project , enable the Modeling Perspective.
Then click on the wizard shortcuts at the top-right of the Eclipse Workbench. Select New UML Project.
You can choose specific name for the project and the root element for the project on the next pages.
When you press the Finish button, the projects gets created and automatically enabled the UML viewpoints.
Now you can right click on the displayed package to create all the available diagrams or use the palette to create the package structure that fits to your needs. You can also open the Package hierarchy diagram and starts from here:
Display & edit an existing UML model
To create a new UML design on existing UML models, simply drag & drop the models in the Project or use the Add Model action available on the Project Dependencies item.
UML designer viewpoints
Two viewpoints are specified on the UML designer each bringing the following views: UML Structural modeling Package hierarchy diagram Class diagram Component diagram Object diagram Composite diagram Deployment diagram UML Behavioral modeling State machine diagram Activity diagram Use case diagram Sequence diagram UML Profile Design Profile diagram
You can select either viewpoints or both depending on your use case. Note that the Package hierarchy diagram is the entry point to create new diagrams such as Activity or Sequence diagrams. So it is advised to select at least the UML Structural modelingviewpoint. Using the Package Hierarchy Diagram
The Package Hierarchy diagram is the starting point of your modeling task. It shows you
the structure of your model (packages and sub-packages) and enable the creation of the other diagrams. Creating a Class Diagram
To create a class diagram you should right-click on your model or on a package and pick navigate and then