Skip to main content

All Questions

Tagged with
2 votes
1 answer
38 views

is it permissible to create more than one class diagram?

I'm trying to create a simple project and want to implement uml like a class diagram. According to the sources I studied, class diagrams can only be made once for one project. not made based on ...
Al Youma Akmal's user avatar
0 votes
0 answers
34 views

Why can't VS code generate the PlantUML folder automatically after installing the CSharp to PlantUML plugin?

Currently using: .NET 8.0 Runtime CSharp to PlantUML 1.4.0. VS code 1.90.1 Node.js: 20.9.0 OS: Windows_NT x64 10.0.19045 Following the steps in the video (2:16), I am unable to generate the PlantUML ...
bokabokaboka's user avatar
2 votes
1 answer
67 views

How do I position the interface on top?

How do I position the interface on top? 1. How to position the interface ICreditCard on top of MoneyBack? 2. How to position the interface ICreditCard on top in the middle between above MoneyBack and ...
eusataf's user avatar
  • 877
1 vote
1 answer
71 views

How to center allign literals compartment title in Enum class diagram?

I want to create a class diagram of an Enum in PlantUML with the literals keyword centered above the third compartment according to the following quote (also referenced in this answer): UML 2.5.1 - ...
bad_coder's user avatar
  • 12.3k
2 votes
1 answer
1k views

PlantUML Class-/Component Diagram

I'm new to using PlantUML and would like some clarification if some specific actions are even possible or how they could be solved otherwise! Class Diagram: How to address relationships from a whole ...
Alexy's user avatar
  • 33
1 vote
1 answer
266 views

Is it possible to Link a specific class or line of method from source code to the UML diagram for PlantUML IntelliJ Plugin?

I am using the PlantUML Integration plug-in to create a class diagram following the documentation: enter link description here Would it be possible to link the actual class or the method line to the ...
Xin Zhang's user avatar
  • 103
6 votes
2 answers
6k views

How to make PlantUML left/right/up/down arrow longer

The syntax for switching the directionality of the arrows in PlantUML is clear. One can use an -left->, -right->, -up->, -down-> to achieve left, right, up, and down directionality ...
Shadow43375's user avatar
4 votes
2 answers
7k views

How to make Class name bold in plant UML

It is possible to style the class name in PlantUML to italic by making the class abstract. Is there a way to style the class name so that it is bold as in the example class below?
Shadow43375's user avatar
3 votes
1 answer
551 views

UML - How to align class diagrams with child classes verticaly

In the attached UML diagram are 5 classes and I want to find out how the top of classes A,B and C can be verticaly aligned while the child classes remain aligned. Please find my UML code and my ...
HKC72's user avatar
  • 522
1 vote
1 answer
2k views

UML - How to get the same class box width?

how can I specify the box width of an UML class diagram. In the example I use classA and classB and want them to have the same box witdh (yellow) so that the width is independent of the method / ...
HKC72's user avatar
  • 522
0 votes
0 answers
846 views

PLANTUML : More than 2 associations on class diagram

I am currently building a class diagram on PlantUML. I have 2 classes having 2 associations class. While adding a third association class, an error message is displayed with "Cannot have more than 2 ...
Florian Ldt's user avatar
  • 1,215
1 vote
1 answer
2k views

How do you make a horizontal class aggregation representation with text in plantuml?

I want to have the following in plantuml. What I currently have is: which was generated from @startuml Pond o- "o...*" Swan @enduml But it doesn't look very good, the text is squished in. How can ...
herophant's user avatar
  • 670
0 votes
1 answer
207 views

PlantUML StringIndexOutOfBoundsException

I've created a file (test.puml) with the following contents: @startuml !define Table(x) class x << (T,#FFAAAA) >> !define primary_key(x) <b>x</b> !define unique(x) <color:...
geo's user avatar
  • 536
4 votes
1 answer
4k views

PlantUML: How to control the alignment of classes of the same rank?

I found out recently that plantuml sorts of align all the classes of the same rank. Each class is then centered around an invisible line corresponding to that rank Example: Here Class 1, Class2, ...
Antoine Lefebvre's user avatar
1 vote
0 answers
250 views

Extract the UML code from an IntelliJ diagram

After creating a class diagram in the usual way (Right click in the project view -> Diagrams -> Show diagram), I can save it as a .uml file. This works fine. My question is: is there any way of ...
enanone's user avatar
  • 958

15 30 50 per page