PlantUML 1.2023.11 Guide de référence du langagelabel label node node package package person person queue queue rectangle rectangle stack stack storage storage usecase usecase usecase/ "usecase/" @enduml Guide de référence du langage PlantUML (1.2023.11) } node node { } package package { } queue queue { } rectangle rectangle { } stack stack { } storage storage { } @enduml 8.8 Packages and nested elements 8.8.1 Example with one level @startuml artifact { file f13 } stack stackVeryLOOOOOOOOOOOOOOOOOOOg as "stack" { file f14 } storage storageVeryLOOOOOOOOOOOOOOOOOOOg as "storage" { file f15 } @enduml 8.8.2 Other example @startuml artifact Foo1 { folder0 码力 | 534 页 | 7.56 MB | 1 年前3
PlantUML 1.2021.3 Guide de référence du langageinterface label label node node package package queue queue rectangle rectangle stack stack storage storage usecase usecase usecase/ "usecase/" @enduml Guide de référence du langage PlantUML (1.2021.2) } node node { } package package { } queue queue { } rectangle rectangle { } stack stack { } storage storage { } @enduml 8.8 Packages and nested elements 8.8.1 Example with one level @startuml artifact { file f13 } stack stackVeryLOOOOOOOOOOOOOOOOOOOg as "stack" { file f14 } storage storageVeryLOOOOOOOOOOOOOOOOOOOg as "storage" { file f15 } @enduml 8.8.2 Other example @startuml artifact Foo1 { folder0 码力 | 406 页 | 4.24 MB | 1 年前3
PlantUML 1.2021.2 Guide de référence du langageinterface label label node node package package queue queue rectangle rectangle stack stack storage storage usecase usecase usecase/ "usecase/" @enduml Guide de référence du langage PlantUML (1.2021.2) } node node { } package package { } queue queue { } rectangle rectangle { } stack stack { } storage storage { } @enduml 8.8 Packages and nested elements 8.8.1 Example with one level @startuml artifact { file f13 } stack stackVeryLOOOOOOOOOOOOOOOOOOOg as "stack" { file f14 } storage storageVeryLOOOOOOOOOOOOOOOOOOOg as "storage" { file f15 } @enduml 8.8.2 Other example @startuml artifact Foo1 { folder0 码力 | 391 页 | 4.10 MB | 1 年前3
PlantUML 1.2021.1 Guide de référence du langageinterface label label node node package package queue queue rectangle rectangle stack stack storage storage usecase usecase usecase/ "usecase/" @enduml Guide de référence du langage PlantUML (1.2021.1) } node node { } package package { } queue queue { } rectangle rectangle { } stack stack { } storage storage { } @enduml 8.8 Packages and nested elements 8.8.1 Example with one level @startuml artifact { file f13 } stack stackVeryLOOOOOOOOOOOOOOOOOOOg as "stack" { file f14 } storage storageVeryLOOOOOOOOOOOOOOOOOOOg as "storage" { file f15 } @enduml 8.8.2 Other example @startuml artifact Foo1 { folder0 码力 | 385 页 | 4.05 MB | 1 年前3
PlantUML 1.2019.6 Guide de référence du langagePlantUML (1.2019.6) 148 / 173 19.5 Return function 19 PREPROCESSING Variables defined in functions are local. It means that the variable is destroyed when the function is exited. 19.5 Return function A return variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" Alice -> Bob : $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy() Alice -> Bob0 码力 | 174 页 | 1.91 MB | 1 年前3
PlantUML 1.2019.9 Guide de référence du langagePlantUML (1.2019.9) 148 / 173 19.5 Return function 19 PREPROCESSING Variables defined in functions are local. It means that the variable is destroyed when the function ends. 19.5 Return function A return function variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" Alice -> Bob : $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy() Alice -> Bob0 码力 | 174 页 | 1.93 MB | 1 年前3
PlantUML 1.2020.22 Guide de référence du langage$init_class("foo1") $init_class("foo2") $msg("foo1", "foo2") @enduml Variables defined in procedures are local. It means that the variable is destroyed when the procedure ends. 20.7 Return function [!function variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" !return "Alice -> Bob : " + $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy()0 码力 | 295 页 | 3.03 MB | 1 年前3
PlantUML 1.2020.23 Guide de référence du langage$init_class("foo1") $init_class("foo2") $msg("foo1", "foo2") @enduml Variables defined in procedures are local. It means that the variable is destroyed when the procedure ends. 20.7 Return function [!function variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" !return "Alice -> Bob : " + $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy()0 码力 | 308 页 | 3.12 MB | 1 年前3
PlantUML 1.2019.1 Guide de référence du langageAssuming that myFolder/myFile.iuml is located somewhere ' either inside "customLibrary.zip" or on the local filesystem ... 17.11 Chemin de recherche Vous pouvez spécifier la propriété java plantuml.include of two different sizes. Use it by including the file that contains the sprite, eg: !includeStorage/AmazonS3/AmazonS3>. When imported, you can use the sprite as normally you would, using <$sprite_name> .) macro. Example of usage: @startuml !include !include Storage/AmazonS3/AmazonS3> !include Storage/AmazonS3/bucket/bucket> AMAZONS3(s3_internal) AMAZONS3(s3_partner ,"Vendor's 0 码力 | 147 页 | 1.85 MB | 1 年前3
PlantUML 1.2019.4 Guide de référence du langageAssuming that myFolder/myFile.iuml is located somewhere ' either inside "customLibrary.zip" or on the local filesystem ... 19.11 Chemin de recherche Vous pouvez spécifier la propriété java plantuml.include of two different sizes. Use it by including the file that contains the sprite, eg: !includeStorage/AmazonS3/AmazonS3>. When imported, you can use the sprite as normally you would, using <$sprite_name> .) macro. Example of usage: @startuml !include !include Storage/AmazonS3/AmazonS3> !include Storage/AmazonS3/bucket/bucket> AMAZONS3(s3_internal) AMAZONS3(s3_partner,"Vendor's 0 码力 | 168 页 | 1.83 MB | 1 年前3
共 17 条
- 1
- 2













