PlantUML 1.2023.11 Guía de Referencia del Lenguajelabel label node node package package person person queue queue rectangle rectangle stack stack storage storage usecase usecase usecase/ "usecase/" @enduml Guía de Referencia del Lenguaje PlantUML (1.2023 } 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 码力 | 531 页 | 7.53 MB | 1 年前3
PlantUML 1.2021.3 Guía de Referencia del Lenguajeinterface label label node node package package queue queue rectangle rectangle stack stack storage storage usecase usecase usecase/ "usecase/" @enduml Guía de Referencia del Lenguaje PlantUML (1.2021 } 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 码力 | 407 页 | 4.28 MB | 1 年前3
PlantUML 1.2021.2 Guía de Referencia del Lenguajeinterface label label node node package package queue queue rectangle rectangle stack stack storage storage usecase usecase usecase/ "usecase/" @enduml Guía de Referencia del Lenguaje PlantUML (1.2021 } 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 码力 | 389 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.1 Guía de Referencia del Lenguajeinterface label label node node package package queue queue rectangle rectangle stack stack storage storage usecase usecase usecase/ "usecase/" @enduml Guía de Referencia del Lenguaje PlantUML (1.2021 } 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 码力 | 384 页 | 4.07 MB | 1 年前3
PlantUML 1.2019.6 Guía de Referencia del LenguajePlantUML (1.2019.6) 146 / 171 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 码力 | 172 页 | 1.91 MB | 1 年前3
PlantUML 1.2019.9 Guía de Referencia del LenguajePlantUML (1.2019.9) 146 / 171 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 码力 | 172 页 | 1.93 MB | 1 年前3
PlantUML 1.2020.23 Guía de Referencia del Lenguaje$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 码力 | 305 页 | 3.11 MB | 1 年前3
PlantUML 1.2020.22 Guía de Referencia del Lenguaje$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 码力 | 293 页 | 3.02 MB | 1 年前3
Comprehensive Rust(Español) 202412ejemplo en esta formación . . . . . . . . . . . . . . . . . . . . . . 20 2.3 Ejecutar código de forma local con Cargo . . . . . . . . . . . . . . . . . . . . 21 I Día 1: mañana 23 3 Te damos la bienvenida motivo, los alumnos deben resolver los ejercicios con una versión local de Rust o a través del playground. 2.3 Ejecutar código de forma local con Cargo Si quieres experimentar con el código en tu propio dependencias que falten. Anima a los participantes de la clase a instalar Cargo y utilizar un editor local. Les facilitará mucho las cosas, ya que dispondrán de un entorno de desarrollo normal. 22 Parte0 码力 | 389 页 | 1.04 MB | 10 月前3
PlantUML 1.2019.1 Guía de Referencia del LenguajeAssuming that myFolder/myFile.iuml is located somewhere ' either inside "customLibrary.zip" or on the local filesystem ... 17.11 Search path You can specify the java property plantuml.include.path in the 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
共 19 条
- 1
- 2













