<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>PlantUML Q&amp;A - Recent questions and answers in Closed question / help</title>
<link>https://forum.plantuml.net/qa/closed-question-help</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: I need dfd Level 0</title>
<link>https://forum.plantuml.net/19526/i-need-dfd-level-0?show=19527#a19527</link>
<description>&lt;p&gt;Hello S.,&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Don't mix &lt;strong&gt;class&lt;/strong&gt;, &lt;strong&gt;deployment &lt;/strong&gt;and &lt;strong&gt;activity&lt;/strong&gt; diagram?&lt;/li&gt;&lt;li&gt;What is your goal?&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Here is a proposal using deployment diagram, as:&lt;/p&gt;&lt;pre&gt;@startuml
skinparam rectangle {
  BackgroundColor #E0E0E0
  BorderColor black
}

rectangle Customer 
rectangle Bank 
rectangle &quot;Payment System&quot; as Payment_System 

Customer --&amp;gt; Payment_System : Payment Details
Payment_System --&amp;gt; Bank : Payment Request
Bank --&amp;gt; Payment_System : Payment Confirmation
Payment_System --&amp;gt; Customer : Payment Receipt
@enduml&lt;/pre&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://www.planttext.com/?text=VP3B2i9034Nt0_CFeQu5rowajBeN_G29RPIXywYPT574VxSFhGz4iZkvEGb9eo1BuwnMiJA-HaO7J8MWFrk2grO06HRLcKFZoppOm33RBFeQMe5BuX4VRPVJwgQLLYz3taG9ZXZUOOQ--W395bj7Nc3VHY6N04PueCE8eDTEilbyzTrVFW6iIT3OgDLNeXyQDh-YExeq54MhWV-rvi6V33iK4_nFzNJSkxuWKtVwb7pPFVaE&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.planttext.com/api/plantuml/svg/VP3B2i9034Nt0_CFeQu5rowajBeN_G29RPIXywYPT574VxSFhGz4iZkvEGb9eo1BuwnMiJA-HaO7J8MWFrk2grO06HRLcKFZoppOm33RBFeQMe5BuX4VRPVJwgQLLYz3taG9ZXZUOOQ--W395bj7Nc3VHY6N04PueCE8eDTEilbyzTrVFW6iIT3OgDLNeXyQDh-YExeq54MhWV-rvi6V33iK4_nFzNJSkxuWKtVwb7pPFVaE&quot; style=&quot;height:275px; width:297px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;Enjoy,&lt;/strong&gt;&lt;/em&gt;&lt;br&gt;Regards,&lt;br&gt;Th.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/19526/i-need-dfd-level-0?show=19527#a19527</guid>
<pubDate>Fri, 13 Dec 2024 09:10:47 +0000</pubDate>
</item>
<item>
<title>Model 2 Plant</title>
<link>https://forum.plantuml.net/18759/model-2-plant</link>
<description>&lt;p&gt;Hi everyone! I want to share with you my small &lt;a rel=&quot;nofollow&quot; href=&quot;https://quest-book.ru/utils/model2plant/&quot;&gt;utility for creating component diagrams&lt;/a&gt;, which generates diagrams in &lt;span style=&quot;text-decoration: underline;&quot;&gt;PlantUML and Pintora text notations&lt;/span&gt;. It works online for free and have no ads. Not a spam :)&lt;/p&gt;&lt;p&gt;I'am interested in your opinion: is it worth developing an idea? what is worth adding?&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/18759/model-2-plant</guid>
<pubDate>Sat, 09 Mar 2024 10:11:42 +0000</pubDate>
</item>
<item>
<title>Answered: Overlapping activations (multiple threads)</title>
<link>https://forum.plantuml.net/6101/overlapping-activations-multiple-threads?show=13393#a13393</link>
<description>Maybe you wanted an existing Main to start something on existing Thread 1, and later start something on existing Thread 2 and get a return from T1 before getting one from T2.&lt;br /&gt;
&lt;br /&gt;
This will show overlapping activations (on different lifelines. &amp;nbsp;Note that I moved Main to the 1st position):&lt;br /&gt;
&lt;br /&gt;
@startuml&lt;br /&gt;
participant Main&lt;br /&gt;
participant T1&lt;br /&gt;
participant T2&lt;br /&gt;
Main -&amp;gt; T1 ++ #red: start&lt;br /&gt;
Main -&amp;gt; T2 ++ #yellow: start&lt;br /&gt;
T1 --&amp;gt; Main -- #red : done&lt;br /&gt;
T2 --&amp;gt; Main -- #yellow : done&lt;br /&gt;
@enduml</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6101/overlapping-activations-multiple-threads?show=13393#a13393</guid>
<pubDate>Fri, 12 Mar 2021 18:38:23 +0000</pubDate>
</item>
<item>
<title>Answered: Is it possible to style REF element in sequence diagram?</title>
<link>https://forum.plantuml.net/4261/is-it-possible-to-style-ref-element-in-sequence-diagram?show=12639#a12639</link>
<description>&lt;p&gt;Hello all,&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;How to use different style for different &lt;strong&gt;ref &lt;/strong&gt;element?&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Now (&lt;em&gt;from 1.2019.9+&lt;/em&gt;+) with &lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://plantuml.com/style-evolution&quot;&gt;new style functionality&lt;/a&gt;, we can change style during sequence as:&lt;/p&gt;&lt;pre&gt;@startuml
&amp;lt;style&amp;gt;
  sequenceDiagram {
    reference {
      LineColor red
      BackGroundColor yellow
      LineThickness 2.0
    }
    referenceHeader {
      LineColor red
      BackGroundColor blue
      FontStyle bold
    }
}
&amp;lt;/style&amp;gt;
Dummy -&amp;gt; Alice : foo1
ref over Alice, Bob : this is a reference over Alice and Bob
ref#7700FF over Alice, Other, Bob : this is a reference over Alice and Other

Other --&amp;gt; Alice : ok again
Alice -&amp;gt; Bob : new style
&amp;lt;style&amp;gt;
  sequenceDiagram {
    reference {
      LineColor blue
      BackGroundColor palegreen
    }
    referenceHeader {
      LineColor blue
      BackGroundColor green
      FontColor white
    }
}
&amp;lt;/style&amp;gt;
ref over Alice, Bob : this is another1 reference over Alice and Bob

Alice &amp;lt;- Bob : another new style
&amp;lt;style&amp;gt;
  sequenceDiagram {
    reference {
      LineColor red
      BackGroundColor pink
    }
    referenceHeader {
      LineColor red
      BackGroundColor blue
    }
}
&amp;lt;/style&amp;gt;
ref over Alice, Bob : this is another2 reference over Alice and Bob
@enduml&lt;/pre&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/umla/nLDDIyD04BtlhnZmQhNjfI2br5gg1y63_e5jTjeisSpK_R0KwNztaooO8gsi5o4GyjxCcynxpDnvQNseZPWwVp0u4m0EtmDIWKijjrRMy1an08iRj0sSlW6UDU436xQHKmbRoA9wj1n8TSm1ZU5zh-6jr4L5w1oCRuOjVZoLVqAfq6ODMPk0YLen-TTc4LYpKKd_AAQtQRjbgEi336PmRtI1S0SRvf68mu4_q7ReDInu7IbVQWVnaRtTlwj0aceAc-QhoMGuNArED5vyYJP3ggqNedt1eFU7N87SIasY0oBJQHBkeTtgxz4bxyxOkfC6jnQHykFB6vI6d0amWLtfljGUVyJwMu34ZQkZopacVwU3r9swCdtEFv6TfkfV3oJVoV5b9-T8AjJc2m00&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/svg/nLDDIyD04BtlhnZmQhNjfI2br5gg1y63_e5jTjeisSpK_R0KwNztaooO8gsi5o4GyjxCcynxpDnvQNseZPWwVp0u4m0EtmDIWKijjrRMy1an08iRj0sSlW6UDU436xQHKmbRoA9wj1n8TSm1ZU5zh-6jr4L5w1oCRuOjVZoLVqAfq6ODMPk0YLen-TTc4LYpKKd_AAQtQRjbgEi336PmRtI1S0SRvf68mu4_q7ReDInu7IbVQWVnaRtTlwj0aceAc-QhoMGuNArED5vyYJP3ggqNedt1eFU7N87SIasY0oBJQHBkeTtgxz4bxyxOkfC6jnQHykFB6vI6d0amWLtfljGUVyJwMu34ZQkZopacVwU3r9swCdtEFv6TfkfV3oJVoV5b9-T8AjJc2m00&quot;&gt;&lt;br&gt;[See on PlantUML online server]&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br&gt;If that can help,&lt;br&gt;Regards,&lt;br&gt;Th.&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/4261/is-it-possible-to-style-ref-element-in-sequence-diagram?show=12639#a12639</guid>
<pubDate>Tue, 15 Dec 2020 11:57:59 +0000</pubDate>
</item>
<item>
<title>Where is plantuml.jar stored in Win Eclipse installation</title>
<link>https://forum.plantuml.net/8764/where-is-plantuml-jar-stored-in-win-eclipse-installation</link>
<description>Hi there,&lt;br /&gt;
&lt;br /&gt;
Installed PlantUML in Eclipse, works well. I can embed UML State diagrams in C++ code and depict on the PlantUML View in Eclipse.&lt;br /&gt;
&lt;br /&gt;
However, Doxygen does not embed PlantUML diagrams &amp;nbsp;into Doxygen outputs. It requires the path of the &amp;quot;plantuml.jar&amp;quot; file.&lt;br /&gt;
&lt;br /&gt;
Where is &amp;quot;plantuml.jar&amp;quot; is installed for the Eclipse? Is there a way to find out its location easily? Like &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;@startuml&lt;br /&gt;
&amp;nbsp;version&lt;br /&gt;
&amp;nbsp;@enduml&lt;br /&gt;
&lt;br /&gt;
showing the properties including installation path.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance&lt;br /&gt;
&lt;br /&gt;
-Erkut</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/8764/where-is-plantuml-jar-stored-in-win-eclipse-installation</guid>
<pubDate>Fri, 28 Dec 2018 16:38:22 +0000</pubDate>
</item>
<item>
<title>Answered: Multicolored arrows appear as multiple arrows instead of single arrow with multiple colored lines</title>
<link>https://forum.plantuml.net/7900/multicolored-arrows-appear-multiple-instead-multiple-colored?show=7902#a7902</link>
<description>Not sure to understand your question.&lt;br /&gt;
&lt;br /&gt;
It looks like&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuIhEpimhI2nAp5L8pi_9Bt8iAiel3qu5YPHavkS55oGcfoeOSu6LSrcbv2iaMdFfHYidvPIcMYjNfkRav9TRAwSNfQRcnUhQWHKaMNCvfEQb0Cq60000&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuIhEpimhI2nAp5L8pi_9Bt8iAiel3qu5YPHavkS55oGcfoeOSu6LSrcbv2iaMdFfHYidvPIcMYjNfkRav9TRAwSNfQRcnUhQWHKaMNCvfEQb0Cq60000&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
is ok and is rendering as expected.</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/7900/multicolored-arrows-appear-multiple-instead-multiple-colored?show=7902#a7902</guid>
<pubDate>Sun, 08 Jul 2018 19:35:42 +0000</pubDate>
</item>
<item>
<title>Answered: Next release?</title>
<link>https://forum.plantuml.net/7437/next-release?show=7441#a7441</link>
<description>Actually, it's included in last release (V1.2018.2)&lt;br /&gt;
&lt;br /&gt;
But not documented...</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/7437/next-release?show=7441#a7441</guid>
<pubDate>Fri, 16 Mar 2018 09:50:25 +0000</pubDate>
</item>
<item>
<title>Answered: How to setup local Plantuml Server</title>
<link>https://forum.plantuml.net/7403/how-to-setup-local-plantuml-server?show=7404#a7404</link>
<description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;&lt;p&gt;All is described here:&lt;a rel=&quot;nofollow&quot; href=&quot;http://plantuml.com/server&quot;&gt;http://plantuml.com/server&lt;/a&gt;&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/7403/how-to-setup-local-plantuml-server?show=7404#a7404</guid>
<pubDate>Fri, 09 Mar 2018 07:12:50 +0000</pubDate>
</item>
<item>
<title>Answered: Line to/from specific class member</title>
<link>https://forum.plantuml.net/7398/line-to-from-specific-class-member?show=7399#a7399</link>
<description>&lt;p&gt;You can have&lt;/p&gt;&lt;pre&gt;@startuml
left to right direction

class Foo {
  a
  b
  c
  d
}

class Bah {
  e
  f
  g
  h
}

Foo::a --&amp;gt; Bah::f
@enduml&lt;/pre&gt;&lt;p&gt;&lt;a href=&quot;http://www.plantuml.com/plantuml/uml/DSqx3W8n38JXtgUO2-m5Kg0L1VSmUMmYXRMKc0fnToP8MtpLRslswJhy_UhISt6uORIZEb8RENgpKoHsdHCFCtm4K7fIf2JVAz-r_dEcGWVLbVaNWcBRRkicX29xFXC7Vm00&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/uml/DSqx3W8n38JXtgUO2-m5Kg0L1VSmUMmYXRMKc0fnToP8MtpLRslswJhy_UhISt6uORIZEb8RENgpKoHsdHCFCtm4K7fIf2JVAz-r_dEcGWVLbVaNWcBRRkicX29xFXC7Vm00&lt;/a&gt;&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/7398/line-to-from-specific-class-member?show=7399#a7399</guid>
<pubDate>Thu, 08 Mar 2018 12:11:18 +0000</pubDate>
</item>
<item>
<title>Answered: How to structure and arrange component and other diagrams?</title>
<link>https://forum.plantuml.net/1623/how-to-structure-and-arrange-component-and-other-diagrams?show=7298#a7298</link>
<description>&lt;p&gt;You may use invisible arrows.&lt;/p&gt;&lt;p&gt;Ex: &lt;strong&gt;A -[hidden]- B&lt;/strong&gt;&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/1623/how-to-structure-and-arrange-component-and-other-diagrams?show=7298#a7298</guid>
<pubDate>Sun, 25 Feb 2018 20:47:50 +0000</pubDate>
</item>
<item>
<title>Answered: Is it possible to do 'bottom to top direction'  ?</title>
<link>https://forum.plantuml.net/2479/is-it-possible-to-do-bottom-to-top-direction?show=7283#a7283</link>
<description>&lt;p&gt;I guess you can do this:&lt;/p&gt;&lt;pre&gt;a -up-&amp;gt; b&lt;/pre&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/2479/is-it-possible-to-do-bottom-to-top-direction?show=7283#a7283</guid>
<pubDate>Fri, 23 Feb 2018 16:43:28 +0000</pubDate>
</item>
<item>
<title>Answered: sub-package layout problem</title>
<link>https://forum.plantuml.net/3194/sub-package-layout-problem?show=7268#a7268</link>
<description>You can arrange them using invisible arrows.</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/3194/sub-package-layout-problem?show=7268#a7268</guid>
<pubDate>Thu, 22 Feb 2018 10:48:56 +0000</pubDate>
</item>
<item>
<title>Answered: rank in component models</title>
<link>https://forum.plantuml.net/5313/rank-in-component-models?show=7237#a7237</link>
<description>Rank is set automatically based on line lenght.&lt;br /&gt;
&lt;br /&gt;
-&amp;gt; &amp;nbsp;is same rank&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; is one rank lower&lt;br /&gt;
&lt;br /&gt;
---&amp;gt; is 2 rank lowers&lt;br /&gt;
&lt;br /&gt;
You can use -[norank]&amp;gt; to create arrows between nodes that will be always on same rank independent of length.&lt;br /&gt;
&lt;br /&gt;
Remember that you can also use hidden arrows to set your layout.</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/5313/rank-in-component-models?show=7237#a7237</guid>
<pubDate>Mon, 19 Feb 2018 19:36:03 +0000</pubDate>
</item>
<item>
<title>Answered: Issue in generating state diagrams with Doxygen</title>
<link>https://forum.plantuml.net/7188/issue-in-generating-state-diagrams-with-doxygen?show=7189#a7189</link>
<description>Did you install GraphViz ? (see &lt;a href=&quot;http://plantuml.com/graphviz-dot&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com/graphviz-dot&lt;/a&gt; )</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/7188/issue-in-generating-state-diagrams-with-doxygen?show=7189#a7189</guid>
<pubDate>Sat, 17 Feb 2018 15:50:10 +0000</pubDate>
</item>
<item>
<title>Answered: Weird ordering with complex components and horizontalLineBetweenDifferentPackageAllowed</title>
<link>https://forum.plantuml.net/3231/components-horizontallinebetweendifferentpackageallowed?show=7155#a7155</link>
<description>&lt;p&gt;Please note that PlantUML is very sensitive to order of declared stuff, also the sides that nodes appear no edges declarations can have huge effects.&lt;/p&gt;&lt;p&gt;These one look better:&lt;/p&gt;&lt;pre&gt;@startuml
'!pragma horizontalLineBetweenDifferentPackageAllowed

component &quot;Another System&quot; as sys2 {
  [Config\nReceiver] as receiver1
  [Config\nReceiver] as receiver2

  receiver1 -[hidden]- receiver2
}

() &quot;Spread\nconfiguration&quot; as config
() &quot;Output\nData&quot;          as data

receiver1 -( config
receiver2 -( data

component &quot;A System&quot; as sys {
  database &quot;Configuration&quot; as aConfigDb
  database &quot;Observations&quot;  as aDataDb

  aConfigDb -[hidden]r- aDataDb
 
  database &quot;Data&quot;          as aStateDb
  [Inversion]              as aNetwork
 
  aDataDb   --&amp;gt; aNetwork
  aConfigDb --&amp;gt; aNetwork
  aStateDb   &amp;lt;- aNetwork
}

config - aConfigDb
data   - aStateDb
@enduml

&lt;/pre&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/png/XP0nRy9038Lt_metI-cGeSnL1OMbKbMgCWA3IGn49BxepW7HYl_UouKcf0pD5h_ldj_po2bPhOeSxkzAIzk2S6TizcL4AN_BX5zOZymopJORjYpwGScUjZpEStFa520nHMd42nYDnUYEBSvFJhc8a1owanlYDo0k9aOssNOfdvnmTc2xgcLx-NdybnW2O8TZlDXbQSgoYg-8Cy3W0QDvQPdIfIJ1hxAacP6Gffa4Q5PfMUbIfgGKOVjvAFKJWAjLWzztxIO_2rY__P_UeNPDhSanHfERDDICfkiUDrixjeT0kGW3LsVq563tf3k0ZLi0iUTqMutcIig1NBoAR-BybbLBjDWxwz7OVMDuSVTI73-tMZzCJsZN8E9Jt0bd06WkYV5L-JfmRTwb6x6aLP7_0000&quot; style=&quot;height:294px; width:607px&quot;&gt;
&lt;p&gt;&lt;/p&gt;&lt;pre&gt;@startuml
!pragma horizontalLineBetweenDifferentPackageAllowed

component &quot;A System&quot; as sys {
  database &quot;Configuration&quot; as aConfigDb
  database &quot;Observations&quot; as aDataDb
  database &quot;Data&quot; as aStateDb

  [Inversion] as aNetwork

  aDataDb --&amp;gt; aNetwork
  aNetwork -&amp;gt; aStateDb
  aConfigDb --&amp;gt; aNetwork
}

() &quot;Spread\nconfiguration&quot; as config
aConfigDb - config
() &quot;Output\nData&quot; as data
aStateDb - data

component &quot;Another System&quot; as sys2 {
  [Config\nReceiver] as receiver1
  [Config\nReceiver] as receiver2
  receiver1 -[hidden]- receiver2
}

receiver1 -( config
receiver2 -( data
@enduml&lt;/pre&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/png/XPB1Ri8m38RlUGgl9tReOJp011kNITEOnX4ukArR8bgdIbmGc_RkIrDQA3jmI_x_S-pVoim9MccgKZtK5eiAOMUi_ZOiMBvhfXUI8n4lT9wJ9PPFJFTOqBmipP4ofL9JrOQz0T4SLYSdL4M03jp9mOy2o50mGKSGlHhETT5O56quCDX9YsJ4BHD7zX0ers4Bxzr0hTIPAq4Xxtfx_SO7iiuNReFruMStTjzQvpSWZfylEWn7QEN-9RWCDkP_bPeyGhIgBM6suVHVe4vHL-MzrDOj6waRsV0mUnj7zMqz6-wZZRAH7TcRlKx3OjTTamr_KKhQvmwPxVdoT9UOUcAW8LxlT9OHR-ChmEUz8YPzbW5ejJ3pZ3ZpN-WF&quot; style=&quot;height:294px; width:608px&quot;&gt;&lt;/p&gt;&lt;p&gt;Or:&lt;/p&gt;&lt;pre&gt;@startuml

component &quot;A System&quot; as sys {
  database &quot;Configuration&quot; as aConfigDb
  database &quot;Observations&quot; as aDataDb
  database &quot;Data&quot; as aStateDb

  [Inversion] as aNetwork

  aDataDb -up-&amp;gt; aNetwork
  aNetwork -&amp;gt; aStateDb
  aConfigDb --&amp;gt; aNetwork
}

() &quot;Spread\nconfiguration&quot; as config
aConfigDb - config
() &quot;Output\nData&quot; as data
aStateDb - data

component &quot;Another System&quot; as sys2 {
  [Config\nReceiver] as receiver1
  [Config\nReceiver] as receiver2
  receiver1 -[hidden]- receiver2
}

receiver1 -( config
receiver2 -( data
@enduml

&lt;/pre&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/png/XPA_Ri8m4CPtFyKf4mmUoWDK85Yw5AaP4mOdlfQepJcoprIewhlZFoG4EdIpl-ztlljENZjMbdt_9KHh-i4G4aEnWVBi6Fi2b0DtTl0Z0BHYrIY7K6mDlNSVtYhk32L6PMdNt77xng4z9SfbR1Uy1oXAsInPCGOtsDKBdT2wK7X8rYlojx6VqRg-0T8Fyldcm7I4A8zlmMqqa7F-LuZ54efoiAXqJUsVI5aHi_9HYdLxpuFdcgRfOo0njWrikj_jb0mVqJviTfLMM-KcDRrXYrr8dbBRw-NfNs8LY8a6MHqxhP4ESWQ4l3DYCMQPWAYbcTT8Elo72m00&quot; style=&quot;height:412px; width:515px&quot;&gt;&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/3231/components-horizontallinebetweendifferentpackageallowed?show=7155#a7155</guid>
<pubDate>Sun, 11 Feb 2018 19:07:43 +0000</pubDate>
</item>
<item>
<title>Answered: {abstract} in written form</title>
<link>https://forum.plantuml.net/6263/abstract-in-written-form?show=7090#a7090</link>
<description>&lt;p&gt;You can use macros to make it easier:&lt;/p&gt;&lt;pre&gt;@startuml

!define ABSTRACT &amp;amp;#123;abstract&amp;amp;#125;

class MyClass {
+abstractMethod() \t\t ABSTRACT
}
@enduml&lt;/pre&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6263/abstract-in-written-form?show=7090#a7090</guid>
<pubDate>Fri, 26 Jan 2018 20:52:42 +0000</pubDate>
</item>
<item>
<title>Answered: How can I show only one class of a package?</title>
<link>https://forum.plantuml.net/6271/how-can-i-show-only-one-class-of-a-package?show=7086#a7086</link>
<description>&lt;p&gt;You can use &lt;strong&gt;hide&lt;/strong&gt; to hide your classes.&lt;/p&gt;&lt;p&gt;Ex:&lt;/p&gt;&lt;pre&gt;@startuml
class a &amp;lt;&amp;lt;jj&amp;gt;&amp;gt;
class b
class c

hide &amp;lt;&amp;lt;jj&amp;gt;&amp;gt;
hide b
@enduml&lt;/pre&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6271/how-can-i-show-only-one-class-of-a-package?show=7086#a7086</guid>
<pubDate>Fri, 26 Jan 2018 20:24:58 +0000</pubDate>
</item>
<item>
<title>Answered: Can multiple plantuml files be linked together? A lot of the time, the flow charts can be big?</title>
<link>https://forum.plantuml.net/6314/can-multiple-plantuml-files-linked-together-time-flow-charts?show=7079#a7079</link>
<description>You can include files, see &lt;a href=&quot;http://plantuml.com/preprocessing&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com/preprocessing&lt;/a&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6314/can-multiple-plantuml-files-linked-together-time-flow-charts?show=7079#a7079</guid>
<pubDate>Fri, 26 Jan 2018 16:07:32 +0000</pubDate>
</item>
<item>
<title>Answered: Max diagram size?</title>
<link>https://forum.plantuml.net/6971/max-diagram-size?show=6976#a6976</link>
<description>You can change the parameter PLANTUML_LIMIT_SIZE (see &lt;a href=&quot;http://plantuml.com/faq&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com/faq&lt;/a&gt; )&lt;br /&gt;
&lt;br /&gt;
Regards,</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6971/max-diagram-size?show=6976#a6976</guid>
<pubDate>Sat, 13 Jan 2018 14:44:24 +0000</pubDate>
</item>
<item>
<title>Answered: How can I change class header text color and background color?</title>
<link>https://forum.plantuml.net/6834/how-can-change-class-header-text-color-and-background-color?show=6836#a6836</link>
<description>&lt;p&gt;I figured I can change those by adding a &quot;&quot; around.&lt;/p&gt;&lt;p&gt;Ex: &quot;&lt;span style=&quot;color:#FF0000&quot;&gt;&amp;lt;color:Red&amp;gt;&amp;lt;size:16&amp;gt;**name**&amp;lt;/size&amp;gt;&amp;lt;/color&amp;gt;&lt;/span&gt;&quot; works.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;This can also be changed using the skimparam attributes:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;skinparam class&amp;lt;&amp;lt;optional_stereotype&amp;gt;&amp;gt; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FontColor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FontName&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FontSize&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; size&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FontStyle&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HeaderBackgroundColor color&lt;br&gt;}&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6834/how-can-change-class-header-text-color-and-background-color?show=6836#a6836</guid>
<pubDate>Sat, 02 Dec 2017 21:43:13 +0000</pubDate>
</item>
<item>
<title>Answered: Is it possible to put text on an arrow from the &quot;if&quot; node to the &quot;else if&quot; node?</title>
<link>https://forum.plantuml.net/6295/it-possible-put-text-on-an-arrow-from-the-if-node-the-else-node?show=6369#a6369</link>
<description>&lt;p&gt;
	Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	it is possible to do this way (before the elseif statement):&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;if (condition one?) then (yes1)&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;
	&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;
	&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;:activity1;&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;
	&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;
	&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;&lt;strong&gt;(no1)&lt;/strong&gt; elseif (condition two?) then (yes2)&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;
	&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;
	&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;:activity2;&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;
	&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;
	&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;else (no)&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;
	&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;
	&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;:activity3;&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;
	&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;
	&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Helvetica, Arial, Sens-serif; font-size: 13px; background-color: rgb(253, 253, 252);&quot;&gt;endif&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	Is it what you are looking for ?&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6295/it-possible-put-text-on-an-arrow-from-the-if-node-the-else-node?show=6369#a6369</guid>
<pubDate>Sat, 05 Aug 2017 16:59:15 +0000</pubDate>
</item>
<item>
<title>Answered: we are facing the problem when we have the hyphen(-) in the source to generate the dataflow diagram</title>
<link>https://forum.plantuml.net/6317/facing-problem-when-hyphen-source-generate-dataflow-diagram?show=6318#a6318</link>
<description>&lt;p&gt;
	A lot of programming languages don't allow hypeh in identifiers and so on.&lt;/p&gt;
&lt;p&gt;
	In your case you can do this:&lt;/p&gt;
&lt;div&gt;
	&lt;em&gt;@startuml&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;skinparam roundCorner 20&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;left to right direction&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;hide circle&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;hide empty members&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;strong&gt;&lt;em&gt;class &quot;WS-TERM-KEY&quot; as WS_TERM_KEY&lt;/em&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;ALP09476_CONSTANT_VALUE--&amp;gt;&lt;strong&gt;WS_TERM_KEY&lt;/strong&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;@enduml&lt;/em&gt;&lt;/div&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6317/facing-problem-when-hyphen-source-generate-dataflow-diagram?show=6318#a6318</guid>
<pubDate>Mon, 03 Jul 2017 08:31:23 +0000</pubDate>
</item>
<item>
<title>Answered: Change Properties of Nodes</title>
<link>https://forum.plantuml.net/6291/change-properties-of-nodes?show=6310#a6310</link>
<description>&lt;p&gt;
	It's not widely documented, but you can have:&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	rectangle foo #red;line:blue&lt;br&gt;
	usecase dummy #line:FF7777&lt;br&gt;
	@enduml&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/png/AqfDBadCIyz9LKZBprTGBafDiSx9p4krIiefJUKgBKvDJYnELKWfpSsjL506IxYvcGC10000&quot; style=&quot;width: 171px; height: 54px;&quot;&gt;&lt;/p&gt;
&lt;p&gt;
	Is this what you are looking for ?&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6291/change-properties-of-nodes?show=6310#a6310</guid>
<pubDate>Fri, 30 Jun 2017 07:45:04 +0000</pubDate>
</item>
<item>
<title>Answered: PlantUML cuts sequence diagram off on the right at default zoom level</title>
<link>https://forum.plantuml.net/6278/plantuml-cuts-sequence-diagram-off-right-default-zoom-level?show=6279#a6279</link>
<description>Hello&lt;br /&gt;
&lt;br /&gt;
Does the cut off &amp;nbsp;equals 4096 ? This may be related to PLANTUML_LIMIT_SIZE (see &lt;a href=&quot;http://plantuml.com/faq&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com/faq&lt;/a&gt; )&lt;br /&gt;
&lt;br /&gt;
Have tried changing this value ?&lt;br /&gt;
&lt;br /&gt;
Regards,</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6278/plantuml-cuts-sequence-diagram-off-right-default-zoom-level?show=6279#a6279</guid>
<pubDate>Wed, 21 Jun 2017 11:35:05 +0000</pubDate>
</item>
<item>
<title>Answered: Support for generics/templates</title>
<link>https://forum.plantuml.net/6253/support-for-generics-templates?show=6254#a6254</link>
<description>&lt;p&gt;
	Hello,&lt;/p&gt;
&lt;div&gt;
	&lt;em&gt;@startuml&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;class Foo&amp;lt; T &amp;gt;&amp;nbsp;&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;class &quot;Foo&amp;lt;int&amp;gt;&quot; as Foo_int&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;class &quot;Foo&amp;lt;double&amp;gt;&quot; as Foo_double&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;@enduml&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	But there is a bug when you try:&lt;/div&gt;
&lt;div&gt;
	&lt;div&gt;
		&lt;em&gt;@startuml&lt;/em&gt;&lt;/div&gt;
	&lt;div&gt;
		&lt;em&gt;class Foo&amp;lt; T &amp;gt;&lt;span style=&quot;background-color:#ffff00;&quot;&gt; as Foo_t&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;
	&lt;div&gt;
		&lt;em&gt;class &quot;Foo&amp;lt;int&amp;gt;&quot; as Foo_int&lt;/em&gt;&lt;/div&gt;
	&lt;div&gt;
		&lt;em&gt;class &quot;Foo&amp;lt;double&amp;gt;&quot; as Foo_double&lt;/em&gt;&lt;/div&gt;
	&lt;div&gt;
		&lt;div&gt;
			&lt;em&gt;Foo_t &amp;lt;|-- Foo_int&lt;/em&gt;&lt;/div&gt;
		&lt;div&gt;
			&lt;em&gt;Foo_t &amp;lt;|-- Foo_double&lt;/em&gt;&lt;/div&gt;
		&lt;div&gt;
			&lt;em&gt;@enduml&lt;/em&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div&gt;
		&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6253/support-for-generics-templates?show=6254#a6254</guid>
<pubDate>Fri, 09 Jun 2017 04:44:48 +0000</pubDate>
</item>
<item>
<title>Answered: Classes of same names but in different packages are represented only once</title>
<link>https://forum.plantuml.net/6220/classes-same-names-different-packages-represented-only-once?show=6222#a6222</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
Yes, you should use namespace instead of package in this case:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuSfBp4qjBaXCJbK04jaArLmAw20v9x6uMC6tqXbCOr5GYoc4CBMuD0cNmQJQGzZQMgvQBeVKl1IWnm00&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuSfBp4qjBaXCJbK04jaArLmAw20v9x6uMC6tqXbCOr5GYoc4CBMuD0cNmQJQGzZQMgvQBeVKl1IWnm00&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Regards,</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6220/classes-same-names-different-packages-represented-only-once?show=6222#a6222</guid>
<pubDate>Wed, 31 May 2017 16:03:40 +0000</pubDate>
</item>
<item>
<title>Answered: Activity diagramming aliasing</title>
<link>https://forum.plantuml.net/6205/activity-diagramming-aliasing?show=6207#a6207</link>
<description>&lt;p&gt;
	Hello,&lt;/p&gt;
&lt;p&gt;
	Use the &quot;as&quot; keyword:&lt;/p&gt;
&lt;div&gt;
	&lt;em&gt;@startuml&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;(*) --&amp;gt; study&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;study --&amp;gt; [e] livingroom&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;livingroom --&amp;gt; &amp;nbsp;[e] lounge&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;lounge --&amp;gt; &amp;nbsp;[s] kitchen&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;kitchen --&amp;gt; [w] hallway&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;hallway --&amp;gt; [n] study&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;hallway --&amp;gt; [d] &quot;cellar&quot; as c1&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;c1 --&amp;gt; [n] &quot;cellar&quot; as c2&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;c2 --&amp;gt; [e] &quot;cellar&quot; as c3&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;c3 --&amp;gt; [s] &quot;cellar&quot; as c4&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;c4 --&amp;gt; [w] c1&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;@enduml&lt;/em&gt;&lt;/div&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6205/activity-diagramming-aliasing?show=6207#a6207</guid>
<pubDate>Mon, 29 May 2017 06:00:07 +0000</pubDate>
</item>
<item>
<title>Answered: Multiple messages on same line in a sequence diagram</title>
<link>https://forum.plantuml.net/6202/multiple-messages-on-same-line-in-a-sequence-diagram?show=6203#a6203</link>
<description>&lt;p&gt;
	The syntax is not yet officially fixed (see &lt;a href=&quot;http://plantuml.com/teoz&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com/teoz&lt;/a&gt; )&lt;/p&gt;
&lt;p&gt;
	However, using the Teoz version, you can have:&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	!pragma teoz true&lt;br&gt;
	note over Sally : Scared of Bob&lt;br&gt;
	/ note over Alice : initial state of Alice&lt;br&gt;
	/ note over Bob : initial state of Bob&lt;br&gt;
	Bob -&amp;gt; Alice : hello&lt;br&gt;
	&amp;amp; Alice -&amp;gt; Sally : hello from Bob&lt;br&gt;
	@enduml&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/png/ROux3i8m40Lxd-BHG8NIKo315S85JB8c5Xilscm8S7filaAYddcZDpkfF_GUHdA3wKWkYH7aJ8hQCr-nGjrufHOIi9Mzg_0rDXmRoaPCqQ9d3EOB2a_me-RfFx4K2rgkFx6EcCKjiEi8YIu6ZedG2WqbXqdqY2bQ1yj2vUQlOIwy3pyA22fzwTy1&quot; style=&quot;width: 445px; height: 164px;&quot;&gt;&lt;/p&gt;
&lt;p&gt;
	Once again, this is a beta, so do not hesitate to report issues here. And be aware that the syntax (/ and &amp;amp;) is probably going to be unified in some future.&lt;/p&gt;
&lt;p&gt;
	Regards,&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6202/multiple-messages-on-same-line-in-a-sequence-diagram?show=6203#a6203</guid>
<pubDate>Thu, 25 May 2017 14:02:45 +0000</pubDate>
</item>
<item>
<title>Answered: How to mark a group in a squence diagram as a deprecated piece?</title>
<link>https://forum.plantuml.net/5944/how-to-mark-a-group-in-a-squence-diagram-as-a-deprecated-piece?show=6157#a6157</link>
<description>&lt;p&gt;
	A possible workaround is to do something like:&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	Bob -&amp;gt; Alice : hello&lt;br&gt;
	== start of deprecated ==&lt;br&gt;
	Bob -&amp;gt; Alice : hello deprecated&lt;br&gt;
	== end of deprecated ==&lt;br&gt;
	@enduml&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;a href=&quot;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuNBAJrBGjLDmpCbCJbMmKiX8pSd9vxArLG0hKCXFKqX9BIXAJKuiIKrHiBN5gXn92KXdQbuAfZuk1w0mq3u0&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuNBAJrBGjLDmpCbCJbMmKiX8pSd9vxArLG0hKCXFKqX9BIXAJKuiIKrHiBN5gXn92KXdQbuAfZuk1w0mq3u0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	Far from perfect, but at least it works!&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/5944/how-to-mark-a-group-in-a-squence-diagram-as-a-deprecated-piece?show=6157#a6157</guid>
<pubDate>Wed, 17 May 2017 09:37:55 +0000</pubDate>
</item>
<item>
<title>Answered: Modify PLANTUML_LIMIT_SIZE for public server use?</title>
<link>https://forum.plantuml.net/6110/modify-plantuml_limit_size-for-public-server-use?show=6113#a6113</link>
<description>Generating PNG on server side is somehow CPU and memory consumming.&lt;br /&gt;
(Note that you can use SVG images that does not suffer the same limitation)&lt;br /&gt;
&lt;br /&gt;
We try to keep the online server as open as possible, but allowing large image big would impact all users.&lt;br /&gt;
The best option for you would be to install a local version of the server, which does not have the same limitation.&lt;br /&gt;
&lt;br /&gt;
Another option for us would be to allow some kind of login on the server.&lt;br /&gt;
In that case, loggued users would have access to larger images. This need some development, though.&lt;br /&gt;
Would this be a solution for you ?</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6110/modify-plantuml_limit_size-for-public-server-use?show=6113#a6113</guid>
<pubDate>Wed, 10 May 2017 05:29:14 +0000</pubDate>
</item>
<item>
<title>Answered: Diagram doesn't display fully</title>
<link>https://forum.plantuml.net/6041/diagram-doesnt-display-fully?show=6043#a6043</link>
<description>&lt;p&gt;
	Thanks for your example.&lt;/p&gt;
&lt;p&gt;
	It's only because we have to save bandwidth and CPU on &lt;a href=&quot;http://plantuml.com&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com&lt;/a&gt; that we limit PNG image to 2000 pixels.&lt;/p&gt;
&lt;p&gt;
	Your option are:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
		Install PlantUML on your machine (local installation does not suffer from this limitation, or at least it could be modify see &lt;a href=&quot;http://plantuml.com/faq&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com/faq&lt;/a&gt; about PLANTUML_LIMIT_SIZE )&lt;/li&gt;
	&lt;li&gt;
		Use the generated image we've made for you &lt;a href=&quot;https://www.dropbox.com/s/jusrsr8rl0n8gyj/test2.png?dl=0&quot; rel=&quot;nofollow&quot;&gt;https://www.dropbox.com/s/jusrsr8rl0n8gyj/test2.png?dl=0&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;
		Switch to SVG:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
	&lt;a href=&quot;http://www.plantuml.com/plantuml/svg/jLXDRziu4BtdL_3IMsH8_1BbmmAfyb5ZdQ2e5vj3r0DhSsqX4kcLv2xINxzZIx9irvP4fRqPCFNcpN3cpGpprrYlPIPJb1fjvglCf0eLsKPTvVj_vYPT6wrqSMzqCOj_AEJXgvVxnn25yLnbvZhIqsaOQSeSvWcVCFOLEGlpdtR-G2_tin2PVo8ThkAvN9fhL1xr7UeIBdp_wzWTiGybt9DSg-nRPiph0IJ58g3CjuBqHbu5-LacieYrgW6nxs3i1THZbe1k1NYNB6DzWERvhY-uEn1jQj9lCbiSiHF2Pwvb10NWFS_-3D5jB9EtFCxHJ6NVuNRoQpJHyr6a2NSmvu85r8vgiEEwXmqX3LIMmrVe9bKPV1Pf1qsI9DOcRen1N0Z4s1TMnl38h-AoFTU0xWuoS007F0XSIymwkxx4trKMwNkJgRoeJculK0GaO84bw3OeDtbkvh4iL8vYZPxK6gedCSitkCtPA8GmM66oVL9KPnAfzub1mNdAC1VOZYVRPKO9AekLJ0yBItW1zhs1cJipcs8LwLi5IQ2NJJWfvX1DCL01fcOfDOJltutCL7sIEOH3oU9W8EYjoYFzEP4W0tc3IRTr6n1BJ59BrJCag5x4Kilw77Syx19FsFakzb8rbQyAJfgDBjwQWyI5Eg9sc7HVHrC5ibxiBntWYCy3ONizDKMedIBIp_9DgyPhwe9Y2Ny0mo_X0sg2E9hkYePZn-C-fIAmpCmjugFSf4gTKS4g0eGvs2C-iQHR2knVgmomTpAITvY0BF2ufGbS1VblaDXDrW1Yx9202fyVjQosxZjcPPs66VJq77fWLcZWN5djZKA3VRNNd2BzoIGBA7WKmb0WzLkj-9WxBi5Kq5EIBTvSlJn1RpPQ9kXHBI0m2GftPLz2kjJ1Wa3kYmkGVSYKzAjpMnBb2OyuX8Ae767tPLCf0DG2263L1VScq3HEuq8jG76giA_YTQG3uRZWDVEy4sVQg5dcG-luP9KJxKXdygAJMyiSLZE31bfij48FcTciqMGoES-j3Ma8iqi3tILQvrbTH1b2wV9KU87KUKujC1MhEv0o68RG9oMJOZM7TFyv7o7n8UrTzsZqw3rhsjIV9Hle7qfNLLe6ehQ_Qo4O4t7OtOUFi3O-zA0qLFRQPsBB5EiOXgtKeWkhIhQFiN5gXs_MwmH-RCEGdpZMH85nrtM3qtRLEXoFkLkEvfEd9XRdsrux3Yrnx6zgg9UslV_YE6yJWeiObVjMbBesWlx4Ef66qEjOBVgpwm8QGgvzHUdFhGFdWDgTp8lJUHHqcteknUxfaDAwxOmzjbkBpiXt_KqjcM20C9y9IgqCm1hBEWMa_hgfB116WPcTAzKO3hDTN6mMgcjEQWLxRvFjSKrZuRxFXjsbjTp18tooL2bavtQ7FHx7eVS5b4ElxAsJ5o_pbqfoFywMBrATc_oOq1777uQE0HtWK2jakwm-P7AL7gVlzSzIrevr81TMxbzwTAYdYeCXgLcRplAxY8JfJX9c3s57YNP2M3n2TBs0Z0aVyNSgORi1ldlb-2L2s6weUOhjtSFQ0SldpTtIh43Jwe3ibuWQtWgqKbYhFQ3hliT11TexBomUdQoUqQpVctvFVFy7&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/svg/jLXDRziu4BtdL_3IMsH8_1BbmmAfyb5ZdQ2e5vj3r0DhSsqX4kcLv2xINxzZIx9irvP4fRqPCFNcpN3cpGpprrYlPIPJb1fjvglCf0eLsKPTvVj_vYPT6wrqSMzqCOj_AEJXgvVxnn25yLnbvZhIqsaOQSeSvWcVCFOLEGlpdtR-G2_tin2PVo8ThkAvN9fhL1xr7UeIBdp_wzWTiGybt9DSg-nRPiph0IJ58g3CjuBqHbu5-LacieYrgW6nxs3i1THZbe1k1NYNB6DzWERvhY-uEn1jQj9lCbiSiHF2Pwvb10NWFS_-3D5jB9EtFCxHJ6NVuNRoQpJHyr6a2NSmvu85r8vgiEEwXmqX3LIMmrVe9bKPV1Pf1qsI9DOcRen1N0Z4s1TMnl38h-AoFTU0xWuoS007F0XSIymwkxx4trKMwNkJgRoeJculK0GaO84bw3OeDtbkvh4iL8vYZPxK6gedCSitkCtPA8GmM66oVL9KPnAfzub1mNdAC1VOZYVRPKO9AekLJ0yBItW1zhs1cJipcs8LwLi5IQ2NJJWfvX1DCL01fcOfDOJltutCL7sIEOH3oU9W8EYjoYFzEP4W0tc3IRTr6n1BJ59BrJCag5x4Kilw77Syx19FsFakzb8rbQyAJfgDBjwQWyI5Eg9sc7HVHrC5ibxiBntWYCy3ONizDKMedIBIp_9DgyPhwe9Y2Ny0mo_X0sg2E9hkYePZn-C-fIAmpCmjugFSf4gTKS4g0eGvs2C-iQHR2knVgmomTpAITvY0BF2ufGbS1VblaDXDrW1Yx9202fyVjQosxZjcPPs66VJq77fWLcZWN5djZKA3VRNNd2BzoIGBA7WKmb0WzLkj-9WxBi5Kq5EIBTvSlJn1RpPQ9kXHBI0m2GftPLz2kjJ1Wa3kYmkGVSYKzAjpMnBb2OyuX8Ae767tPLCf0DG2263L1VScq3HEuq8jG76giA_YTQG3uRZWDVEy4sVQg5dcG-luP9KJxKXdygAJMyiSLZE31bfij48FcTciqMGoES-j3Ma8iqi3tILQvrbTH1b2wV9KU87KUKujC1MhEv0o68RG9oMJOZM7TFyv7o7n8UrTzsZqw3rhsjIV9Hle7qfNLLe6ehQ_Qo4O4t7OtOUFi3O-zA0qLFRQPsBB5EiOXgtKeWkhIhQFiN5gXs_MwmH-RCEGdpZMH85nrtM3qtRLEXoFkLkEvfEd9XRdsrux3Yrnx6zgg9UslV_YE6yJWeiObVjMbBesWlx4Ef66qEjOBVgpwm8QGgvzHUdFhGFdWDgTp8lJUHHqcteknUxfaDAwxOmzjbkBpiXt_KqjcM20C9y9IgqCm1hBEWMa_hgfB116WPcTAzKO3hDTN6mMgcjEQWLxRvFjSKrZuRxFXjsbjTp18tooL2bavtQ7FHx7eVS5b4ElxAsJ5o_pbqfoFywMBrATc_oOq1777uQE0HtWK2jakwm-P7AL7gVlzSzIrevr81TMxbzwTAYdYeCXgLcRplAxY8JfJX9c3s57YNP2M3n2TBs0Z0aVyNSgORi1ldlb-2L2s6weUOhjtSFQ0SldpTtIh43Jwe3ibuWQtWgqKbYhFQ3hliT11TexBomUdQoUqQpVctvFVFy7&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	Hope this helps!&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/6041/diagram-doesnt-display-fully?show=6043#a6043</guid>
<pubDate>Thu, 27 Apr 2017 19:49:46 +0000</pubDate>
</item>
<item>
<title>Answered: How to insert a minimum horizontal space between 2 participants or 2 groups in a sequence diagram</title>
<link>https://forum.plantuml.net/5926/minimum-horizontal-between-participants-sequence-diagram?show=5927#a5927</link>
<description>&lt;div&gt;
	Hello,&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Start with the following:&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;@startuml&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;em&gt;skinparam BoxPadding 30&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Hope this helps&lt;/div&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/5926/minimum-horizontal-between-participants-sequence-diagram?show=5927#a5927</guid>
<pubDate>Wed, 12 Apr 2017 06:31:03 +0000</pubDate>
</item>
<item>
<title>Answered: Ubuntu PDF problem</title>
<link>https://forum.plantuml.net/5920/ubuntu-pdf-problem?show=5925#a5925</link>
<description>&lt;p&gt;
	Ok, I found the my bug and got a&lt;strong&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt; feature request&lt;/span&gt;&lt;/strong&gt; for plantuml.&lt;/p&gt;
&lt;p&gt;
	1) slow generation and bloated diagram&lt;/p&gt;
&lt;p&gt;
	During my try and error to get rid of the &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;java.lang.UnsupportedOperationException: PDF&lt;/span&gt; error I didn't use our DiagramStylesheet. I commented it out and forgot that there was an option &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;skinparam componentStyle uml2&lt;/span&gt;&amp;nbsp;on which the test diagram heavly relies on. Having this option enabled the diagram size and compilation speed get back to normal.&lt;/p&gt;
&lt;p&gt;
	2) cryptic expection&lt;/p&gt;
&lt;p&gt;
	But where comes the exception from? This took my some time... far too much time! As mentioned above we use a custom Stylesheet with all our skinparams we need for diagram generation. I forgot to put this in the repository so the plantuml run failed.&amp;nbsp;&lt;img alt=&quot;angry&quot; height=&quot;20&quot; src=&quot;http://plantuml.sourceforge.net/qa/qa-plugin/wysiwyg-editor/plugins/smiley/images/angry_smile.gif&quot; title=&quot;angry&quot; width=&quot;20&quot;&gt;&lt;/p&gt;
&lt;p&gt;
	Could you please add a verification step that looks after all included files (&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;!include xyz&lt;/span&gt;) &amp;nbsp;before starting the compilation run? An useful error message would be really nice, in case that the included file(s) cannot be found.&lt;/p&gt;
&lt;p&gt;
	Thx &amp;amp; bye,&lt;br&gt;
	aronadaal&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/5920/ubuntu-pdf-problem?show=5925#a5925</guid>
<pubDate>Wed, 12 Apr 2017 05:22:56 +0000</pubDate>
</item>
<item>
<title>Answered: Tooltip not working on sequence diagram</title>
<link>https://forum.plantuml.net/5802/tooltip-not-working-on-sequence-diagram?show=5811#a5811</link>
<description>In general (unrelated to the example given here): when you don't see tooltips (and you are using a new jar with the new syntax) it can also be a browser issue. E.g. I noticed that tooltips don't work on IE11 (tested under Windows 7) or the Edge browser. But it works with the Chrome browser..</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/5802/tooltip-not-working-on-sequence-diagram?show=5811#a5811</guid>
<pubDate>Tue, 28 Mar 2017 15:46:33 +0000</pubDate>
</item>
<item>
<title>Answered: How long do the images generated by PlantUML Server live for?</title>
<link>https://forum.plantuml.net/5251/how-long-do-the-images-generated-by-plantuml-server-live-for?show=5253#a5253</link>
<description>This is a good question: we are going to add this in our FAQ.&lt;br /&gt;
&lt;br /&gt;
Links to png or svg generated by &lt;a href=&quot;http://www.plantuml.com/plantuml&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml&lt;/a&gt; are valid forever (well, as long as the server is up).&lt;br /&gt;
However, we do NOT store any diagrams on our servers.&lt;br /&gt;
&lt;br /&gt;
This may sound contradictory. It is not: the whole diagram is compressed into the URL itself (see &lt;a href=&quot;http://plantuml.com/pte&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com/pte&lt;/a&gt; )&lt;br /&gt;
When the server receives the URL, it decompresses the URL to retrieve the diagram text and generates the image.&lt;br /&gt;
There is no need to store anything.&lt;br /&gt;
Even if the server is down you can retrieve the diagram using the flag -decodeurl with the command line.&lt;br /&gt;
&lt;br /&gt;
Occasionally we may activate HTTP traces on our server. This is mainly for performance issues (when we have some) to be able to understand what sort of traffic we have on the server. Once the issue solved, we turn back off HTTP traces and we remove the logs.&lt;br /&gt;
&lt;br /&gt;
Note that we are also counting the number of diagrams generated (printed at the home page &lt;a href=&quot;http://plantuml.com/&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com/&lt;/a&gt; ) to measure general server load.&lt;br /&gt;
&lt;br /&gt;
Concerning sensitive contents, even if we do not store generated diagrams, please be aware that all the traffic goes through HTTP. This means that is it easy to catch it. So you should probably install a local server ( &lt;a href=&quot;http://plantuml.com/server&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com/server&lt;/a&gt; ) on your own network if you plan to generate diagrams with sensitive information.&lt;br /&gt;
&lt;br /&gt;
Do not hesitate to ask more questions if needed.</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/5251/how-long-do-the-images-generated-by-plantuml-server-live-for?show=5253#a5253</guid>
<pubDate>Thu, 08 Dec 2016 09:07:33 +0000</pubDate>
</item>
<item>
<title>Answered: &quot;Alt, else&quot; boxes background colors</title>
<link>https://forum.plantuml.net/4750/alt-else-boxes-background-colors?show=5224#a5224</link>
<description>&lt;pre style=&quot;color: rgb(0, 0, 0); font-family: Menlo; font-size: 9pt;&quot;&gt;
&lt;span style=&quot;color:#000080;font-weight:bold;&quot;&gt;alt&lt;/span&gt; #Red auth&lt;/pre&gt;
&lt;p&gt;
	end&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/4750/alt-else-boxes-background-colors?show=5224#a5224</guid>
<pubDate>Fri, 02 Dec 2016 23:24:30 +0000</pubDate>
</item>
<item>
<title>Answered: Is ASCIIMath supported in the Eclipse plugin?</title>
<link>https://forum.plantuml.net/5218/is-asciimath-supported-in-the-eclipse-plugin?show=5223#a5223</link>
<description>&lt;p&gt;
	We've just uploaded a updated of the Eclipse plugin on &lt;a rel=&quot;nofollow&quot; href=&quot;http://plantuml.sourceforge.net/updatesitejuno&quot;&gt;http://plantuml.sourceforge.net/updatesitejuno/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	But we had to keep the same version number (V8051), so upgrading from your already-installed Eclipse would not be that easy.&lt;/p&gt;
&lt;p&gt;
	First, you should test on a fresh install of Eclipse (in some new folder c:\neweclipse)&lt;/p&gt;
&lt;p&gt;
	Run this new eclipse, install the plugin just to check that it works with AsciiMath (we have tested it on our side).&lt;/p&gt;
&lt;p&gt;
	If it works, we can try to upgrade your existing eclipse: try to force a reinstall of the plugin to see if it works there.&lt;/p&gt;
&lt;p&gt;
	Keep us informed!&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/5218/is-asciimath-supported-in-the-eclipse-plugin?show=5223#a5223</guid>
<pubDate>Fri, 02 Dec 2016 20:50:57 +0000</pubDate>
</item>
<item>
<title>Answered: Components alignment left to rigth (vertical)</title>
<link>https://forum.plantuml.net/5180/components-alignment-left-to-rigth-vertical?show=5181#a5181</link>
<description>&lt;p&gt;
	Hi,&lt;/p&gt;
&lt;p&gt;
	We are facing some Graphviz/Dot limitation here.&lt;/p&gt;
&lt;p&gt;
	You can use the &quot;left to right direction&quot; feature:&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	left to right direction&lt;br&gt;
	[A]&lt;br&gt;
	[B]&lt;br&gt;
	[C]&lt;br&gt;
	[D]&lt;br&gt;
	[E]&lt;br&gt;
	[F]&lt;br&gt;
	&lt;br&gt;
	A--&amp;gt;D&lt;br&gt;
	B--&amp;gt;D&lt;br&gt;
	C--&amp;gt;D&lt;br&gt;
	D--&amp;gt;E&lt;br&gt;
	D--&amp;gt;F&lt;br&gt;
	@enduml&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/png/oqbDAr4eoLSeoapFA558oInAJIx9pC_ZYdQCvOfs0c9d87O1ObSWTelbudBKrRLpuN82ayvWqWL8ke99Dm00&quot; style=&quot;width: 227px; height: 197px;&quot;&gt;&lt;/p&gt;
&lt;p&gt;
	I don't know if this is a possible solution for you&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/5180/components-alignment-left-to-rigth-vertical?show=5181#a5181</guid>
<pubDate>Wed, 23 Nov 2016 11:48:47 +0000</pubDate>
</item>
<item>
<title>Answered: How to make the figure smaller in latex which is  produced by plantUML?</title>
<link>https://forum.plantuml.net/4227/how-to-make-the-figure-smaller-latex-which-produced-plantuml?show=5024#a5024</link>
<description>&lt;p&gt;
	Are you asking how to scale the generated tikzpicture in LaTeX? If yes, the answer could be found here: &lt;a rel=&quot;nofollow&quot; href=&quot;http://tex.stackexchange.com/questions/4338/correctly-scaling-a-tikzpicture&quot;&gt;http://tex.stackexchange.com/questions/4338/correctly-scaling-a-tikzpicture&lt;/a&gt;&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/4227/how-to-make-the-figure-smaller-latex-which-produced-plantuml?show=5024#a5024</guid>
<pubDate>Wed, 05 Oct 2016 10:49:38 +0000</pubDate>
</item>
<item>
<title>Answered: box  border  in sequence diagrams</title>
<link>https://forum.plantuml.net/4224/box-border-in-sequence-diagrams?show=4951#a4951</link>
<description>&lt;p&gt;
	&lt;strong&gt;Try: skinparam sequenceBoxBorderColor #black&lt;/strong&gt;&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/4224/box-border-in-sequence-diagrams?show=4951#a4951</guid>
<pubDate>Mon, 19 Sep 2016 10:37:13 +0000</pubDate>
</item>
<item>
<title>Answered: Background color of an svg not setting</title>
<link>https://forum.plantuml.net/4894/background-color-of-an-svg-not-setting?show=4898#a4898</link>
<description>&lt;p&gt;
	&lt;strong&gt;Which version of PlantUML are you using ?&lt;/strong&gt;&lt;br&gt;
	&lt;br&gt;
	The following example seems to work fine for us:&lt;br&gt;
	&lt;br&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	skinparam backgroundColor #AAAAAA&lt;br&gt;
	Bob -&amp;gt; Alice : hello&lt;br&gt;
	@enduml&lt;/span&gt;&lt;br&gt;
	&lt;br&gt;
	&lt;a href=&quot;http://plantuml.com/plantuml/svg/AyxEp2j8B4hCLKXAJCvEByelpKjnpi_9Br9GTWG3BgVy90LTEmN7dCpaL0KhXOpKd9ny0000&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com/plantuml/svg/AyxEp2j8B4hCLKXAJCvEByelpKjnpi_9Br9GTWG3BgVy90LTEmN7dCpaL0KhXOpKd9ny0000&lt;/a&gt;&lt;br&gt;
	&lt;br&gt;
	In the SVG source, you will find the following attribute:&lt;br&gt;
	&lt;br&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;style=&quot;width:119px;height:125px;background:#AAAAAA;&quot;&lt;/span&gt;&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/4894/background-color-of-an-svg-not-setting?show=4898#a4898</guid>
<pubDate>Thu, 01 Sep 2016 11:18:37 +0000</pubDate>
</item>
<item>
<title>Answered: beta is missing option?</title>
<link>https://forum.plantuml.net/4883/beta-is-missing-option?show=4884#a4884</link>
<description>&lt;p&gt;
	Unfortunatly, you cannot (yet).&lt;/p&gt;
&lt;p&gt;
	The BETA syntax is close to programming language, and there is no way to express your diagram without some &quot;goto&quot; or &quot;break&quot; feature which are not implemented yet.&lt;/p&gt;
&lt;p&gt;
	The closer you can have (but that's not perfect)&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;@startuml&lt;br&gt;
	start&lt;br&gt;
	:Show login page;&lt;br&gt;
	while (Existing user?)&lt;br&gt;
	&amp;nbsp; -&amp;gt;no;&lt;br&gt;
	&amp;nbsp; :Show login page;&lt;br&gt;
	&amp;nbsp; :Wait x second;&lt;br&gt;
	endwhile (yes)&lt;br&gt;
	:Show index page;&lt;br&gt;
	stop&lt;br&gt;
	@enduml&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/4883/beta-is-missing-option?show=4884#a4884</guid>
<pubDate>Wed, 24 Aug 2016 06:14:56 +0000</pubDate>
</item>
<item>
<title>Answered: very large diagram</title>
<link>https://forum.plantuml.net/4839/very-large-diagram?show=4849#a4849</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
There should not be such limit.&lt;br /&gt;
&lt;br /&gt;
Could you send us (by mail) your diagram so that we check this.&lt;br /&gt;
&lt;br /&gt;
Thanks!</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/4839/very-large-diagram?show=4849#a4849</guid>
<pubDate>Sat, 20 Aug 2016 15:42:17 +0000</pubDate>
</item>
<item>
<title>Answered: Translate Class Diagram to Braille</title>
<link>https://forum.plantuml.net/4752/translate-class-diagram-to-braille?show=4757#a4757</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
Are you talking about the PNG image generated by PlantUML ?</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/4752/translate-class-diagram-to-braille?show=4757#a4757</guid>
<pubDate>Mon, 18 Jul 2016 12:08:28 +0000</pubDate>
</item>
<item>
<title>Answered: New version doesn't have a changelog and changelog version doesn't exist.</title>
<link>https://forum.plantuml.net/4741/version-doesnt-have-changelog-changelog-version-doesnt-exist?show=4742#a4742</link>
<description>Sorry about that.&lt;br /&gt;
We've just updated the changelog page with correct version 8045 ( &lt;a href=&quot;http://plantuml.com/changes.html&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com/changes.html&lt;/a&gt; )&lt;br /&gt;
&lt;br /&gt;
Note that we had some issues when publishing V8044 , so there is no change log for 8044. But I guess it's not an issue for Chocolatey.&lt;br /&gt;
&lt;br /&gt;
Tell us if it's ok for you.</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/4741/version-doesnt-have-changelog-changelog-version-doesnt-exist?show=4742#a4742</guid>
<pubDate>Thu, 07 Jul 2016 07:23:05 +0000</pubDate>
</item>
<item>
<title>Answered: Doxygen under cygwin</title>
<link>https://forum.plantuml.net/4736/doxygen-under-cygwin?show=4738#a4738</link>
<description>This issue looks linked to Doxygen, and not to PlantUML&lt;br /&gt;
&lt;br /&gt;
Somehow the setting on PLANTUML_JAR_PATH is ignored.&lt;br /&gt;
&lt;br /&gt;
Did you try:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://stackoverflow.com/questions/32011635/doxygen-plantuml-jar-path-and-source-code-management&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/32011635/doxygen-plantuml-jar-path-and-source-code-management&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://bugzilla.gnome.org/show_bug.cgi?id=753629&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.gnome.org/show_bug.cgi?id=753629&lt;/a&gt;</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/4736/doxygen-under-cygwin?show=4738#a4738</guid>
<pubDate>Wed, 06 Jul 2016 11:47:01 +0000</pubDate>
</item>
<item>
<title>Answered: PlantUML using Doxygen</title>
<link>https://forum.plantuml.net/4735/plantuml-using-doxygen?show=4737#a4737</link>
<description>Ok.&lt;br /&gt;
If I translate to English this:&lt;br /&gt;
- PlantUML reads hello_sandc.cpp&lt;br /&gt;
- There seems to be a @startuml in hello_sandc.cpp&lt;br /&gt;
- An image is successfully created in C:\Users\hank.barta\Documents\process\template\doc-src\images\&lt;br /&gt;
- PlantUML reads hello_sandc.h&lt;br /&gt;
- There is no @startuml in hello_sandc.h&lt;br /&gt;
&lt;br /&gt;
From the log point of view everything looks fine, so we need more information here.</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/4735/plantuml-using-doxygen?show=4737#a4737</guid>
<pubDate>Wed, 06 Jul 2016 11:46:03 +0000</pubDate>
</item>
<item>
<title>I cant change the size of &quot;alt&quot; and &quot;else&quot;  in sequence diagram in online editor.</title>
<link>https://forum.plantuml.net/4699/cant-change-the-size-alt-else-sequence-diagram-online-editor</link>
<description>I write the same parameters as described in manual in the beginning of the diagram:&lt;br /&gt;
&lt;br /&gt;
skinparam sequenceGroupingFontSize 30&lt;br /&gt;
&lt;br /&gt;
skinparam sequenceGroupingHeaderFontSize 30&lt;br /&gt;
&lt;br /&gt;
but the sizes remain too small and don't change. What do i do wrong?&lt;br /&gt;
&lt;br /&gt;
UPD: I think it is important to mention, that skinparam sequenceArrowFontSize 20 and skinparam sequenceParticipantFontSize 17 do work.</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/4699/cant-change-the-size-alt-else-sequence-diagram-online-editor</guid>
<pubDate>Mon, 27 Jun 2016 08:55:53 +0000</pubDate>
</item>
<item>
<title>tooltip issue on sequence diagram</title>
<link>https://forum.plantuml.net/4671/tooltip-issue-on-sequence-diagram</link>
<description>@startuml&lt;br /&gt;
&lt;br /&gt;
User.597d818b-&amp;gt;Locus++: [[{{\n &amp;quot;id&amp;quot; : &amp;quot;lid.17d98ccc-372c-11e6-b4ed-e62258b45be7&amp;quot;,\n &amp;quot;time&amp;quot; : &amp;quot;2016-06-20T21:15:19.962Z&amp;quot;,\n &amp;quot;msgType&amp;quot; : &amp;quot;http.req&amp;quot;,\n &amp;quot;msg&amp;quot; : {\n &amp;quot;ua&amp;quot; : &amp;quot;com.xyz.wx2.integration.l2sip.tests.SquaredToSquaredUC.SquaredToSquaredUCCloudUriMatrixIT.testFusedCallerHuronCalleeCloudUri&amp;quot;,\n &amp;quot;uid&amp;quot; : &amp;quot;597d818b-e1d1-4251-8a10-a39af5891b26&amp;quot;,\n &amp;quot;tid&amp;quot; : &amp;quot;L2Sip-ITCLIENT_l2sip-cfatestFusedCallerHuronCalleeCloudUri88d38418-680b-4a41-9585-d1202b89eeea_imi:false&amp;quot;,\n &amp;quot;path&amp;quot; : &amp;quot;/loci/call&amp;quot;,\n &amp;quot;method&amp;quot; : &amp;quot;POST&amp;quot;\n },\n &amp;quot;srcType&amp;quot; : &amp;quot;Test&amp;quot;,\n &amp;quot;src&amp;quot; : {\n &amp;quot;ip&amp;quot; : &amp;quot;166.78.8.15&amp;quot;,\n &amp;quot;port&amp;quot; : 42538\n },\n &amp;quot;dstType&amp;quot; : &amp;quot;Locus&amp;quot;,\n &amp;quot;dst&amp;quot; : {\n &amp;quot;ip&amp;quot; : &amp;quot;10.254.2.114&amp;quot;,\n &amp;quot;port&amp;quot; : 61346,\n &amp;quot;thread&amp;quot; : &amp;quot;nioconnector93&amp;quot;\n }\n}}]][POST] /loci/call [2016-06-20T21:15:19.962Z]&lt;br /&gt;
&lt;br /&gt;
@enduml&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
It was working well for the plantuml 8036, but it is not working any more on the latest plantuml 8043. Thanks.</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/4671/tooltip-issue-on-sequence-diagram</guid>
<pubDate>Mon, 20 Jun 2016 19:36:05 +0000</pubDate>
</item>
<item>
<title>plantuml could not generate file</title>
<link>https://forum.plantuml.net/4652/plantuml-could-not-generate-file</link>
<description>I've opened a puml file and can't generate the png file by pressing CTRL-ALT-P. Error occurs&lt;br /&gt;
&lt;br /&gt;
plantuml could not generate file&lt;br /&gt;
&lt;br /&gt;
Please make surePlantuml can write to location of original file&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Do I need to set any environment to avoid this message? Ofcourse I can write to directory where I have created the puml file.</description>
<category>Closed question / help</category>
<guid isPermaLink="true">https://forum.plantuml.net/4652/plantuml-could-not-generate-file</guid>
<pubDate>Sat, 18 Jun 2016 10:07:45 +0000</pubDate>
</item>
</channel>
</rss>