File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -311,12 +311,20 @@ Theme can be enabled by adding the following line.
311311| archimate-handwriting | ![ handwriting] ( ./images/theme-handwriting.png ) |
312312
313313### Sequence Diagrams using Archimate elements
314- Additional support for using Archimate elements in sequence diagrams is provided by setting a global variable:
314+ Additional support for using ArchiMate elements in sequence diagrams is provided by setting a global variable prior to activating ArchiMate support:
315+
315316``` puml
316317!global $ARCH_SEQUENCE_SUPPORT = %true()
318+ !include <archimate/Archimate>
319+ ```
320+ Alternatively, you can choose to only include the sequence support file directly:
321+ ``` puml
322+ !include <archimate/ArchimateSequenceDiagramSupport>
317323```
318- This defines additional procedures that can be used to create participants in sequence diagrams using Archimate elements.
324+
325+ Both methods define additional procedures that can be used to create participants in sequence diagrams using Archimate elements.
319326For example:
327+
320328``` puml
321329@startuml
322330!global $ARCH_SEQUENCE_SUPPORT = %true()
You can’t perform that action at this time.
0 commit comments