File:Facade Design Pattern Sequence Diagram UML.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 300 × 257 pixels, file size: 5 KB)

Summary

Description
English: A sequence diagram for the Facade design pattern. Vector reimplementation of a JPG original work by Vanderjoe.
Date
Source Own work
Author
Vector:
Other versions File:W3sDesign Facade Design Pattern UML.jpg

PlantUML source rendered to SVG with Kroki. Hand-edited, then converted to SVGTiny using svg2svgt. Source code:

@startuml

scale max 600*600

skinparam participant {
    FontSize 10
    BackgroundColor White
    BorderThickness 0.4
}

left footer
<i>Sample sequence diagram</i>
endfooter

activate Client
participant Facade #ffffaa/white
Client -> Facade
activate Facade

Facade -> "Class 1"
activate "Class 1"
deactivate "Class 1"

Facade -> "Class 2"
activate "Class 2"
deactivate "Class 2"

Facade -> "Class 3"
activate "Class 3"
deactivate "Class 3"
deactivate Facade
@enduml

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
You may select the license of your choice.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

25 June 2020

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current12:22, 25 June 2020Thumbnail for version as of 12:22, 25 June 2020300 × 257 (5 KB)FeRDNYC{{Information |description ={{en|1=A sequence diagram for the Facade design pattern. Vector reimplementation of a JPG original work by {{U|Vanderjoe}}.}} |date =2020-06-25 |source ={{own}} |author ={{AutVec|v={{U|FeRDNYC}}|o={{U|Vanderjoe}}|3=Original}} |other versions=File:W3sDesign Facade Design Pattern UML.jpg }} PlantUML source rendered to SVG with Kroki. Hand-edited, then converted to SVGTiny using <code>svg...
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Metadata