Class Diagrams - PlantText Creating Class Diagrams with PlantUML But I digress Let’s jump into learning the basics of building class diagrams PlantUML is funny in that it doesn’t really follow the exact rules of the official OMG UML specification (found here) But, it can be made to look pretty close to it
About - PlantText PlantUML is a flexible language that is intuitive to learn and easy to master Use the samples provided or download this ebook to learn more See the PlantUML website for more information on the development of the language UML (Unified Modeling Language) is a standard language for designing software modeling diagrams
Component Diagrams with AWS Icons - PlantText Below is a standard PlantUML component diagram for a simple web application It has a load balancer and a server running a component that connects to a database on the backend This is not a bad way to see the big picture of your system and to quickly convey the design to others
How to align components vertically? - PlantUML Q A Oh I missed that This works now after changing `->` to `-->` If possible can you share the documentation link related to `->`, `-->` and `left to right direction`?
Is it possible to add a note above below a component in . . . - PlantUML Q A I'm looking to add a few notes on a component diagram that is fairly flat note right left on middle components adds a lot of spacing and can cause arrows to cross over each other which seems ugly and makes the diagram less readable
PlantUML Q A answered May 15 in Question help by plantuml (296,240 points) gantt; ganttscale; 0 votes 0 answers
[activity diagram] how to change style of backward arrow In an activity diagram, I would like to change the style of the arrow associated with a "backward" statement Below is my latest attempt to make the backward arrows blue and dashe