PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
keywords: • binary • clock @startuml clock clk with period 1 binary "Enable" as EN @0 EN is low @5 EN is high @10 EN is low @enduml 10.3 Adding message You can add message using the following syntax "enable" as EN concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:en_high-2 as :en_highMinus2 @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_highMinus2 @:en_highMinus2 db is "0xf23a" @:en_high+6 db is "0x0000" @enduml 10.6 Participant oriented Rather than declare the diagram in chronological order, you can define it by participant. @startuml PlantUML 언어참조가이드0 码力 | 552 页 | 7.88 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)clock clk with period 1 binary "Enable" as EN @0 EN is low @5 EN is high PlantUML 언어참조가이드 (1.2020.23) 138 / 306 9.3 Adding message 9 TIMING DIAGRAM @10 EN is low @enduml 9.3 Adding message You can "enable" as EN concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db "enable" as en binary "R/W" as rw binary "data Valid" as dv concise "dataBus" as db concise "address bus" as addr @6 as :write_beg @10 as :write_end @15 as :read_beg @19 as :read_end @0 en is low db is0 码力 | 307 页 | 3.16 MB | 1 年前3
PlantUML 1.2020.22 언어참조가이드clock clk with period 1 binary "Enable" as EN @0 EN is low @5 EN is high PlantUML 언어참조가이드 (1.2020.22) 127 / 294 9.3 Adding message 9 TIMING DIAGRAM @10 EN is low @enduml 9.3 Adding message You can "enable" as EN concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db "enable" as en binary "R/W" as rw binary "data Valid" as dv concise "dataBus" as db concise "address bus" as addr @6 as :write_beg @10 as :write_end @15 as :read_beg @19 as :read_end @0 en is low db is0 码力 | 295 页 | 3.08 MB | 1 年前3
PlantUML 1.2021.1 언어참조가이드clock clk with period 1 binary "Enable" as EN @0 EN is low @5 EN is high @10 PlantUML 언어참조가이드 (1.2021.1) 175 / 385 10.3 Adding message 10 TIMING DIAGRAM EN is low @enduml 10.3 Adding message You "enable" as EN concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db 10.17 Digital Example @startuml scale 5 as 150 pixels clock clk with period 1 binary "enable" as en binary "R/W" as rw binary "data Valid" as dv concise "dataBus" as db concise "address bus" as addr0 码力 | 386 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.2 언어참조가이드clock clk with period 1 binary "Enable" as EN @0 EN is low @5 EN is high @10 PlantUML 언어참조가이드 (1.2021.2) 177 / 390 10.3 Adding message 10 TIMING DIAGRAM EN is low @enduml 10.3 Adding message You "enable" as EN concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db 10.17 Digital Example @startuml scale 5 as 150 pixels clock clk with period 1 binary "enable" as en binary "R/W" as rw binary "data Valid" as dv concise "dataBus" as db concise "address bus" as addr0 码力 | 391 页 | 4.17 MB | 1 年前3
PlantUML 1.2021.3 언어참조가이드clock clk with period 1 binary "Enable" as EN @0 EN is low @5 EN is high @10 PlantUML 언어참조가이드 (1.2021.2) 187 / 407 10.3 Adding message 10 TIMING DIAGRAM EN is low @enduml 10.3 Adding message You "enable" as EN concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db 10.17 Digital Example @startuml scale 5 as 150 pixels clock clk with period 1 binary "enable" as en binary "R/W" as rw binary "data Valid" as dv concise "dataBus" as db concise "address bus" as addr0 码力 | 408 页 | 4.32 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.9)each skinparam parameters with its results displayed at https://plantuml-documentation.readthedocs. io/en/latest/formatting/all-skin-params.html. PlantUML 언어참조가이드 (1.2019.9) 144 / 171 19 PREPROCESSING 19 charset="UTF-8" /> Depending of your Java installation, the following charset should be available: ISO-8859-1, UTF-8, UTF-16BE, UTF-16LE, UTF-16. PlantUML 언어참조가이드 (1.2019.9) 157 / 171 21 STANDARD LIBRARY releases of PlantUML. Including files follows the C convention for "C standard library" (see https://en.wikipedia. org/wiki/C_standard_library ) Contents of the library come from third party contributors0 码力 | 172 页 | 1.97 MB | 1 年前3
PlantUML 1.2019.6 언어참조가이드each skinparam parameters with its results displayed at https://plantuml-documentation.readthedocs. io/en/latest/formatting/all-skin-params.html. PlantUML 언어참조가이드 (1.2019.6) 144 / 171 19 PREPROCESSING 19 charset="UTF-8" /> Depending of your Java installation, the following charset should be available: ISO-8859-1, UTF-8, UTF-16BE, UTF-16LE, UTF-16. PlantUML 언어참조가이드 (1.2019.6) 157 / 171 21 STANDARD LIBRARY releases of PlantUML. Including files follows the C convention for "C standard library" (see https://en.wikipedia. org/wiki/C_standard_library ) Contents of the library come from third party contributors0 码力 | 172 页 | 1.95 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.2)charset="UTF-8" /> Depending of your Java installation, the following charset should be available: ISO-8859-1, UTF-8, UTF-16BE, UTF-16LE, UTF-16. PlantUML 언어참조가이드 (1.2019.2) 144 / 157 19 STANDARD LIBRARY leases of PlantUML. Including files follows the C convention for "C standard library" (see https://en.wikipedia.org/wiki/C_standard_library ) Contents of the library come from third party contributors0 码力 | 158 页 | 1.76 MB | 1 年前3
PlantUML 1.2019.4 언어참조가이드charset="UTF-8" /> Depending of your Java installation, the following charset should be available: ISO-8859-1, UTF-8, UTF-16BE, UTF-16LE, UTF-16. PlantUML 언어참조가이드 (1.2019.4) 151 / 165 21 STANDARD LIBRARY releases of PlantUML. Including files follows the C convention for "C standard library" (see https://en.wikipedia. org/wiki/C_standard_library ) Contents of the library come from third party contributors0 码力 | 166 页 | 1.86 MB | 1 年前3
共 13 条
- 1
- 2













