Get beautiful UML diagrams or other diagrams like Archimate with just a few lines of code.
DotUML is free of charge for UML diagrams and graphviz, try it now!.
A use case diagram is a representation of a user's interaction with the system that shows the relationship between the user and the different use cases in which the user is involved.
A sequence diagram shows object interactions arranged in time sequence.
A class diagram is a static structure diagram that describes the structure of a system by showing the system's classes, their attributes, operations (or methods), and the relationships among objects.
A state diagram is a behavior diagram which shows discrete behavior of a part of designed system through finite state transitions.
A deployment diagram models the physical deployment of artifacts on nodes.
Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks.
The ArchiMate Enterprise Architecture modeling language, is a visual language with a set of default iconography for describing, analyzing, and communicating many concerns of Enterprise Architectures as they change over time.
A Mind Map is a diagram for representing tasks, words, concepts, or items linked to and arranged around a central concept or subject using a non-linear graphical layout that allows the user to build an intuitive framework around a central concept.
DotUML is a javascript application that runs on the local browser. Diagram generation (SVG) from the pseudo-code is handled entirely locally, without any call for web services. Thus, all your data remains local on your computer.
DotUML shares the same concept for generation of UML diagram from pseudo-code, using Graphiz Dot. But the software architecture is completely different and the language pseudo-code (DSL) is also different. Here some differences:
Comparison | DotUML | PlantUML |
---|---|---|
Architecture | Static client-side | Server based |
Language | JavaScript | Java |
Data Storage | Client-side | Stored in 3rd party servers |
Privacy | High | Share with vendor |