Skip to main content

Questions tagged [plantuml]

Open-Source tool in Java to draw UML Diagrams

0 votes
1 answer
25 views

Cross reference to included plantuml

I want to write a documentation with asciidoc, including a plantuml. This is how I do : [plantuml, title="My great title"] ---- [[sch_id]] include::plantuml_sources/my_source.pu[] ---- And ...
7 votes
3 answers
3k views

Display PlantUML in Confluence from BitBucket

Confluence supports displaying PlantUML diagrams using for example PlantUML for Confluence macro. Basically, one copy-pastes a source code of the UML diagram and it's correctly rendered in a page. ...
0 votes
1 answer
115 views

Running PlantUml Jar On IKVM fails with System.TypeInitializationException

I am attempting to run PlantUml in .Net rather than relying on a Java Virtual Machine installed locally/in docker/externally for it to run on. IKVM as I understand it creates a JVM that runs in .Net ...
4 votes
2 answers
1k views

Failing to execute plantuml in emacs

I am using GNU Emacs 25.3.1 (x86_64-w64-mingw32), on Windows 10, plantuml 1.4.1, and the following .emacs: (package-initialize) (require 'package) (add-to-list 'package-archives '("...
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 ...
0 votes
1 answer
26 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 ...
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 ...
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 ...
0 votes
0 answers
353 views

How to invoke one function from another in PlantUML preprocessing?

I am using PlantUML and want to use the pre-processing feature. I am getting an error when i try to call a return function from another returning function. I don't know what I am doing wrong but I ...
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 ...
15 votes
9 answers
39k views

Using plantuml within a markdown document

At the moment I am trying to make a presentation using markdown. In order to include an UML diagram I want to use PlantUML. The code is written in the document below. I am of the understanding, that ...
1 vote
1 answer
87 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 "...
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 ...
6 votes
4 answers
14k views

How to reference earlier activity in PlantUML UML Activity Diagram

I am trying to make an activity diagram with PlantUML (new beta syntax). So far I came up with (simplified): @startuml start :A; if (Q1) then (yes) :B; if (Q2) then (yes) :D; else (no) ...
0 votes
0 answers
74 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 ...

15 30 50 per page
1
2 3 4 5
31