-
Notifications
You must be signed in to change notification settings - Fork 3
Quick Start Guide
This is a short introduction how to use the Papyrus Textual Diagram Provider.
To follow this quick start, it is recommended to use the Uml Examples from this project. Start your Eclipse and import the example project into your Eclipse workspace.
First of all you have to open the "TextualDiagram View" and the "Model Explorer".
Now open the "IntroductionCourse" from the example project and select the use case diagram.
Switch now to the TextualDiagram View and you'll see that the selected use case diagram has been transformed into PlantUML notation.
If you add or remove elements the TextualDiagram View will be updated.
To stop the live transformation just click the stop button to the right and the live transformation will stop until you click it again.
You can use the resulting PlantUml code in any application that supports PlantUml for example the [PlantUML Web Server] (http://plantuml.com/plantuml/form) or you can enable graphical visualization for the PlantUML code by clicking the PlantUML viewer Button the right of the TextualDiagram View.
Now the PlantUML Viewer will open and transform the PlantUml code into a UML diagram again.
Modeling Environment
Tools