Mermaid Flowcharts (with UML Meanings): Difference between revisions

Line 261: Line 261:
|
|
|-
|-
| <code>A -- text --&gt; B</code> or <code>A --&gt;            | text                            | B</code>
| <code><nowiki>A -- text --&gt; B</nowiki></code> or <code><nowiki>A --&gt;            | text                            | B</nowiki></code>
| Labeled edge
| Labeled edge
| UML guards like <code>[x &gt; 0]</code>
| UML guards like <code>[x &gt; 0]</code>
| <code>Check --&gt; | Yes | Ship</code>
| <code><nowiki>Check --&gt; | Yes | Ship</nowiki></code>
|
|
|
|
Line 279: Line 279:
|
|
|-
|-
| <code>A [[User:Ryan|Ryan]] ([[User talk:Ryan|talk]]) B</code>
| <code><nowiki>A [[User:Ryan|Ryan]] ([[User talk:Ryan|talk]]) B</nowiki></code>
| Invisible link (layout only)
| Invisible link (layout only)
| No UML meaning
| No UML meaning
| <code>A [[User:Ryan|Ryan]] ([[User talk:Ryan|talk]]) B</code>
| <code><nowiki>A [[User:Ryan|Ryan]] ([[User talk:Ryan|talk]]) B</nowiki></code>
|
|
|
|
Line 319: Line 319:


<span id="subgraphs-groups"></span>
<span id="subgraphs-groups"></span>
== 8) Subgraphs (groups) ==
== 8) Subgraphs (groups) ==