Skip to main content

Questions tagged [plantuml]

Open-Source tool in Java to draw UML Diagrams

plantuml
1 vote
0 answers
22 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
0 votes
1 answer
20 views

Plant UML Multiple legend in Gantt View

How to add Multiple legend with different colors in Gantt Chart using Plant UML? It's working for me, for one legned. It's taking the last line of code... Is there a way to show, different parameter ...
Harsha Jotwani's user avatar
2 votes
1 answer
29 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
36 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
32 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
72 views

Syntax Error in PlantUML Sequence Diagram

I'm encountering a syntax error in my PlantUML sequence diagram. It's related to line 19. Here's the diagram I'm trying to create: @startuml participant Employee participant System group "...
Kuldeep Sonara's user avatar
0 votes
0 answers
14 views

Can I merge elements automatically in EA SPARX?

I am in this situation: I have several BPMN 2.0 xml files that describe different processes but contain elements that refer to the very same "real" element. Now I'd like Sparx to merge them ...
MaK's user avatar
  • 33
0 votes
0 answers
47 views

plantuml use mindmap-style arrows in other diagrams

I would like to use mindmap style arrows in non-mindmap diagrams. example: @startuml left to right direction object o1 object o2 object o3 o1 --> o2 o1 --> o3 @enduml gives me: Which works. ...
W_vH's user avatar
  • 125
1 vote
1 answer
353 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
2 votes
1 answer
93 views

plantuml, how to avoid text or other objects overlapping?

I try to make nice picture with plantuml and 1 component inside another with some internal and external interfaces. Output is ugly with overlapping object and text in my example. @startuml left to ...
Mikael's user avatar
  • 785
3 votes
1 answer
99 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,562
0 votes
1 answer
106 views

Reuse of component in PlantUML Component Diagram

I'm trying to draw a component UML diagram using PlantUML. I want to declare a component C and reuse it in several nodes. I tried with a code like the following @startuml cloud CMS #darkgreen { ...
Ulisse Rubizzo's user avatar
0 votes
1 answer
63 views

PlantUML changes an order of fields in a class diagram

I am trying to design DB tables with PlantUML class diagrams. But I face a weird behaviour - the order of of fields is not respected. How to show the fields in the original order? This is a minimum ...
Leos Literak's user avatar
  • 9,262
0 votes
0 answers
48 views

Java CodeCache is Full executing PlantUML / GraphViz

I am attempting to generate diagrams for my plantuml file locally but keep coming across a Java CodeCache error, I understand in theory what the issue is, that is I need to increase the Cache size, ...
Daniel Rossi's user avatar
0 votes
0 answers
70 views

Can PlantUML generate nested/embedded block components and reference them via a dict "[]" or dot notation "."?

Given a diagram that looks like this following: Where the components are defined in a nested manner, something like (ignore the actual semantics as I'm generalizing, though I'm welcome to full ...
MrMattBusby's user avatar

15 30 50 per page
1
2 3 4 5
31