Skip to main content

Questions tagged [plantuml]

Open-Source tool in Java to draw UML Diagrams

plantuml
2 votes
1 answer
306 views

How to model this C++ code using UML class diagram or SysML bdd?

namespace collections { class Iterable : public Sized<T> {} } class Item_id {} class Item_info {} class Connected_items : public collections::Iterable<std::map<Item_id, Item_info&...
Narnia_Optimus's user avatar
0 votes
0 answers
59 views

Inherit from generic plantuml

is there a way to visualize ServerManagerNotification. I want to show that ServerManagerNotification extends a specific implementation (IServerManagerNotificationCallback) of NotifyBase like in the ...
MortalFool's user avatar
  • 1,101
0 votes
0 answers
301 views

PlantUML not recognizing .sysml extension anymore in Eclipse

PlantUML used to recognize the .sysml extension for SysML v2. Then I updated the PlantUML eclipse plugin. My installation details show "PlantUML Feature" version 1.1.29 and "PlantUML ...
user8039286's user avatar
1 vote
1 answer
132 views

plantuml command over multiple lines

When using plantuml in c style code comments /// then clang adds a \ line break into the comment. /// @startuml /// m_alengthyline.xxxxxxxxxxxxxx .[#green].> \ /// another....
Mat's user avatar
  • 33
0 votes
1 answer
172 views

plantuml error rootcause net.sourceforge.plantuml.svek.EmptySvgException

I started with plantuml to draw my class diagram on eclipe. When i selected one class (java file), the entity class appears well in the plantuml window. But, when i selected more than one (example 2 ...
Zoya's user avatar
  • 1,205
0 votes
0 answers
76 views

markdown with plantuml transformed by maven site plugin

I use maven site plugin to create my sites (of course). Since short I moved to markdown, which is very easy, just write xxx.md files in folder markdown. Now I started using plantuml and want to ...
user2609605's user avatar
1 vote
1 answer
690 views

PlantUML: How to generated large state machine (50 states) in GUI full?

I have a plantuml state machine file. It has 50 state objects. When generating PNG diagram, the diagram just has partial view, it cut out as shown below: I then changed the image type to SVG, this ...
my_question's user avatar
  • 3,195
0 votes
1 answer
231 views

How to use plantuml plugin in vs 2019

I'm trying to copy puml files from to C#, please help me to use plantuml plugin in vs creat puml file in vs2019. Cannot find tutorial about VS 2019. Description by plugin author
Hec-Hanmo's user avatar
2 votes
1 answer
1k views

How to create contextual entity relationship diagram in plant uml?

I'm searching from the internet already and it seems I can't find any method to create contextual entity relationship diagram in plant UML like this one: So what's lacking from plantUML is the ...
Kevin A.S.'s user avatar
0 votes
0 answers
625 views

How to change width and height of Container in plantUml (c4)

I have the following example in plantUml from github: @startuml "messagebus" !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml ' uncomment ...
JavaDevS's user avatar
2 votes
2 answers
542 views

PlantUml: order classes around an interface

I am trying to create UML diagram with plantuml, this is my diagram: @startuml 'https://plantuml.com/component-diagram together { class Rice { } class Egg extends IIngredient{ } class Avocado ...
Cyrus the Great's user avatar
0 votes
1 answer
202 views

PlantUML reference to other activity diagram with new syntax

I want to implement the activity diagram below with new syntax. Here is the old syntax: @startuml partition 1st { (*) --> "A" --> "B" --> "C" --> "D"...
fanronghong's user avatar
1 vote
0 answers
231 views

PlantUML Activity Diagram connect condition to other path

I have the following activity diagram in PlantUML (not finished till the END): @startuml start :A; :B; :C; if (D == TRUE?) then (YES) : E; : F; if (G?) then (no) stop else (Yes) :H; endif ...
JohnDoe's user avatar
  • 915
2 votes
1 answer
640 views

Parse UML class diagram with PlantUML Java API

I want to parse an existing PlantUML class diagram in order to implement my own DDL code generator. As a first step I'm trying to parse a *.puml file containing the class diagram from Java, by using ...
eztam's user avatar
  • 3,709
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

15 30 50 per page
1
3 4
5
6 7
31