About 9,270 results
Open links in new tab
  1. **How to run PlantUML in VS Code using only a local JAR, …

    Feb 25, 2025 · In many companies, especially those dealing with confidential data, security is a major ... property and confidential information remain protected.

  2. PlantUML Q&A

    In WBS diagrams generated by plantuml, can an additional connection be made directly from 1st box to 3rd box?

  3. Add interactive functionality for Usecase diagrams ... - PlantUML …

    Mar 8, 2021 · Very recently, ioplker submits us a MR that add interactive functionality for Usecase ... specific interactive mode or default non-interactive)

  4. How can change the postion of portin / portou? - PlantUML Q&A

    Oct 16, 2023 · In the example: @startuml [i] component C { portin p1 portin p2 portin p3 portout po1 portout po2 portout po3 component c1 } [o] @enduml Portin is on the TOP, portout is at …

  5. how to apply to different shapes? - PlantUML Q&A

    Sep 6, 2023 · I'm drawing an Activity Diagram, and I'm using the different shapes to represent what the actions ... all Activity boxes of shape X shall be green"?

  6. Activity diagram: Using if(...) is (...) syntax in ELSEIF - PlantUML Q&A

    Dec 26, 2022 · Hi Please compare the below two examples, each utilizing one of the two conditional syntaxes cited ... syntax (example 2) is not rendered correctly?

  7. Better control of the layout of class diagrams - PlantUML Q&A

    Feb 13, 2014 · With less than ten classes, my reverse egineering tool together with PlantUML mostly produces useful class diagrams. And often a little interactive help (using …

  8. Please provide a way to draw if/elseif/else structure ... - PlantUML …

    Oct 23, 2015 · I'm working on some code with switch case structures on big enumerate type or if/elsif/ ... if/elseif/else structure vertically in activity diagrams.

  9. Is it possible to only use straight lines in a class ... - PlantUML Q&A

    Feb 12, 2014 · Strongly agree! PlantUML is very useful to visualize the classes interaction when you need to make changes in a large unknown code base with many classes. Following the …

  10. Switch or multiple else branches for new activity diagram

    Jun 5, 2013 · Hello, I also find that having several "else" (or a switch command) would be nice. I have a processus, where the process can be routed to around 10 possible branches. Having …