Skip to main content

All Questions

Tagged with
1 vote
0 answers
41 views

How to Generate PlantUML or Class Diagrams from an Existing C# Project/Solution? [closed]

I am working on a project where I need to generate PlantUML diagrams or class diagrams directly from an existing C# project or solution. My goal is to visualize the architecture and relationships ...
Kevin James's user avatar
2 votes
1 answer
43 views

How to make the border of note dashed in PlantUML

I am using skinparam to change the default look of the note in PlantUML, everything seems to work except for the BorderStyle property. I want to make the border of the note dashed but it stays the ...
SMMousaviSP's user avatar
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
1 vote
1 answer
355 views

Is this use case diagram for managing and viewing business objects correct?

Hi I have multiple fonctionalities: the manage and view share the same fontionalities but the view use case contains the view of dashboard and calender in addition. I have one actor and if he/she ...
ayoub khezami's user avatar
3 votes
1 answer
116 views

How to style a state in a PlantUML activity diagram (new syntax) for dashed or dotted outline

Is it possible to use a dashed or dotted stroke to outline a state of an activity diagram using PlantUML? Not using the new activity diagram syntax, we can do a state diagram with styled outline, ex. ...
GaspardP's user avatar
  • 4,572
1 vote
1 answer
463 views

Why am I getting a plantUML syntax error with a statechart in a package? [closed]

I try to run the following code on plantuml webserver. @startuml package "CI/CD and Monitoring System" { state "CI/CD Pipeline" { [*] --> Idle state Idle {...
Pranay Batta 21BDS0100'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
0 answers
39 views

Is there a way to merge different path to the same Control block?

There are only two targeting block which is s1 and s2,but they come from different divergent path through many condtions,like: source code : @startuml !pragma useVerticalIf on :do sth1; if (cond1) ...
zionpi's user avatar
  • 2,641
3 votes
1 answer
174 views

PlantUML: Is there a way to disable the vertical alignment of elements on the same level of the hierarchy of a class diagram?

In Plant UML I have a couple of classes where I need to specify a large number of attributes in one of the classes, but this causes a large vertical gap between that class' siblings and its sibling's ...
OmniZ's user avatar
  • 31
2 votes
0 answers
360 views

plantuml activity diagram with parallel split execution joining in reverse order

I have this plant UML diagram with split lines. Now I want to change the notation so that I get the modifications drawn in red. @startuml start split :A; split again :B; split :C; split again :D;...
Mat's user avatar
  • 33
2 votes
1 answer
873 views

How to change formatting of conditional blocks in PlantUML sequence diagram

I have what looks like this: the code that's generating the conditional block is: alt Condition1 Object3 -> Object4: Message5 else Condition2 Object3 -> Object5: Message6 end I have 2 ...
Alexander Mills's user avatar
0 votes
1 answer
156 views

PlantUML produces error when specifying asynchronous messages

I have this PlantUML code (.puml) @startuml title Asynchronous Message Example participant Alice participant Bob Alice -> Bob: Request Bob --> Alice: Acknowledgment Alice ::> Bob: ...
Alexander Mills's user avatar
0 votes
1 answer
510 views

Syntax error when declaring a class in PlantUML .puml file

I have this .puml code: @startuml class ClassName { // Class members (attributes and methods) } participant Object1 participant Object2 participant Object3 participant Object4 participant Object5 ...
Alexander Mills's user avatar

15 30 50 per page
1
2 3 4 5
8