Insert and edit UML diagrams into your Word documents with the DotUML add-In.
The available diagrams are :
- Use Case
- Sequence
- Class
- State
- Deployment
- Graphviz
Diagrams are generated from a simple and easy-to-learn pseudo-code. This allows quick creation of diagrams and easy modifications. For example, adding a message in a sequence diagram is done with a simple line of code:
sys1 -> sys2 "message label";
Diagram generation from the pseudo code is fully managed locally, without any call for web resources. Thus, all your data remains local on your computer.
Compared to other solutions where diagrams are stored or generated on external servers, DotUML is the ideal solution for private documents.
For more information and detailed documentation of the language, please visit http://dotuml.com.