Skip to content

elite-se/mdd-puml-to-uml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlantUML to UML

The goal of this project is to simplify the creation of UML Models using a textual representation. PlantUML offers an iterative way of creating interaction diagrams using simple and forgiving syntax and by providing a graphical representation of the model.

Based on the PlantUML syntax we help users transform the PlantUML source files to UML Models.

We offer an Eclipse Editor with advanced features like code completion, syntax checking, validations and quickfixes for writing UML compatible PlantUML. We implemented a Domain Specific Language based on PlantUML using XText.

In the second step we transform the PlantUML source files, as instances of the PlantUML metamodel, to a valid UML model using QVT Operational.

The resulting UML Model can be used for a variety of scenarios like code generation, further model transformation and validation.

Example

Input

PlantUML Example

Output

UML Example

About

Based on the PlantUML syntax we help users transform the PlantUML source files to UML Models.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published