Skip to main content

All Questions

1 vote
2 answers
535 views

Including icons in Activity diagram in PlantUML?

Context To improve my understanding on how SSH is used I drew a diagram in PlantUML using the Domain Story: Live Example However, I think it looks a bit chaotic, hence I would like to convert it into ...
a.t.'s user avatar
  • 2,584
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
0 votes
1 answer
589 views

Get extact line which have syntax error in plantUML

Greeting, may peace be upon you. I am using mac OS with VS code, by this I mean I use plantUML as an extension. I have 0 experience with this, I used app.diagram before this. @startuml shortform title ...
Adi Prasetyo's user avatar
  • 1,032
1 vote
1 answer
566 views

MVC sequence diagram review

My first suggestion was that such questions fit better for CodeReview site. But there's no uml tag on CodeReview. Hope it's fine to post it here. Here's my first ever sequence diagram. It describes ...
Gennadiy's user avatar
  • 321
8 votes
1 answer
7k views

How do I add empty (white) space between lines in my PlantUML Sequence Diagram?

I'm creating some notes and images to help me better understand Builder Patterns in Java. Strictly for design purposes, I've been attempting to input additional white space between some message lines ...
Madeline's user avatar
1 vote
2 answers
1k views

new line on plantuml

I've this plantUml @startuml !$user = { "name": "John Doe", "email": "[email protected]", "points": 100, &...
Legeo's user avatar
  • 792
2 votes
1 answer
2k views

How to show broadcast (simultaneous sending of two messages) in sequence diagrams in PlantUml

I have this bit of plantuml: @startuml title Sequence diagram A -> B : First B -> C : Second B -> A : Third @enduml It renders like this: I would like to get this instead, with two ...
Petter Hesselberg's user avatar
1 vote
1 answer
2k views

How to embed an image from local in a plantUML sequence diagram?

Is it possible to embed images (other than sprites) from local machine in a PlantUML sequence diagram. Tried to insert a sequence code within the PlantUML Creole after ';' and before ':',but got ...
user3555809's user avatar
1 vote
1 answer
1k views

How to show the flow termination in Sequence Diagram

Basically, I'd like to depict the below logic in a Sequence Diagram: if (ShopIsOpen) { if (AccessTokenIsExpired) { if (RefreshTokenInExpired) { return "Not Authorized"; } ...
Hans's user avatar
  • 2,782
8 votes
2 answers
11k views

How to create dashed-border rectangle in plantuml

To create a rectangle, I can simply rectangle "Rectangle Label" as RectangleName, but how to make its border dashed? like below?
Loi Nguyen Huynh's user avatar
1 vote
1 answer
1k views

How to generate (not draw/render) sequence diagrams

I'm looking for ways to generate Sequence Diagrams out of programmed Logic. I do not mean rendering them out of e.g. text. A lot of post talk about generating, but I see that as rendering/drawing. I'...
KEP-Software.nl's user avatar
6 votes
3 answers
18k views

PlantUML: How to Insert a Newline or <br> in Between Legend & Footer and Caption Spacing?

Have created a sequence diagram using PlantUML generating containing a legend and footer. The footer contains my company's name along with copyright date. The legend is very close to the footer and I ...
PacificNW_Lover's user avatar
2 votes
2 answers
3k views

PlantUML - How to Represent Private Methods as Nested Lifelines inside a Sequence Diagram

Am using PlantUML to create a sequence diagram which depicts a Dating App hitting a RestfulController (which uses a Service class to process data). What I am seeking to do is to represent the Service ...
PacificNW_Lover's user avatar

15 30 50 per page