PlantUML 1.2021.3 Guía de Referencia del LenguajeEstados • Timing diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • YAML Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram • Specification actor • boundary • control • entity • database • collections @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 -> Foo3 : To control control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections Guía de Referencia del Lenguaje PlantUML (1.2021.2) 1 / 406 1.2 Declarando participantes 1 DIAGRAMA DE SECUENCIA0 码力 | 407 页 | 4.28 MB | 1 年前3
PlantUML 1.2021.2 Guía de Referencia del LenguajeEstados • Timing diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • YAML Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram • Specification actor • boundary • control • entity • database • collections @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 -> Foo3 : To control control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections Guía de Referencia del Lenguaje PlantUML (1.2021.2) 1 / 388 1.2 Declarando participantes 1 DIAGRAMA DE SECUENCIA0 码力 | 389 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.1 Guía de Referencia del LenguajeDiagramas de Estados • Timing diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram • Specification actor • boundary • control • entity • database • collections @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 -> Foo3 : To control control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections Guía de Referencia del Lenguaje PlantUML (1.2021.1) 1 / 383 1.2 Declarando participantes 1 DIAGRAMA DE SECUENCIA0 码力 | 384 页 | 4.07 MB | 1 年前3
PlantUML 1.2023.11 Guía de Referencia del LenguajeEstados • Timing diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • YAML Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram • Specification actor • boundary • control • entity • database • collections @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 -> Foo3 : To control control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections @enduml Se puede renombrar un participante usando la palabra reservada as. Guía de Referencia del Lenguaje PlantUML0 码力 | 531 页 | 7.53 MB | 1 年前3
PlantUML 1.2020.23 Guía de Referencia del Lenguajede Despliegue • Timing diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • Wireframe graphical interface • Archimate diagram • Specification and Description Language (SDL) actor • boundary • control • entity • database • collections @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 -> Foo3 : To control control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections @enduml Guía de Referencia del Lenguaje PlantUML (1.2020.23) 1 / 304 1.2 Declarando participantes 1 DIAGRAMA0 码力 | 305 页 | 3.11 MB | 1 年前3
PlantUML 1.2020.22 Guía de Referencia del Lenguajede Despliegue • Timing diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • Wireframe graphical interface • Archimate diagram • Specification and Description Language (SDL) actor • boundary • control • entity • database • collections @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 -> Foo3 : To control control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections @enduml Guía de Referencia del Lenguaje PlantUML (1.2020.22) 1 / 292 1.2 Declarando participantes 1 DIAGRAMA0 码力 | 293 页 | 3.02 MB | 1 年前3
Comprehensive Rust(Español) 202412documentados. 16.7 HashMap Mapa hash estándar con protección frente a ataques HashDoS: use std::collections::HashMap; fn main() { let mut page_counts = HashMap::new(); page_counts.insert("Las aventuras la versión 1.56 de Rust, HashMap implementa [From<[(K, V); N]>](https://doc.rust-lang.org/std/collections/hash_map/struct.HashMap.html#impl- From%3C%5B(K,+V);+N%5D%3E-for-HashMap%3CK,+V,+RandomState%, encontrar problemas? • Este tipo tiene varios tipos de devolución ”específicos del método”, como std::collections::hash_map::Keys. Estos tipos a menudo aparecen en las búsquedas de la documentación de Rust. Muestra0 码力 | 389 页 | 1.04 MB | 10 月前3
PlantUML 1.2019.4 Guía de Referencia del Lenguajeentity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 -> Foo3 : To control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections @enduml Guía de Referencia cuenta que la sintexis es muy flexible acerca del orden tipo/nombre. @startuml class Dummy { String data void methods() } class Flight { flightNumber : Integer departureTime : Date } @enduml Puede usar visibilidad que les correspondan: Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml0 码力 | 166 页 | 1.82 MB | 1 年前3
PlantUML 1.2019.1 Guía de Referencia del Lenguajeentity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 -> Foo3 : To control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections @enduml Guía de Referencia cuenta que la sintexis es muy flexible acerca del orden tipo/nombre. @startuml class Dummy { String data void methods() } class Flight { flightNumber : Integer departureTime : Date } @enduml Puede usar Estático 3 DIAGRAMA DE CLASES Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml0 码力 | 147 页 | 1.85 MB | 1 年前3
PlantUML 1.2019.3 Guía de Referencia del Lenguajeentity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 -> Foo3 : To control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections @enduml Guía de Referencia cuenta que la sintexis es muy flexible acerca del orden tipo/nombre. @startuml class Dummy { String data void methods() } class Flight { flightNumber : Integer departureTime : Date } @enduml Puede usar visibilidad que les correspondan: Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml0 码力 | 158 页 | 1.72 MB | 1 年前3
共 18 条
- 1
- 2













