<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>PlantUML Q&amp;A - Recent questions in Won't implement</title>
<link>https://forum.plantuml.net/questions/wont-implement</link>
<description>Powered by Question2Answer</description>
<item>
<title>how to drow the collaboration diagram</title>
<link>https://forum.plantuml.net/20405/how-to-drow-the-collaboration-diagram</link>
<description></description>
<category>Won't implement</category>
<guid isPermaLink="true">https://forum.plantuml.net/20405/how-to-drow-the-collaboration-diagram</guid>
<pubDate>Tue, 31 Mar 2026 17:51:10 +0000</pubDate>
</item>
<item>
<title>concurrency flow in activity diagram</title>
<link>https://forum.plantuml.net/19055/concurrency-flow-in-activity-diagram</link>
<description>I want to create two concurrent flows in an activity diagram, but these two flows do not need to be synchronized. The scenario can be something like this, a go routine (let's call it MAIN) starts a new go routine to do a separate service, and then the MAIN go routine continues, no synchronization between them at all. how to do that? AFAIK, according to UML activity specification, a join node do synchronization intrinsically, while a merge node is related to several alternative flows before. There seems to be no proper design for the above scenario, neither does plantUML. Thanks!</description>
<category>Won't implement</category>
<guid isPermaLink="true">https://forum.plantuml.net/19055/concurrency-flow-in-activity-diagram</guid>
<pubDate>Mon, 08 Jul 2024 03:49:15 +0000</pubDate>
</item>
<item>
<title>State Diagram: Change the shape of states</title>
<link>https://forum.plantuml.net/18234/state-diagram-change-the-shape-of-states</link>
<description>I actually want to change shape the default state of the state diagram, which is by default a small circle. I want to create a state (or box) with name start. I am trying it, but I am not able to getting a state with shape circle.&lt;br /&gt;
&lt;br /&gt;
Can someone help me with the same? How can I change the shape in the state digram?</description>
<category>Won't implement</category>
<guid isPermaLink="true">https://forum.plantuml.net/18234/state-diagram-change-the-shape-of-states</guid>
<pubDate>Sat, 16 Sep 2023 04:10:22 +0000</pubDate>
</item>
<item>
<title>Vertical fork</title>
<link>https://forum.plantuml.net/16673/vertical-fork</link>
<description>Hello everyone,&lt;br /&gt;
&lt;br /&gt;
Could anyone help me with writing vertical fork and join for activity diagram?&lt;br /&gt;
&lt;br /&gt;
It would be great if you write a script by taking a simple example (Please with legacy ACTIVITY DIAGRAM)</description>
<category>Won't implement</category>
<guid isPermaLink="true">https://forum.plantuml.net/16673/vertical-fork</guid>
<pubDate>Thu, 06 Oct 2022 07:47:15 +0000</pubDate>
</item>
<item>
<title>how to programmatically generate diagram?</title>
<link>https://forum.plantuml.net/15283/how-to-programmatically-generate-diagram</link>
<description>Hello&lt;br /&gt;
Can I connect the plantuml library to my project, get data from the database and make a diagram only programmatically?</description>
<category>Won't implement</category>
<guid isPermaLink="true">https://forum.plantuml.net/15283/how-to-programmatically-generate-diagram</guid>
<pubDate>Tue, 11 Jan 2022 19:41:46 +0000</pubDate>
</item>
<item>
<title>Allow line breaks before { and inside !define parameters</title>
<link>https://forum.plantuml.net/6842/allow-line-breaks-before-and-inside-define-parameters</link>
<description>&lt;p&gt;This code causes syntax error because the { is on another line:&lt;/p&gt;&lt;blockquote&gt;&lt;pre&gt;class Foo
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; #BAR
}
&lt;/pre&gt;&lt;/blockquote&gt;&lt;p&gt;This code also causes error because the parameters continue in another line:&lt;/p&gt;&lt;blockquote&gt;&lt;pre&gt;!definelong USEFUL(Foo,   Bar,
                   House, Cat)
&amp;nbsp;&amp;nbsp;&amp;nbsp; SOMETHINGUSEFULL...
!enddefinelong

&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;USEFUL(Foo,   Bar,
       House, Cat)&lt;/pre&gt;&lt;/blockquote&gt;</description>
<category>Won't implement</category>
<guid isPermaLink="true">https://forum.plantuml.net/6842/allow-line-breaks-before-and-inside-define-parameters</guid>
<pubDate>Mon, 04 Dec 2017 08:21:17 +0000</pubDate>
</item>
<item>
<title>Does sequence diagram support grouping messages from specified participant(s)?</title>
<link>https://forum.plantuml.net/6242/sequence-diagram-grouping-messages-specified-participant</link>
<description>&lt;p&gt;The &quot;group&quot; keyword in the sequence diagram currently group messages from all participant in between the group definition and the &quot;end group&quot; statement.&lt;br&gt;&lt;br&gt;My question is: is there a way that I can only create a group, which group messages from one or more participants? Like what note does..&lt;/p&gt;&lt;p&gt;&lt;br&gt;for example:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;@startuml&lt;/p&gt;&lt;p&gt;participant A&lt;/p&gt;&lt;p&gt;participant B&lt;/p&gt;&lt;p&gt;participant C&lt;/p&gt;&lt;p&gt;group over A, B : This ideally only group messages from/to A and B&lt;/p&gt;&lt;p&gt;A -&amp;gt;&amp;gt; B : Message 1&lt;/p&gt;&lt;p&gt;B -&amp;gt;&amp;gt; C : Message 2&lt;/p&gt;&lt;p&gt;C -&amp;gt;&amp;gt; A : Message 3&lt;/p&gt;&lt;p&gt;A -&amp;gt;&amp;gt; C : Message 4&lt;/p&gt;&lt;p&gt;end group&lt;/p&gt;&lt;p&gt;@enduml&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Thanks a lot guys.&lt;/p&gt;</description>
<category>Won't implement</category>
<guid isPermaLink="true">https://forum.plantuml.net/6242/sequence-diagram-grouping-messages-specified-participant</guid>
<pubDate>Mon, 05 Jun 2017 15:46:55 +0000</pubDate>
</item>
<item>
<title>How can we &quot;force&quot;  the location of the arrow start in activity diagram</title>
<link>https://forum.plantuml.net/6027/how-can-force-the-location-the-arrow-start-activity-diagram</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
Using the typical code :&lt;br /&gt;
&lt;br /&gt;
If (action1) then (true)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;: do A;&lt;br /&gt;
&lt;br /&gt;
Else (false)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;:Do B|&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;stop&lt;br /&gt;
&lt;br /&gt;
endif&lt;br /&gt;
&lt;br /&gt;
Depending of (what ? Random ?), on graphical representation, the arrow to &amp;quot;do A&amp;quot; and the other to &amp;quot;do B&amp;quot;, in other word true or false, will start from the right, the left, or the bottom of the &amp;quot;IF&amp;quot; &amp;nbsp;hexagonal shape. &lt;br /&gt;
&lt;br /&gt;
Is there a way to force right, left, bottom for each arrow ?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance&lt;br /&gt;
&lt;br /&gt;
Philippe</description>
<category>Won't implement</category>
<guid isPermaLink="true">https://forum.plantuml.net/6027/how-can-force-the-location-the-arrow-start-activity-diagram</guid>
<pubDate>Thu, 27 Apr 2017 07:47:03 +0000</pubDate>
</item>
<item>
<title>Please provide node shadows in DOT diagrams</title>
<link>https://forum.plantuml.net/4404/please-provide-node-shadows-in-dot-diagrams</link>
<description>I have a document with a mix of diagrams. I have some activity diagrams, and I also drew an Org Chart using DOT notation, and the look is inconsistent between the two.&lt;br /&gt;
&lt;br /&gt;
Can you please provide node shadows in DOT diagrams?</description>
<category>Won't implement</category>
<guid isPermaLink="true">https://forum.plantuml.net/4404/please-provide-node-shadows-in-dot-diagrams</guid>
<pubDate>Wed, 20 Apr 2016 15:47:50 +0000</pubDate>
</item>
<item>
<title>Can I reverse engineer classes in python code and automatically create a class diagram?</title>
<link>https://forum.plantuml.net/4002/reverse-engineer-classes-python-automatically-create-diagram</link>
<description>I already have classes in python code. I want to automatically create a class diagram by reverse engineering the python code. Can I do this with Plantuml?</description>
<category>Won't implement</category>
<guid isPermaLink="true">https://forum.plantuml.net/4002/reverse-engineer-classes-python-automatically-create-diagram</guid>
<pubDate>Wed, 25 Nov 2015 19:00:22 +0000</pubDate>
</item>
<item>
<title>Can PlantUML output dot files?</title>
<link>https://forum.plantuml.net/3533/can-plantuml-output-dot-files</link>
<description>One of the output formats that dot supports is a dot file with annotated locations. Is that output format available in PlantUML?</description>
<category>Won't implement</category>
<guid isPermaLink="true">https://forum.plantuml.net/3533/can-plantuml-output-dot-files</guid>
<pubDate>Mon, 15 Jun 2015 11:26:00 +0000</pubDate>
</item>
<item>
<title>Is there a way or a tool that can convert Visio graphs or SVG images to PlantUML?</title>
<link>https://forum.plantuml.net/388/there-tool-that-can-convert-visio-graphs-svg-images-plantuml</link>
<description>I have plenty of visio UML graphs and I want to port them into PlantUML is there a way to do so automatically?&lt;br /&gt;
&lt;br /&gt;
Is there a tool that can convert SVG into PlantUML syntax?&lt;br /&gt;
&lt;br /&gt;
Thanks</description>
<category>Won't implement</category>
<guid isPermaLink="true">https://forum.plantuml.net/388/there-tool-that-can-convert-visio-graphs-svg-images-plantuml</guid>
<pubDate>Mon, 11 Mar 2013 16:19:37 +0000</pubDate>
</item>
<item>
<title>Does a grammar exist for the language?</title>
<link>https://forum.plantuml.net/157/does-a-grammar-exist-for-the-language</link>
<description>For to develop integration into IntelliJ it would be very helpful to have a grammar. Best would be a BNF grammar. Does a grammar exist for the PlantUML language? I know there is the language reference document. But to infer the grammar out of this document seems to me very extensive.</description>
<category>Won't implement</category>
<guid isPermaLink="true">https://forum.plantuml.net/157/does-a-grammar-exist-for-the-language</guid>
<pubDate>Tue, 08 Jan 2013 20:29:20 +0000</pubDate>
</item>
<item>
<title>Sorting based on visibilty</title>
<link>https://forum.plantuml.net/82/sorting-based-on-visibilty</link>
<description>Is there an option to sort the class methods and properties (in a class diagram) by their visibility? Public with public, private with private etc.</description>
<category>Won't implement</category>
<guid isPermaLink="true">https://forum.plantuml.net/82/sorting-based-on-visibilty</guid>
<pubDate>Tue, 27 Nov 2012 05:42:55 +0000</pubDate>
</item>
</channel>
</rss>