Search Results: File:UML sum computer.svg
Sorry, the article you're looking for isn't specifically available. Here are related topics:
File:Nppcn-uml.png
Sabtu, 2024-10-26 05:01:10description page was here. All following user names refer to es.wikipedia. 2004-10-01 22:12 Jolle 227×227×7 (12164 bytes) Emblema del PCN-UML {{jolle}} English...
Click to read more »File:Flag of the CPN-UML (2021-).svg
Minggu, 2024-11-10 05:16:45English Flag of the CPN-UML (2021-) determination method or standard: SHA-1...
Click to read more »File:Uml web.gif
Selasa, 2020-09-08 03:50:34en:Applications_of_UML Unified Modeling Language Wikipedia English...
Click to read more »File:UML Diagram Deployment.svg
Senin, 2026-01-19 17:51:35your choice. This image is a derivative work of the following images: File:UML_Diagramme_Deploiement.gif licensed with Cc-by-sa-3.0-migrated, GFDL 2006-12-27T17:42:21Z...
Click to read more »File:UML diagrama caso de uso.svg
Jumat, 2026-05-15 17:16:39following images: File:UML_diagrama_caso_de_uso.png licensed with GFDL 2007-04-10T14:34:19Z Pipepupo 513x304 (9699 Bytes) Image:UML_diagrama_caso_de_uso...
Click to read more »File:UML deque.svg
Rabu, 2025-11-26 23:07:15PlantUML source code. class Deque<T> { -items +push_back(x: T) +push_front(x: T) +pop_back() +pop_front() +back(): T +front(): T } I, the copyright holder...
Click to read more »File:UML graph ADT.svg
Jumat, 2023-09-15 19:07:59Made with PlantUML PlantUML source code: struct Graph { -_edges: List<VertexPair> -_vertices: Set<Vertex> +adjacent(x, y) +neighbors(x) +add_vertex(x)...
Click to read more »File:UML-ECS.jpg
Minggu, 2024-08-11 08:07:23it under the following license: English UML example using ECS architecture Brazilian Portuguese Exemplo de UML utilizando a arquitetura ECS author name...
Click to read more »File:Cardsuit UML enum.svg
Sabtu, 2024-02-03 06:42:37the following license: PlantUML source code. @startuml enum Cardsuit { CLUBS DIAMONDS SPADES HEARTS } @enduml English A UML class diagram featuring a enum...
Click to read more »File:UML-usecase-usecaserelationships.svg
Kamis, 2024-10-10 04:16:46File:UML-usecase-usecaserelationships.png licensed with PD-self 2007-08-13T23:56:59Z FredThwaites 499x241 (16903 Bytes) {{Information |Description=UML examples...
Click to read more »File:UML forwarding printer.svg
Jumat, 2024-03-08 12:43:26holder of this work, hereby publish it under the following license: PlantUML source code: @startuml class Printer { # printer: RealPrinter + print() }...
Click to read more »File:UML state diagram.png
Rabu, 2026-05-20 10:23:53Español: Diagrama de Estados UML de Ejemplo. From en.wikipedia with GFDL license. English determination method or standard: SHA-1...
Click to read more »File:Uml-Activity-Beispiel3 Deutsch.svg
Rabu, 2026-04-22 21:16:09I, the copyright holder of this work, hereby publish it under the following license: English German Aktivität (UML) Beispiel...
Click to read more »File:Composite UML class diagram (fixed).svg
Rabu, 2025-08-20 23:08:14This image is a derivative work of the following images: File:Composite_UML_class_diagram.svg licensed with PD-self 2007-09-19T03:45:58Z Trashtoy 960x720...
Click to read more »File:UML state diagram.jpg
Rabu, 2025-10-08 01:27:23UML state diagram example. Not a very good one, but an example, at least. I, user Msoos, made this picture with Umbrello UML modeller (GPL licence), exporting...
Click to read more »File:NeuroFaceUML.png
Selasa, 2025-05-27 20:28:37tool ArgoUML archive copy at the Wayback Machine. The UML describes the version of the NeuroFace system as of April 11, 2006. To view the UML, it is recommended...
Click to read more »File:Restaurant-UML-SEQ.gif
Minggu, 2020-10-04 01:47:55This image was copied from wikipedia:en. The original description was: UML sequence diagram for restaurant English...
Click to read more »File:UML phpstar package diagram.svg
Kamis, 2026-01-08 15:13:32following license: PlantUML source code. @startuml package phpstar { class FooBar { +foo() : void +bar() : void } } @enduml English UML diagram of the phpstar...
Click to read more »File:UML double-ended priortity queue.svg
Rabu, 2025-11-26 23:17:57PlantUML source code. class DEPQ<T> { +is_empty(): bool +get_min(): T +get_max(): T +size(): int +insert(x: T) +remove_min() +remove_max() } I, the copyright...
Click to read more »File:UML-koncept.png
Selasa, 2025-05-06 15:43:13user names refer to cs.wikipedia. 2006-05-15 13:11 Pastorius 484×304× (7875 bytes) Ukázka koneptu UML English determination method or standard: SHA-1...
Click to read more »File:Diagramme UML de STL.png
Selasa, 2024-12-24 18:32:57names refer to fr.wikipedia. 2004-09-12 09:37 Benoît Dejean 1000×659× (57180 bytes) Diagramme UML de STL English determination method or standard: SHA-1...
Click to read more »File:UML PHP iterator interface.svg
Sabtu, 2025-05-24 03:28:18PlantUML source code. interface Iterator extends Traversable { +current(): mixed +key(): mixed +next(): void +rewind(): void +valid(): bool } I, the copyright...
Click to read more »File:Uml-map1999.PNG
Sabtu, 2025-01-04 01:24:02Seats won by en:CPN(UML) in the en:Nepalese legislative election, 1999. English...
Click to read more »File:UML class diagram Rust stdio.svg
Selasa, 2025-01-28 01:58:17holder of this work, hereby publish it under the following license: PlantUML source code. @startuml namespace std::io { together { interface Read << (T)...
Click to read more »File:Strongly-typed identifier UML class diagram.svg
Minggu, 2023-09-03 16:15:49holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class UserId { -id: Uuid +«Create» userId(id: Uuid) :...
Click to read more »File:HiloKeyGenerator UML class.svg
Rabu, 2026-04-08 15:47:23holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class HiloKeyGenerator { -current_hi: int = 0 -current_lo:...
Click to read more »File:UML generator in PHP.svg
Rabu, 2025-08-20 13:29:42holder of this work, hereby publish it under the following license: PlantUML source code. @startuml interface Iterator implements Traversable { current():...
Click to read more »File:Uml hierarchie des diagrammes.png
Minggu, 2020-09-13 16:41:03This image was copied from wikipedia:en. The original description was: UML Hierarchy diagram Unified Modeling Language: Superstructure version 2.0 formal/05-07-04...
Click to read more »File:Uml-sbrm-fact.jpg
Minggu, 2025-12-28 02:34:14holder of this work, hereby publish it under the following license: English UML model of fact object of statement has role: photographer author name string:...
Click to read more »File:Oop-uml-class-example.png
Sabtu, 2025-01-04 22:01:23names refer to en.wikipedia. 2004-07-31 01:33 Esap 161×206×8 (6026 bytes) UML Class example. {{GFDL}}. Created by Esa Pulkkinen with Umbrello and Gimp...
Click to read more »File:Restaurant UML SEQ.svg
Selasa, 2026-03-31 16:55:19Attribution-Share Alike 3.0 truetrue English UML Sequence Diagram for a restaurant interaction French Diagramme de Séquence UML représentant les intéractions dans...
Click to read more »File:Dotnet-system-namespace-uml.svg
Minggu, 2026-05-10 14:54:13PlantUML source code. @startuml package System { class Convert { +{static} ToInt32() } class Console { +{static} WriteLine() } } @enduml English UML diagram...
Click to read more »File:UML Parliamentary Party Meeting 1996.jpg
Rabu, 2026-03-11 00:26:51English K P Oli, Madhav Kumar Nepal, Bharat Mohan Adhikari and other UML leaders at a parliamentary party meeting at Singha Durbar in 1996....
Click to read more »File:Bank account (UML class diagram).svg
Minggu, 2026-05-10 03:55:08holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class Customer { +FirstName nuradin +LastName Hasan...
Click to read more »File:Singleton UML class diagram.svg
Senin, 2023-10-02 20:47:16This source is valid SVG 1.1! English Chinese (Taiwan) 以UML(統一塑模語言)描述單例模式 Wikimedia username: Trashtoy author name string: Trashtoy URL: https://commons...
Click to read more »File:Rust serde UML diagram.svg
Sabtu, 2025-03-08 15:13:03holder of this work, hereby publish it under the following license: PlantUML source code. @startuml struct Point implements serde_json.Deserialize, serde_json...
Click to read more »File:Observer-pattern-uml.jpg
Selasa, 2020-10-20 22:11:30This image was copied from wikipedia:en. The original description was: A UML Diagram of the Observer Design Pattern English...
Click to read more »File:UML dotnet concurrent.svg
Rabu, 2025-04-02 11:38:17holder of this work, hereby publish it under the following license: PlantUML source code: @startuml package System.Collections.Concurrent { interface...
Click to read more »File:UML class diagram invoice.svg
Sabtu, 2025-07-05 08:35:55holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class Invoice { +InvoiceId +Customer +Sender +IssueDate...
Click to read more »File:Acteur uml.JPG
Minggu, 2023-07-09 16:22:25following user names refer to fr.wikipedia. 2004-12-03 14:46 Francois 1340 81×121× (2546 bytes) Acteur uml English determination method or standard: SHA-1...
Click to read more »File:UML class diagram MVC controller.svg
Senin, 2025-06-09 17:49:04PlantUML source code: @startuml abstract class Controller { + HttpRequest + HttpResponse + Accepted() + BadRequest() + Conflict() + Created(uri) + NoContent()...
Click to read more »File:Np pcn-uml.gif
Sabtu, 2025-08-30 04:22:08description page was here. All following user names refer to es.wikipedia. 2004-10-01 22:09 Jolle 326×217×6 (4842 bytes) Bandera del PCN-UML {{jolle}} English...
Click to read more »File:Saga pattern-UML.png
Kamis, 2025-04-24 03:27:13Attribution-Share Alike 4.0 truetrue this png was create via this PlantUML code: <uml> skinparam activity { BackgroundColor<< unsuccessful >> IndianRed BackgroundColor<<...
Click to read more »File:UML dotnet streams.svg
Sabtu, 2023-06-10 07:19:20holder of this work, hereby publish it under the following license: PlantUML source code. @startuml package System { interface MarshalByRefObject interface...
Click to read more »File:UML diagram of classes that model pages and titles in MediaWiki.svg
Jumat, 2024-11-29 15:11:49holder of this work, hereby publish it under the following license: English UML diagram of classes that model pages and titles in MediaWiki author name string:...
Click to read more »File:UML class diagram Rust iterators.svg
Minggu, 2026-01-25 13:06:11holder of this work, hereby publish it under the following license: PlantUML source code. @startuml namespace std.iter { interface IntoIterator << (T)...
Click to read more »File:Nonce-cnonce-uml.svg
Senin, 2026-02-16 03:45:57Attribution-Share Alike 2.5 truetrue You may select the license of your choice. English UML (Unified Modeling Language) diagram describing a series of actions taken...
Click to read more »File:Lila Nath Shrestha लिलानाथ श्रेष्ठ Member of Parliament, Pratinidhi Sabha CPN (UML).jpg
Senin, 2025-12-15 05:12:27license: English Lila Nath Shrestha Member of Parliament, Pratinidhi Sabha CPN (UML) author name string: Gunjan Raj Giri Wikimedia username: Gunjan Raj Giri...
Click to read more »File:State Design Pattern UML Class Diagram.svg
Jumat, 2026-03-13 02:23:03is a derivative work of the following images: File:State_Design_Pattern_UML_Class_Diagram.png licensed with Cc-by-sa-3.0, GFDL 2009-02-26T23:33:02Z BotMultichill...
Click to read more »File:UML ffi.svg
Jumat, 2023-06-09 07:15:34holder of this work, hereby publish it under the following license: PlantUML source code. @startuml [lib//foo//.dll] <<shared library>> as libfoo frame...
Click to read more »File:UML Diagram of Multiton design pattern with Enumeration.jpg
Sabtu, 2025-11-22 04:14:51Attribution-Share Alike 4.0 truetrue English UML diagram of Multiton design pattern using Enumeration type as a key object Czech UML diagram návrhového vzoru Multiton...
Click to read more »File:UML diagrama.png
Jumat, 2021-11-26 12:58:50Attribution-Share Alike 4.0 truetrue English Spanish Diagrama sobre como funciona UML. Wikimedia username: CarlosMontesinoFernando author name string: CarlosMontesinoFernando...
Click to read more »File:UML mutator method.svg
Jumat, 2023-10-27 01:01:38holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class Student { - name: string + getName(): string...
Click to read more »File:UML copy constructor.svg
Kamis, 2023-05-18 00:14:42holder of this work, hereby publish it under the following license: PlantUML source code: @startuml class Person { +Age: int +«Create» Person(): Person...
Click to read more »File:Range UML class.svg
Jumat, 2024-10-18 02:44:30holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class Range<T> { +start: T +end: T +contains(item:...
Click to read more »File:Raghuji Pant रघुजी पन्त Member of Parliament, Pratinidhi Sabha CPN (UML).jpg
Jumat, 2026-02-13 05:53:41license: English Raghuji Pant Member of Parliament, Pratinidhi Sabha CPN (UML) author name string: Gunjan Raj Giri Wikimedia username: Gunjan Raj Giri...
Click to read more »File:UML class vector.svg
Senin, 2023-11-06 05:53:15holder of this work, hereby publish it under the following license: PlantUML source code. @startuml struct Color { +red: uint +green: uint +blue: uint...
Click to read more »File:UML queue class.svg
Kamis, 2024-10-10 14:50:12holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class Queue<T> { - items: List<T> + «Create» Queue()...
Click to read more »File:Rajendra Kumar Rai राजेन्द्र कुमार राई Member of Parliament, Pratinidhi Sabha CPN (UML).jpg
Selasa, 2026-03-03 02:01:42license: English Rajendra Kumar Rai Member of Parliament, Pratinidhi Sabha CPN (UML) author name string: Gunjan Raj Giri Wikimedia username: Gunjan Raj Giri...
Click to read more »File:UML encapsulation.svg
Kamis, 2023-05-18 01:02:50holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class Account { -AccountBalance: decimal +CheckBalance():...
Click to read more »File:UML covariant return type.svg
Senin, 2025-04-07 14:29:17holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class Parent { +GetFoo(): Object } class Child extends...
Click to read more »File:UML class pet.svg
Jumat, 2023-10-27 01:01:00holder of this work, hereby publish it under the following license: PlantUML source code. @startuml abstract class Pet { +{abstract} Speak() } class Cat...
Click to read more »File:Chief advisor ofChief whip of cpn uml , madhesh pradesh.jpg
Senin, 2024-02-26 17:29:16Mahadev raut gaderi is appointed as chief adivisor of chief whip , cpn uml( province no 2 ) Hon . Kishori sah kamal . And also acts as social activist...
Click to read more »File:UML virtual inheritance.svg
Jumat, 2023-10-27 01:01:50holder of this work, hereby publish it under the following license: PlantUML source code. @startuml struct Animal { +Eat() } struct Mammal extends Animal...
Click to read more »File:UML abstract methods.svg
Rabu, 2026-04-22 17:59:45holder of this work, hereby publish it under the following license: PlantUML source code. @startuml abstract class Shape { +Height: int +Width: int +...
Click to read more »File:UML class Employee.svg
Minggu, 2023-05-21 05:37:17holder of this work, hereby publish it under the following license: PlantUML source code. @startuml abstract class Employee { # Name: string # ID: int...
Click to read more »File:Builder (padrão).png
Minggu, 2023-12-31 04:06:10UML Diagram of Builder Design Pattern. My own work generated with ArgoUML archive copy at the Wayback Machine and Gimp. English determination method...
Click to read more »File:UML invoice.svg
Kamis, 2023-06-08 07:14:39holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class Invoice { +InvoiceNumber +Date +SenderAddress...
Click to read more »File:Dunda UML.svg
Sabtu, 2026-05-16 20:45:332009-10-19 18:54 Donri 526×264× (71809 bytes) {{Information |Description=UML description of the Lojban bridi "mi dunda ti do". |Source=own work |Date=2009-10-19...
Click to read more »File:ServiceLocator UML.svg
Sabtu, 2023-10-28 14:04:51holder of this work, hereby publish it under the following license: PlantUML source code. @startuml static class ServiceLocator { {static}+T GetService<T>()...
Click to read more »File:UML kooste aggregaatio.png
Selasa, 2025-04-01 11:53:38Creative Commons Attribution-Share Alike 4.0 truetrue English Two simple UML class diagrams author name string: Punainen Löllökala Wikimedia username:...
Click to read more »File:Fabrique abstraite UML.svg
Rabu, 2025-10-01 09:15:56image is a derivative work of the following images: Image:Abstract_factory_UML.svg licensed with Cc-by-sa-2.5,2.0,1.0, GFDL 2006-04-30T21:58:43Z Giacomo...
Click to read more »File:Expertiza UML E2324.jpg
Rabu, 2026-02-11 13:14:19BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English UML Diagram author name string: Srihithareddyk3333 Wikimedia username: Srihithareddyk3333...
Click to read more »File:DICE UML Extensions.svg
Minggu, 2024-11-03 22:53:47truetrue This image is a derivative work of the following images: File:DICE UML Extensions.pdf licensed with Cc-by-sa-4.0 2017-11-23T14:59:38Z Nrequeno 739x725...
Click to read more »File:Singleton.png
Senin, 2020-10-12 18:42:15UML diagram for singleton pattern Done by User:Forseti in Umbrello UML Modeller (GPL licence) English...
Click to read more »File:Epetstore.odl.png
Senin, 2020-09-14 02:35:10UML Shema of an ODL database, ODL is Object Defenition Langage of ODMG Consortium. Generated by Umbrello UML Modeller 1.4.2, the author is Kevin Prud'homme...
Click to read more »File:Port v UML.png
Minggu, 2022-11-27 19:21:13Creative Commons Attribution-Share Alike 4.0 truetrue English Czech Port v UML Wikimedia username: Jake slap author name string: Jakub S. URL: https://commons...
Click to read more »File:UML queap class.svg
Kamis, 2023-06-08 07:14:40holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class Queap { + n: int + k: int + linked_list: List<Element>...
Click to read more »File:Nullary constructor UML.svg
Rabu, 2023-05-17 23:23:23holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class Example { -data: int + «Create» Example(): Example...
Click to read more »File:UML sum computer.svg
Senin, 2024-10-07 07:09:28holder of this work, hereby publish it under the following license: PlantUML source code. @startuml abstract class SumComputer { - a: int - b: int + «Create»...
Click to read more »File:Komponenta v UML.png
Jumat, 2026-05-29 20:15:03Commons Attribution-Share Alike 4.0 truetrue English Czech Komponenta v UML Wikimedia username: Jake slap author name string: Jakub S. URL: https://commons...
Click to read more »File:UML Hi-Lo activity diagram.svg
Rabu, 2025-08-20 22:40:28holder of this work, hereby publish it under the following license: PlantUML source code. @startuml start if (current_lo ≥ max_lo?) then (yes) :current_hi...
Click to read more »File:Uml diagram-es.svg
Senin, 2020-09-14 12:28:20your choice. This image is a derivative work of the following images: File:Uml_diagram.svg licensed with Cc-by-sa-2.5,2.0,1.0, PD-user-w 2008-01-04T16:37:10Z...
Click to read more »File:PlantUML GUI.png
Selasa, 2022-05-31 04:03:30Creative Commons Attribution-Share Alike 4.0 truetrue English German PlantUML GUI author name string: Fruchtzwerg94 Wikimedia username: Fruchtzwerg94 URL:...
Click to read more »File:UML Communication diagram.svg
Rabu, 2025-08-13 20:29:57English: This image shall replace the file 'Kommunikations diagram' in the UML article (https://en.wikipedia.org/wiki/Unified_Modeling_Language) I, the...
Click to read more »File:Stack UML class diagram.svg
Selasa, 2026-06-02 20:25:410CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Arabic مخطط صنفي بلغة UML لكدسة. determination method or standard: SHA-1...
Click to read more »File:Plantuml Logo.svg
Rabu, 2025-12-17 18:12:09English PlantUML logo Russian Логотип PlantUML symbol of: PlantUML...
Click to read more »File:Rozhraní v UML.png
Selasa, 2026-03-03 15:48:49Creative Commons Attribution-Share Alike 4.0 truetrue English Czech Rozhraní v UML Wikimedia username: Jake slap author name string: Jakub S. URL: https://commons...
Click to read more »File:Comment-1.svg
Kamis, 2024-10-17 22:45:34de:Kommentar_(UML) Unified Modeling Language English determination method or standard: SHA-1...
Click to read more »File:Závislost v UML.png
Selasa, 2024-01-09 23:18:30Creative Commons Attribution-Share Alike 4.0 truetrue English Czech Závislost v UML Wikimedia username: Jake slap author name string: Jakub S. URL: https://commons...
Click to read more »File:Gitlab new volunteer UML.png
Sabtu, 2022-02-12 06:27:00org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English UML diagram of new volunteer interaction with GitLab...
Click to read more »File:Singleton classdia.png
Sabtu, 2020-10-17 21:55:00UML Class diagram created by Nvineeth, using dpatoolkit English...
Click to read more »File:UML class diagram with access modifiers.svg
Jumat, 2023-10-27 01:00:49holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class Example { +Foo #Bar -Baz +Foo() #Bar() -Baz()...
Click to read more »File:FactoryMethod.png
Selasa, 2020-10-06 12:55:29LazyEditor 349×206×8 (2051 bytes) [[UML]] [[class diagram]] for the [[factory method pattern]] Created using [[ArgoUML]] 0.22. 2005-09-15 09:33 Umreemala...
Click to read more »File:UML class Java single dispatch.svg
Kamis, 2025-10-09 17:44:30holder of this work, hereby publish it under the following license: PlantUML source code. @startuml interface Collideable { void collideWith(Collideable...
Click to read more »File:StrategyPattern.png
Senin, 2026-01-19 18:30:48UML Scheme of "Strategy" Design Pattern. English...
Click to read more »File:Cpp template method pattern UML.svg
Selasa, 2024-04-23 22:25:34holder of this work, hereby publish it under the following license: PlantUML source code. @startuml abstract class View { +virtual doDisplay() +display()...
Click to read more »File:Gitlab new volunteer UML.svg
Sabtu, 2022-02-12 06:21:54org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English UML diagram showing new volunteer process in GitLab...
Click to read more »File:Gitlab trusted contributor UML.png
Sabtu, 2022-02-12 06:43:02org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English UML diagram showing the trusted contributor workflow...
Click to read more »File:Builder classdia.png
Minggu, 2023-12-31 04:06:47UML class diagram of builder design pattern. English determination method or standard: SHA-1...
Click to read more »File:Review of Truc salon.png
Kamis, 2026-03-26 09:15:54Antony Tap author name string: Adam UML Wikimedia username: Adam UML URL: https://commons.wikimedia.org/wiki/User:Adam_UML determination method or standard:...
Click to read more »File:AggregationAndComposition.svg
Senin, 2023-07-24 16:02:14|Description = Diagram showing an example of aggregation and composition in UML. |Source = en.wikipedia.org |Date = 2007-04-03 |Author = [[User:Mikm]], [[User:Pne]]...
Click to read more »File:Adapter pattern with UML.jpg
Senin, 2023-07-10 10:43:43This is UML version of Adapter Pattern I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...
Click to read more »File:Deux représentations graphiques équivalentes d'un acteur en UML.png
Senin, 2026-01-12 09:57:56English French Deux représentations graphiques équivalentes d'un acteur en UML URL: https://commons.wikimedia.org/wiki/user:Eneelk Wikimedia username: Eneelk...
Click to read more »File:BioUML Docker.jpg
Jumat, 2026-05-01 12:27:30holder of this work, hereby publish it under the following license: English Spanish Arquitectura de BioUML para uso de Kubernetes y contenedores Docker...
Click to read more »File:ClassTemplateUML.svg
Selasa, 2024-03-19 10:31:54Creative Commons Attribution-Share Alike 4.0 truetrue English An example of a class element structure in UML determination method or standard: SHA-1...
Click to read more »File:State Design Pattern UML Class Diagram.png
Rabu, 2026-01-07 12:39:542008-02-03 19:05 JoaoTrindade 475×248× (7044 bytes) {{Information |Description=UML Class Diagram of the State Design Pattern |Source=self-made |Date=03/02/2008...
Click to read more »File:UML 2019-11 UCross A Salem Door.jpg
Selasa, 2022-03-22 12:18:37Attribution-Share Alike 4.0 truetrue English Interior of Salem Street entrance to UML University Crossing Building A author name string: AntiCompositeNumber Wikimedia...
Click to read more »File:UML 2019-11 UCross A Connector 1.jpg
Jumat, 2024-10-11 07:19:19Creative Commons Attribution-Share Alike 4.0 truetrue English Connector between UML University Crossing buildings A and B, on the A side URL: https://commons...
Click to read more »File:ArgoUML 2.png
Sabtu, 2025-08-02 21:07:05wikipedia. 2007-06-23 11:33 Michalis Famelis 1280×974× (66308 bytes) [[ArgoUML]] running on a [[Debian]] system. English determination method or standard:...
Click to read more »File:UML 2019-11 UCross A Connector 2.jpg
Senin, 2025-12-01 20:59:31Creative Commons Attribution-Share Alike 4.0 truetrue English Connector between UML University Crossing buildings A and B, on the A side Wikimedia username:...
Click to read more »File:Maze game UML.svg
Jumat, 2024-12-13 08:32:32holder of this work, hereby publish it under the following license: PlantUML source code. @startuml abstract class Room { +{abstract} Connect(room: Room):...
Click to read more »File:Uml diagram-fr.png
Sabtu, 2026-04-11 08:22:045 truetrue This image is a derivative work of the following images: File:Uml_diagram.svg licensed with Cc-by-sa-2.5,2.0,1.0, PD-user-w English author...
Click to read more »File:Truc front.jpg
Selasa, 2026-06-02 02:55:20salon author name string: Adam UML Wikimedia username: Adam UML URL: https://commons.wikimedia.org/wiki/User:Adam_UML determination method or standard:...
Click to read more »File:Prototype classdia.png
Rabu, 2020-09-30 05:39:08UML class diagram of the prototype design pattern, created by Nvineeth using dpatoolkit English...
Click to read more »File:BookClassUML.svg
Rabu, 2023-12-06 20:56:36Attribution-Share Alike 4.0 truetrue English An example of a Book Class in UML with attributes and methods. author name string: Kappamille Wikimedia username:...
Click to read more »File:Component.PNG
Sabtu, 2026-03-07 05:00:29English Spanish Un componente UML con interfaces proveídas y requeridas. Wikimedia username: Kishorekumar 62 URL: https://commons.wikimedia...
Click to read more »File:Arte de la Lengua Teguima 1702 title page.jpg
Rabu, 2026-02-25 19:16:42"Arte de la lengua teguima vulgarmente llamada opata" described at URL: https://www.unesco.org/sites/default/files/styles/local/uml/webform/mow001/50.jpg...
Click to read more »File:UXF sequence diagram.jpg
Selasa, 2025-11-11 16:38:02example. The diagram is from "Visual Modeling With Rational Rose 2000 and Uml" by Terry Quatrani. The tags are from extending UXF. English determination...
Click to read more »File:Review of Truc salon 2.png
Minggu, 2024-09-22 16:43:45truetrue English Review of Truc Salon by Antony Tap author name string: Adam UML Wikimedia username: Adam UML determination method or standard: SHA-1...
Click to read more »File:ArgoUML toimingute lisamine.png
Rabu, 2023-09-13 17:09:35image was copied from wikiversity:beta. The original description was: Argo_UML-iga toimingute lisamine skeemile. I, the copyright holder of this work, hereby...
Click to read more »File:Іван Коссак, 1915.jpg
Senin, 2026-03-30 15:29:16Сотник 1-го полку УСС Іван Коссак, 1915 described at URL: https://www.legionukrainiansichriflemen.com/DB-Photo-archive/n-4NRHQ6/UML-Collection/i-7BZQg4M/A...
Click to read more »File:Expert system structure.png
Sabtu, 2022-05-14 11:45:51=Expert_system_struct.png |????=????????? ??????? ?????????? ???????, ? ??????? UML ???????? |?????=[[??????????:VictorAnyakin]] |???????=???? English...
Click to read more »File:PlantUML Sequenzdiagramm.svg
Minggu, 2025-08-31 17:32:52https://creativecommons.org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English German PlantUML Sequenzdiagramm...
Click to read more »File:Urmila Thebe उर्मिला थेबे.jpg
Senin, 2025-12-01 20:51:44Urmila Thebe उर्मिला थेबे Member of Parliament, Pratinidhi Sabha for CPN (UML) object of statement has role: photographer author name string: Gunjan Raj...
Click to read more »File:Beobachter-pattern.png
Senin, 2023-11-13 17:42:29wikibooks. 2006-01-12 18:21 Marwes 588×292×8 (43631 bytes) *Beschreibung: UML-Diagram zum Entwurfsmuster Beobachter *Zeichner: Selbst erstellt (Markus)...
Click to read more »File:Specification UML.png
Jumat, 2025-03-07 22:48:09DescriptionSpecification UML.png English: UML for the Specification design pattern Source Own work Author IToshkov...
Click to read more »File:Umass-Lowell logo with title.svg
Rabu, 2026-04-29 12:00:02|date=2020-11-01 |source=UML Branding Guide |author=University of Massachusetts Lowell |permission= |other versions= }} English en|This is the logotype...
Click to read more »File:Class Diagram Wikipedia Wikipedia.class.png
Selasa, 2024-03-19 12:21:57refer to nl.wikipedia. 2004-09-16 12:43 BenTels 620×480×8 (12471 bytes) UML klasse diagram<br>Zelf gemaakt met MagicDraw van NoMagic voor Wikipedia<br>{{PD}}...
Click to read more »File:PlantUML Klassendiagramm.svg
Kamis, 2026-03-05 06:15:31org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English German PlantUML Klassendiagramm determination method or standard: SHA-1...
Click to read more »File:ObjectAdapter.png
Sabtu, 2024-09-07 10:41:50to en.wikipedia. 2005-07-07 01:27 GilHamilton 386×277×8 (11152 bytes) A UML diagram of the Object Adapter design pattern. English determination method...
Click to read more »File:JetUML.jpg
Sabtu, 2026-03-21 04:56:37Creative Commons Attribution-Share Alike 4.0 truetrue English Used for JetUML article. author name string: LionCat21 Wikimedia username: LionCat21 URL:...
Click to read more »File:Faroe stamp 529 Kollafjordur.jpg
Sabtu, 2025-03-22 00:09:22Jógvan Waagstein: Heygsgarður, Kollafirði, uml. 1928 (The farmstead Heygsgarður, Kollafjørður), 40x56 cm, Einstakl. ogn (Private Collection) Stamp FO...
Click to read more »File:MESI protocol activity diagram.png
Kamis, 2023-10-05 00:51:54Diagram created using Violet (UML diagram drawer) I, the copyright holder of this work, hereby publish it under the following license: en:MESI_protocol...
Click to read more »File:Geographic names of Mexico 1885 title page.jpg
Rabu, 2026-02-25 19:18:46nombres de lugar pertenecientes al idioma nahuatl" described at URL: https://www.unesco.org/sites/default/files/styles/local/uml/webform/mow001/81.jpg...
Click to read more »File:PlantUML Klassendiagramm.png
Minggu, 2025-08-31 16:56:00Creative Commons Attribution-Share Alike 4.0 truetrue English German PlantUML Klassendiagramm URL: https://commons.wikimedia.org/wiki/User:Fruchtzwerg94...
Click to read more »File:Object-oriented representation of electro-mechanical assemblies using UML (IA objectorientedre7057rach).pdf
Sabtu, 2025-10-04 22:56:33Object-oriented representation of electro-mechanical assemblies using UML ( ) Author Rachuri, Sudarsan Han, Young-Hyun Feng, Shaw C. Roy, Utpal Wang...
Click to read more »File:Objectflow-2.png
Senin, 2023-05-08 20:05:412005-11-23 14:03 Gubaer 272×98× (4081 bytes) *Beschreibung: Objektfluss(UML) - Beispiel 2 *Quelle: selbst gezeichnet *Fotograf oder Zeichner: Gubaer...
Click to read more »File:Observer.png
Selasa, 2022-04-26 03:49:27following user names refer to nl.wikipedia. 2005-07-17 22:28 BenTels 666×298×8 (13685 bytes) UML diagram van het Observerpatroon. {{eigenwerk}} English...
Click to read more »File:PlantUML Sequenzdiagramm.png
Minggu, 2025-08-31 16:52:28Creative Commons Attribution-Share Alike 4.0 truetrue English German PlantUML Aktivitätsdiagramm URL: https://commons.wikimedia.org/wiki/User:Fruchtzwerg94...
Click to read more »File:Caso de uso Efetuar reserva.gif
Jumat, 2026-05-15 17:57:25bytes) Caso de uso efetuar reserva English Spanish Diagrama de casos de uso UML, un actor "cliente" puede realizar el caso de uso "Cancelar Reserva" determination...
Click to read more »File:ArgoUML avaaken.png
Rabu, 2023-09-13 17:09:29image was copied from wikiversity:beta. The original description was: ArgoUML-i avaakna kuvapilt. I, the copyright holder of this work, hereby publish...
Click to read more »File:UseCase actor Edit an article scenario.svg
Rabu, 2025-12-17 18:17:04code in UML language: @startuml scale 600*400 :Registered User: -> (Usage) "Edit an article" as (Usage) @enduml SVG generated with PlantUML MarsJson...
Click to read more »File:ClassAdapter.png
Selasa, 2024-03-19 10:31:13379×290×8 (12961 bytes) 2005-07-07 01:39 GilHamilton 379×290×8 (12956 bytes) A UML diagram giving an example of a Class Adapter {{PD-User|GilHamilton} English...
Click to read more »File:Objectflow-3.png
Senin, 2025-12-29 02:05:242005-11-23 14:03 Gubaer 296×113× (5754 bytes) *Beschreibung: Objektfluss(UML) - Beispiel 3 *Quelle: selbst gezeichnet *Fotograf oder Zeichner: Gubaer...
Click to read more »File:UseCase Actor - registered user of Wiki - Edit an article - rus.svg
Rabu, 2025-12-17 18:15:45Исходный код на языке UML: @startuml scale 600*400 :Зарегистрированный \n пользователь: -> (Usage) "Редактировать статью" as (Usage) @enduml Изображение...
Click to read more »File:BankAccount.png
Minggu, 2023-10-29 20:46:072009-11-03 01:21 Gparent 212×113× (5147 bytes) {{Information |Description = UML class Diagram |Source = http://www.ibm.com/developerworks/rational/libra...
Click to read more »File:JetUML running on macOS.png
Selasa, 2024-08-27 18:50:54Creative Commons Attribution-Share Alike 4.0 truetrue English Screenshot of JetUML running on macOS author name string: LionCat21 Wikimedia username: LionCat21...
Click to read more »File:Umling La Summit - Rickshaws.jpg
Jumat, 2026-05-29 06:54:48Creative Commons Attribution-Share Alike 4.0 truetrue English Summit of Umling La pass with two auto rickshaws British English Highest auto rickshaws in...
Click to read more »File:Objectflow-1.png
Senin, 2023-05-08 20:05:422005-11-23 14:02 Gubaer 272×86× (3397 bytes) *Beschreibung: Objektfluss(UML) - Beispiel 1 *Quelle: selbst gezeichnet *Fotograf oder Zeichner: Gubaer...
Click to read more »File:ArgoUML salvestamine pildiks.png
Rabu, 2023-09-13 17:09:31image was copied from wikiversity:beta. The original description was: ArgoUML-iga salvesatmine pildiks. I, the copyright holder of this work, hereby publish...
Click to read more »File:ArgoUML salvestamine.png
Rabu, 2023-09-13 17:09:30image was copied from wikiversity:beta. The original description was: ArgoUML-iga projekti salvestamine I, the copyright holder of this work, hereby publish...
Click to read more »File:ArgoUML tegevusskeemi osad.png
Rabu, 2023-09-13 17:09:32image was copied from wikiversity:beta. The original description was: ArgoUML-i tegevusskeemi vajalikud elemendid, I, the copyright holder of this work...
Click to read more »File:Biouml git.jpg
Jumat, 2026-05-01 12:26:58I, the copyright holder of this work, hereby publish it under the following license: English Spanish Arquitectura de BioUML y el control de versiones...
Click to read more »File:ArgoUML tegevusskeemi valimine.png
Rabu, 2023-09-13 17:09:33image was copied from wikiversity:beta. The original description was: ArgoUML-i tegevusskeemi valimine. I, the copyright holder of this work, hereby publish...
Click to read more »File:Uml class relation arrows en.png
Kamis, 2026-02-12 23:56:02DescriptionUml class relation arrows en.png English: UML class relation arrows Date 6 April 2016 Source File:Uml_classes_en.svg Author Yanpas...
Click to read more »File:Inheritance Role.png
Rabu, 2025-08-27 06:02:08BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English UML Class Diagram: Inheritance solution to model Roles author name string: Recursive...
Click to read more »File:Schach in starUML.png
Rabu, 2026-05-13 12:26:07Creative Commons Attribution-Share Alike 4.0 truetrue English Schach in starUML URL: https://commons.wikimedia.org/wiki/user:Esrafirresin Wikimedia username:...
Click to read more »File:Uml classes Hebrew.png
Jumat, 2020-09-11 04:00:05DescriptionUml classes Hebrew.png עברית: יחסים בין מחלקות Date 2 April 2017 Source Own work Author SAGI.SUL...
Click to read more »File:Usecase img07.png
Kamis, 2020-09-03 13:22:08This PlantUML was created with PlantUML. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed...
Click to read more »File:Client-server model example (Web browsing) - PlantUML - en.svg
Rabu, 2025-08-20 23:05:29Edit link in PlantUML I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under the Creative Commons...
Click to read more »File:Usecase-Parent-Teacher-2 actors 5 usecases-rus.svg
Rabu, 2025-12-17 18:17:55Исходный код на языке UML: @startuml scale 900*600 left to right direction actor "Родитель\Учитель" as pt actor "Ребёнок" as c usecase "Задать вопрос"...
Click to read more »File:Classes10.png
Selasa, 2024-03-19 12:56:15This PlantUML was created with PlantUML. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed...
Click to read more »File:Very simple sequence.png
Kamis, 2020-09-03 16:06:42This PlantUML was created with PlantUML. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed...
Click to read more »File:External Data. Screenshot for PlantUML.png
Sabtu, 2024-06-01 05:58:01Screenshot of External Data's {{#get_program_data:}} output for [[w:PlantUML|]] Wikimedia username: Alex Mashin URL: https://commons.wikimedia.org/wiki/User:Alex_Mashin...
Click to read more »File:Draw Facade pattern in PlantUML.png
Minggu, 2025-01-12 22:32:36PlantUML code: skinparam style strictuml class Façade { doSomething() } Façade .> package1.Class1 Façade .> package2.Class2 Façade .> package3.Class3...
Click to read more »File:Inheritance Role Metamodel.png
Rabu, 2025-08-27 06:02:07Commons Attribution-Share Alike 4.0 truetrue English Inheritance Role Metamodel in UML author name string: Recursive Pen Wikimedia username: Recursive Pen...
Click to read more »File:Besucher Entwurfsmuster.png
Jumat, 2023-11-17 07:04:37Attribution-Share Alike 4.0 truetrue English German Besucher Entwurfsmuster (UML-Notation) author name string: AxelScheithauer URL: https://commons.wikimedia...
Click to read more »File:UMLdiagram2.png
Kamis, 2020-10-01 18:47:15Imatge que ilustra el UML I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under the Creative...
Click to read more »File:Facade Design Pattern Sequence Diagram UML.svg
Sabtu, 2022-10-29 13:16:14PlantUML source rendered to SVG with Kroki. Hand-edited, then converted to SVGTiny using svg2svgt. Source code: @startuml scale max 600*600 skinparam...
Click to read more »File:Diagrams of travel planner.png
Selasa, 2026-04-07 13:24:09BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English UML LinkedQueue author name string: ViktorTytarenko Wikimedia username: ViktorTytarenko...
Click to read more »File:Toby The Cat.jpg
Senin, 2026-03-30 22:24:33of statement has role: photographer author name string: AshleyFortierUML Wikimedia username: AshleyFortierUML determination method or standard: SHA-1...
Click to read more »File:Diagram1 travel planner.png
Minggu, 2026-04-26 18:03:38BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English UML class diagrams author name string: ViktorTytarenko Wikimedia username: ViktorTytarenko...
Click to read more »File:FpWeb architecture.png
Kamis, 2020-09-24 16:18:38This PlantUML was created with PlantUML. Leledumbo at English Wikipedia, the copyright holder of this work, hereby publishes it under the following licenses:...
Click to read more »File:Facade Design Pattern Class Diagram UML.svg
Sabtu, 2022-10-29 13:15:52PlantUML source rendered to SVG with Kroki. Hand-edited, then converted to SVGTiny using svg2svgt. Source code: @startuml scale max 300 height hide members...
Click to read more »File:UMLRelationships.png
Selasa, 2026-04-14 14:42:18Creative Commons Attribution-Share Alike 4.0 truetrue English Examples of UML Relationships arrows author name string: Kappamille Wikimedia username: Kappamille...
Click to read more »File:UMLRelationships.svg
Sabtu, 2024-07-13 02:42:15Alike 4.0 truetrue English Graphical representation of arrows needed in UML class diagrams relationships depiction. author name string: Kappamille Wikimedia...
Click to read more »File:Biouml jupyter (1).jpg
Minggu, 2026-05-03 03:17:39holder of this work, hereby publish it under the following license: English Spanish Arquitectura de BioUML y el uso de Notebooks con Jupyter, R y Python...
Click to read more »File:Observation (Analysemuster).jpg
Selasa, 2025-06-24 02:05:02{{Information |Beschreibung = Analysemuster Observation als Klassendiagramm nach UML 2.1 |Quelle = eigene Darstellung, angelehnt an Martin Fowler; Analysis Patterns;...
Click to read more »File:Erbauer.png
Selasa, 2023-05-16 11:29:28Moewe 400×181× (7964 bytes) Lizenzstatus GNU-FDL Bildquelle selbst gezeichnet 2004-07-24 09:16 Moewe 400×181× (8020 bytes) Erbauer UML-Diagramm English...
Click to read more »File:FIG. A7 — Secure Tools Dashboard (PlantUML, draw.io-safe, no overflow).png
Sabtu, 2026-02-21 15:19:50Attribution-Share Alike 4.0 truetrue English FIG. A7 — Secure Tools Dashboard (PlantUML, draw.io-safe, no overflow) determination method or standard: SHA-1...
Click to read more »File:UML logo.gif
Kamis, 2020-12-24 17:41:57DescriptionUML logo.gif Español: modelo de lenguaje unificado Date 13 July 2016 Source Own work Author MarijoTM...
Click to read more »File:Kishori Sah Kamal (2).jpg
Senin, 2025-03-31 04:44:25kishori sah kamal is a famous nepalese politician from CPN UML . I, the copyright holder of this work, hereby publish it under the following license:...
Click to read more »File:UML-Diagramme.svg
Rabu, 2024-01-10 02:45:50DescriptionUML-Diagramme.svg English: UML diagram overview, Class diagram, Use-Case diagramm, State diagramm, Sequenz diagramm, Aktivity diagramm Deutsch: UML Diagrammübersicht...
Click to read more »File:Uml diagram.svg
Rabu, 2025-12-17 23:31:54DescriptionUml diagram.svg Class diagram of the 13 types of diagrams of the Unified Modelling Language 2.0 Date 30 March 2007 (original upload) Source...
Click to read more »File:ModelViewControllerDiagram.png
Minggu, 2024-08-18 14:11:07Bradstadt]] I created this simple diagram of the Model View Controller. I used ArgoUML to draw the diagram. English determination method or standard: SHA-1...
Click to read more »File:P31TypeOfSoftware.png
Rabu, 2025-08-20 03:10:01BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English UML-style visualization of ShEx schema for the pattern "P31TypeOfSoftware" author...
Click to read more »File:Message Broker.png
Kamis, 2025-04-24 03:30:32Commons Attribution-Share Alike 4.0 truetrue For updating this diagram use UML source code English Wikimedia username: UlrichAAB URL: https://commons.wikimedia...
Click to read more »File:Uml-Zustandsdiagramm-4.svg
Selasa, 2025-11-04 22:15:45DescriptionUml-Zustandsdiagramm-4.svg Deutsch: UML Zustandsdiagramm: Symbole für Pseudozustände Date 22 April 2015 Source Redrawn in SVG, original PNG...
Click to read more »File:UML-Diagrammhierarchie.svg
Rabu, 2024-01-10 02:45:49DescriptionUML-Diagrammhierarchie.svg Deutsch: UML: Hierarchie zwischen den 14 UML-Diagrammen Date 1 April 2015 Source Redrawn in SVG, original PNG UML-Diagrammhierarchie...
Click to read more »File:Uml main.png
Sabtu, 2025-08-02 15:01:22DescriptionUml main.png English: UML main Date 2 November 2011 Source Own work Author Khandarenb.it...
Click to read more »File:Uml diagram2.png
Jumat, 2020-10-02 09:40:56DescriptionUml diagram2.png English: Hierarchy of diagrams in UML 2.2 Date 14 April 2011 Source I created the file. Author Paulo Merson Other versions File:UML diagrams...
Click to read more »File:UML logo.svg
Minggu, 2025-11-16 02:34:24DescriptionUML logo.svg UML logo Source embedded in http://www.uml.org/ Author Object Management Group®, Inc. SVG development InfoField The SVG code...
Click to read more »File:3 - Association Roles.jpg
Rabu, 2025-08-27 06:02:07Commons Attribution-Share Alike 4.0 truetrue English Roles modeled using the UML Association Role feature Wikimedia username: Recursive Pen URL: https://commons...
Click to read more »File:UWE main.jpg
Kamis, 2022-11-17 12:05:32org/licenses/by-sa/3.0CC BY-SA 3.0 Creative Commons Attribution-Share Alike 3.0 truetrue en:UML-based_web_engineering Unified Modeling Language English author name string:...
Click to read more »File:AOFigureEditor.jpg
Selasa, 2023-06-20 17:56:42| 700×422 | {{Information |Description= Aspect-Oriented Figure Editor in UML |Source=I created this work entirely by myself. |Date= |Author=~~~ |other_versions=...
Click to read more »File:Uml-Zustandsdiagramm-3.svg
Jumat, 2020-09-11 04:00:31DescriptionUml-Zustandsdiagramm-3.svg Deutsch: UML Zustandsdiagramm: Darstellung von Transitionen Date 22 April 2015 Source Redrawn in SVG, original PNG...
Click to read more »File:Uml-Zustandsdiagramm-5.svg
Selasa, 2025-11-18 07:20:02DescriptionUml-Zustandsdiagramm-5.svg Deutsch: UML Zustandsdiagramm: Beispiel eines Verhaltenszustandsautomaten Date 22 April 2015 Source Redrawn in SVG...
Click to read more »File:UML-tutorial-01-Einführung-in-UML.webm
Selasa, 2025-11-11 12:56:30DescriptionUML-tutorial-01-Einführung-in-UML.webm Es soll in einer ultrakurzen Anleitung gezeigt werden was man unter UML versteht und wo man die Software...
Click to read more »File:UML Diagrams.jpg
Jumat, 2026-02-27 16:32:58DescriptionUML Diagrams.jpg English: A collage of UML diagrams including use case diagram, class diagram, activity diagrams, sequence diagrams, deployment...
Click to read more »File:UML2 Decorator Pattern.png
Kamis, 2025-12-04 07:58:252010-08-05 18:47 Nheirbaut 763×342× (36838 bytes) {{Information |Description = UML Diagram for the Window Example |Source = I (~~~) created this work entirely...
Click to read more »File:Синхронизации времени.svg
Minggu, 2026-03-22 05:29:05Для создания использовался сервис PlantUML: [1] Ссылку сгенерированного файла: [2] I, the copyright holder of this work, hereby publish it under the following...
Click to read more »File:Uml-Zustandsdiagramm-6.svg
Kamis, 2025-08-21 00:38:22DescriptionUml-Zustandsdiagramm-6.svg Deutsch: UML Zustandsdiagramm: Beispiel eines Protokollzustandsautomaten Date 22 April 2015 Source Redrawn in SVG...
Click to read more »File:UWE meta model.jpg
Minggu, 2020-10-11 01:13:43org/licenses/by-sa/3.0CC BY-SA 3.0 Creative Commons Attribution-Share Alike 3.0 truetrue en:UML-based_web_engineering Unified Modeling Language English Wikimedia username:...
Click to read more »File:UML State diagram.svg
Kamis, 2024-12-19 07:32:52DescriptionUML State diagram.svg English: A UML state diagram Date 8 September 2014, 01:00:27 Source Author Fred the Oyster...
Click to read more »File:UML Adibidea.png
Sabtu, 2026-05-09 02:08:44DescriptionUML Adibidea.png Euskara: UML notazioan definitutako butoi baten klasea Date 26 November 2022 Source Own work Author Guskikalola...
Click to read more »File:Uml-UseCase-Systemkontext.svg
Jumat, 2025-11-21 19:44:12DescriptionUml-UseCase-Systemkontext.svg Deutsch: UML Anwendungsfalldiagramm: Akteur Date 29 March 2015 Source Redrawn in SVG, original JPEG Systemkontext...
Click to read more »File:Uml-Pin-1.svg
Selasa, 2020-09-08 06:41:14DescriptionUml-Pin-1.svg Deutsch: UML Pin: Beispiel 1 Date 1 April 2015 Source Redrawn in SVG, original PNG Pin-2.png by Gubaer Author Stkl...
Click to read more »File:Uml-Zustandsdiagramm-1.svg
Rabu, 2024-01-10 02:45:50DescriptionUml-Zustandsdiagramm-1.svg Deutsch: UML Zustandsdiagramm Date 22 April 2015 Source Redrawn in SVG, original PNG Statemachine-1.png by Gubaer...
Click to read more »File:Uml-Zustandsdiagramm-2.svg
Kamis, 2026-01-01 02:13:06DescriptionUml-Zustandsdiagramm-2.svg Deutsch: UML Zustandsdiagramm: Darstellung von Zuständen Date 22 April 2015 Source Redrawn in SVG, original PNG...
Click to read more »File:Uml diagram.png
Senin, 2020-10-12 07:44:50DescriptionUml diagram.png Diagramas UML[1] Source [2] Author Felipe Caparelli Permission (Reusing this file) [Public Domain]...
Click to read more »File:Activity preparation-es.svg
Rabu, 2025-08-20 22:40:26|other_versions= }} {{PD-user-w|en|English Wikipedia|Gwaur}}. [[Category:SVG UML activity diagrams]] Uploaded with derivativeFX English determination method...
Click to read more »File:UML Multiplexität Beispiele.png
Rabu, 2020-10-28 09:13:57DescriptionUML Multiplexität Beispiele.png Deutsch: Beispiele für die Angabe der Multiplizität in UML 1.4 Date 12 October 2015 Source Own Creation Author...
Click to read more »File:FigureEditor.jpg
Jumat, 2025-01-31 02:01:25| 50562 | 457×422 | {{Information |Description= Figure Editor Example in UML |Source=I created this work entirely by myself. |Date= |Author=~~~ |other_versions=...
Click to read more »File:Uml taxonomy-bg.svg
Rabu, 2018-09-26 02:24:42DescriptionUml taxonomy-bg.svg A translation to Bulgarian Source http://en.wikipedia.org/wiki/Image:Uml_diagram.svg Author User:Mapto...
Click to read more »File:UML Relationships.pdf
Selasa, 2024-11-19 16:06:40DescriptionUML Relationships.pdf English: Three examples of UML class diagrams for "has-a", "uses-a" and "is-a" relationships Date 15 March 2023 Source...
Click to read more »File:UML diagrams overview.svg
Sabtu, 2025-07-12 15:01:56DescriptionUML diagrams overview.svg English: Hierarchy of diagrams in UML 2.2 Date 10 September 2011 Source This file was derived from: Uml diagram2.png...
Click to read more »File:UML Vues.png
Jumat, 2026-02-20 04:03:50DescriptionUML Vues.png Français : Les vues d'UML décrivant le système Date 2 November 2005 (original upload date) Source Transferred from fr.wikipedia...
Click to read more »File:Csharp finalizer.svg
Sabtu, 2024-04-27 15:14:09holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class Player { +int Hitpoints +Player() +Jump() +~Player()...
Click to read more »File:Non-virtual interface pattern.svg
Minggu, 2025-05-25 23:03:03holder of this work, hereby publish it under the following license: PlantUML source code. @startuml abstract class Saveable { + void Save() # {abstract}...
Click to read more »File:UML Artifact.PNG
Selasa, 2020-10-06 16:15:16DescriptionUML Artifact.PNG English: A UML Artifact manifesting components Date 23 January 2009 Source Own work Author Kishorekumar 62...
Click to read more »File:AssociatedObservation.jpg
Kamis, 2023-09-28 02:15:20{{Information |Beschreibung = Associated Observation als Klassendiagramm nach UML 2.1 |Quelle = eigene Darstellung, angelehnt an Martin Fowler; Analysis Patterns;...
Click to read more »File:UML Navigationarten.png
Senin, 2026-03-30 22:55:19DescriptionUML Navigationarten.png Deutsch: Definition von Navigationsrichtungen Date 12 October 2015 Source Own Creation Author Binz, Schleyer...
Click to read more »File:Uml-Pin-2.svg
Selasa, 2020-09-08 06:41:17DescriptionUml-Pin-2.svg Deutsch: UML Pin: Beispiel 2 Date 1 April 2015 Source Redrawn in SVG, original PNG Pin-1.png by Gubaer Author Stkl...
Click to read more »File:UML History.jpg
Sabtu, 2025-11-15 22:11:48DescriptionUML History.jpg UML History Date 26 January 2006 Source http://www.vs.uni-kassel.de/systems/index.php/Image:History.JPG Author Dr. Michael...
Click to read more »File:UML heranca.GIF
Rabu, 2021-07-21 09:03:13DescriptionUML heranca.GIF Representação de herança entre classes em diagrama UML. Autor: Jorge Roberto Diniz Martins Date 10 March 2006 (original upload...
Click to read more »File:Uml-Activity-Beispiel1.svg
Rabu, 2025-08-20 22:40:29DescriptionUml-Activity-Beispiel1.svg Deutsch: UML1 Aktivitätsdiagramm: Beispiel Date 31 March 2015 Source Redrawn in SVG Author Original PNG Aktivity...
Click to read more »File:UML State.png
Rabu, 2025-04-02 16:53:12DescriptionUML State.png Français : Réalisé avec DIA. Date 4 November 2005 (original upload date) Source Transferred from fr.wikipedia to Commons by Bloody-libu...
Click to read more »File:UML Representation.jpg
Selasa, 2024-08-20 03:39:44DescriptionUML Representation.jpg English: UML Representation of an Operational Node Connectivity Description (OV-2) Date 15 August 2003 Source DoDAF...
Click to read more »File:Uml diagram es.svg
Selasa, 2020-09-08 00:53:08DescriptionUml diagram es.svg Español: Versión en castellano de File:Uml diagram.svg. Date 12 May 2015 Source Own work Author Boticario...
Click to read more »File:UML UCD.gif
Selasa, 2023-06-06 10:50:16DescriptionUML UCD.gif This file has no description, and may be lacking other information. Please provide a meaningful description of this file. Source...
Click to read more »File:UML Vues.svg
Jumat, 2026-02-20 07:01:34DescriptionUML Vues.svg Français : Les vues d'UML décrivant le système. Date 19 February 2026 Source Own work based on: UML Vues.png iThe source code of...
Click to read more »File:Uml exemplo sobrecarga.svg
Rabu, 2021-07-21 09:02:56DescriptionUml exemplo sobrecarga.svg Português: UML exemplo de sobrega Date 15 December 2007 Source feito por mim Author Reinaldo A. Barrêto Jr...
Click to read more »File:Saga Entwurfsmuster-UML Beispiel.png
Jumat, 2024-12-27 05:31:09DescriptionSaga Entwurfsmuster-UML Beispiel.png Deutsch: Beispiel zum Saga Entwurfsmuster in UML-Darstellung Date 28 August 2018 Source Own work Author...
Click to read more »File:UML delivery system2.jpg
Senin, 2026-04-27 01:48:31DescriptionUML delivery system2.jpg English: Parcel Delivery System UML Date 6 August 2013, 19:23:17 Source Own work Author LynxFeni...
Click to read more »File:Uml-Instance-specification-2.svg
Senin, 2025-02-10 05:39:37DescriptionUml-Instance-specification-2.svg Deutsch: UML AUsprägungsspezifikation: Beispiel 2 Date 31 March 2015 Source Redrawn in SVG, original PNG Instance...
Click to read more »File:Uml-Instance-specification-1.svg
Selasa, 2020-09-08 06:41:06DescriptionUml-Instance-specification-1.svg Deutsch: UML AUsprägungsspezifikation: Beispiel 1 Date 31 March 2015 Source Redrawn in SVG, original PNG Instance...
Click to read more »File:UML Activity.png
Rabu, 2021-02-10 02:44:47DescriptionUML Activity.png Français : Réalisé avec DIA. Date 4 November 2005 (original upload date) Source Transferred from fr.wikipedia to Commons by...
Click to read more »File:UML Node.png
Rabu, 2021-02-10 02:45:08DescriptionUML Node.png Français : Réalisé avec DIA. Date 4 November 2005 (original upload date) Source Transferred from fr.wikipedia to Commons by Bloody-libu...
Click to read more »File:UML Beispiel Navigation.png
Sabtu, 2020-10-31 05:39:32DescriptionUML Beispiel Navigation.png Deutsch: UML Beispiel Navigation Buch/Kunde Date 12 October 2016 Source Own Creation Author Binz, Schleyer...
Click to read more »File:UML Assoziationsbeispiel.png
Kamis, 2020-10-29 12:34:41DescriptionUML Assoziationsbeispiel.png Deutsch: Beispiel Objektdiagramm mit Objektverbindungen, Klassendiagramm mit Assoziation Date 12 October 2015...
Click to read more »File:Poo-uml-clase-ejemplo.svg
Sabtu, 2025-01-04 21:59:12DescriptionPoo-uml-clase-ejemplo.svg Español: Ejemplo de clase poo. Date 30 December 2024 Source File:Oop-uml-class-example.png Author w:User:Esap...
Click to read more »File:Association (UML class diagram).svg
Kamis, 2023-09-28 02:28:34DescriptionAssociation (UML class diagram).svg English: Association (UML class diagram) Date 23 April 2016 Source Own work Author Mischa004...
Click to read more »File:Uml-Activity-Beispiel2.svg
Rabu, 2026-04-22 20:23:57DescriptionUml-Activity-Beispiel2.svg Deutsch: UML2 Aktivitätsdiagramm: Beispiel Date 31 March 2015 Source Redrawn in SVG Author Original PNG Activity...
Click to read more »File:Uml profilak2.PNG
Rabu, 2024-01-10 03:20:27DescriptionUml profilak2.PNG Euskara: domeinu baten metamodeloa Source http://www.lcc.uma.es/~av/Publicaciones/04/UMLProfiles-Novatica04.pdf Author Lidia...
Click to read more »File:Generalization (UML class diagram).svg
Kamis, 2025-05-08 13:40:20DescriptionGeneralization (UML class diagram).svg English: Generalization (UML class diagram) Date 23 April 2016 Source Own work Author Mischa004...
Click to read more »File:Interpreter UML class diagram.svg
Senin, 2020-09-21 05:23:15DescriptionInterpreter UML class diagram.svg English: The behavioural software design pattern Interpreter in a UML diagram Date 2 December 2016 Source...
Click to read more »File:Успадкування описане в UML-нотації.svg
Rabu, 2025-07-30 17:01:07DescriptionУспадкування описане в UML-нотації.svg Українська: Приклад діаграми класу з успадкуванням в UML-нотації. Date 28 March 2018 Source This file...
Click to read more »File:Diagram UML klasy Interpreter.svg
Minggu, 2026-04-26 18:08:19DescriptionDiagram UML klasy Interpreter.svg Polski: Diagram UML wzorca Interpreter English: Interpreter UML class diagram Date 14 June 2020 Source https://en...
Click to read more »File:UML Beispiel Multiplexität.png
Kamis, 2020-10-29 04:32:35DescriptionUML Beispiel Multiplexität.png Deutsch: UML Beispiel Navigation Vater/Kind Date 12 October 2016 Source Own Creation Author Binz, Schleyer...
Click to read more »File:Uml profilak4.PNG
Rabu, 2024-01-10 03:20:26DescriptionUml profilak4.PNG Euskara: MDA-k proposatzen duen lan egiteko era Source http://www.lcc.uma.es/~av/Publicaciones/04/UMLProfiles-Novatica04...
Click to read more »File:Visitor Design Pattern (UML).svg
Kamis, 2022-03-03 01:30:57DescriptionVisitor Design Pattern (UML).svg Deutsch: Darstellung des Design Patterns "Besucher/Visitor" mit Mitteln der UML mit zusätzlichen Abhängigkeitsbeziehungen...
Click to read more »File:UML diagrams overview pt.svg
Sabtu, 2025-06-28 08:40:33DescriptionUML diagrams overview pt.svg Português: Adaptação da Figura A.5 da UML Superstructure Specification 2.4.1, feita com o InkScape sobre figura...
Click to read more »File:Inheritance UML Diagram.jpg
Minggu, 2020-09-06 12:25:15DescriptionInheritance UML Diagram.jpg English: UML Inheritance Diagram Date 15 September 2004 Source http://www.ibm.com/developerworks/rational/libra...
Click to read more »File:UML Class.png
Senin, 2025-04-07 16:00:42DescriptionUML Class.png Français : Réalisé avec DIA Date 4 November 2005 (original upload date) Source Transferred from fr.wikipedia to Commons by Bloody-libu...
Click to read more »File:UML Strategy design pattern.svg
Sabtu, 2025-09-20 08:33:50DescriptionUML Strategy design pattern.svg English: Strategy design Pattern UML Български: UML диаграма на шаблон за дизайн Date 21 April 2009 Source...
Click to read more »File:Uml wekker.png
Selasa, 2020-09-08 00:53:14DescriptionUml wekker.png Nederlands: klassendiagram wekker Date 26 June 2015 Source Own work Author Thijs de Haan...
Click to read more »File:Java composition uml diagram.png
Kamis, 2026-03-05 11:00:39DescriptionJava composition uml diagram.png English: uml diagram composition Date 28 March 2023 Source Own work Author Fonzino...
Click to read more »File:Updated UML Diagram.png
Jumat, 2026-02-27 21:46:01DescriptionUpdated UML Diagram.png English: Updated Diagram Date 16 May 2013 Source Visio Previously published: google docs Author LindaVermeulen123...
Click to read more »File:VisitorDiagram.svg
Senin, 2020-09-14 17:52:08version as of 15:37, 21 September 2008 per [[Talk:Visitor pattern#Naming in UML Diagram]] 2012-10-08 07:46 Sae1962 487×439× (17526 bytes) Enlarged the class...
Click to read more »File:Uml profilak3.PNG
Jumat, 2026-05-22 01:14:46DescriptionUml profilak3.PNG Euskara: 2. irudiko metamodeloaren perfila Date Unknown date Source http://www.lcc.uma.es/~av/Publicaciones/04/UMLProfiles-Novatica04...
Click to read more »File:UML Rel dependency.png
Selasa, 2025-10-14 11:53:56DescriptionUML Rel dependency.png Français : Réalisé avec DIA. Date 4 November 2005 (original upload date) Source Transferred from fr.wikipedia to Commons...
Click to read more »File:Uml diagram CAT.svg
Senin, 2025-05-26 21:19:00DescriptionUml diagram CAT.svg Diagrama de les classes UML Source http://en.wikipedia.org/wiki/Image:Uml_diagram.svg Author Dave A Ryan and Daveryan,...
Click to read more »File:UML SAI.jpg
Senin, 2025-12-15 20:47:42DescriptionUML SAI.jpg Español: UML SAI Date 19 December 2014 Source Own work Author Carlos Osorio...
Click to read more »File:Oop-uml-class-example.svg
Selasa, 2026-01-13 05:09:53DescriptionOop-uml-class-example.svg Español: ejemplo de clase poo. Date 30 December 2024 Source File:Oop-uml-class-example.png Author w:User:Esap...
Click to read more »File:UML Rel aggregation.jpg
Sabtu, 2026-02-07 17:26:54DescriptionUML Rel aggregation.jpg relation d'agrégation utilisé dans l'UML Date 15 November 2007 Source réalisé avec Gimp2 Author (PHK 14:18, 15 November...
Click to read more »File:ICMP Information message UML-en.svg
Rabu, 2025-08-20 23:05:33Information message UML-en.svg العربية: مخطط التتابع في لغة النمذجة المُوَّحدة لرسائل الاستعلام في بروتوكول رسائل التحكم. English: UML Sequence diagram for...
Click to read more »File:ICMP Information message UML-ar.svg
Kamis, 2026-01-01 00:34:18Information message UML-ar.svg العربية: مخطط التتابع في لغة النمذجة المُوَّحدة لرسائل الاستعلام في بروتوكول رسائل التحكم. English: UML Sequence diagram for...
Click to read more »File:Uml classes en.svg
Sabtu, 2025-06-28 09:39:42DescriptionUml classes en.svg English: UML notation for OOP Date 6 April 2016 Source Own work Author Yanpas Other versions Uml classes ru...
Click to read more »File:UML Diagram for a Online Restaurant.png
Minggu, 2020-09-06 16:20:29DescriptionUML Diagram for a Online Restaurant.png English: Online Restaurant UML Diagram Date 16 May 2013 Source Via Microsoft Word Previously published:...
Click to read more »File:Hilo table.svg
Sabtu, 2026-05-16 05:56:13holder of this work, hereby publish it under the following license: PlantUML source code. @startuml package Database <<Database>> { entity Hilo { +TableName:...
Click to read more »File:UML Reflexive Klasse.png
Sabtu, 2024-10-26 04:27:23DescriptionUML Reflexive Klasse.png Deutsch: Assoziations- und Rollennamen in einer Klasse mit reflexiver Assoziation Date 12 October 2015 Source Own...
Click to read more »File:Java aggregation uml diagram.png
Kamis, 2026-03-05 11:00:18DescriptionJava aggregation uml diagram.png English: uml diagram aggregation Date 28 March 2023 Source Own work Author Fonzino...
Click to read more »File:Csharp ColliderLibrary.svg
Sabtu, 2024-04-27 15:14:07holder of this work, hereby publish it under the following license: PlantUML source code. @startuml class ColliderLibrary { + {static} string CollideWith(Asteroid...
Click to read more »File:UML delivery system1.jpg
Minggu, 2026-03-29 10:37:56DescriptionUML delivery system1.jpg English: Parcel deliver Date 6 August 2013, 18:31:32 Source Own work Author LynxFeni...
Click to read more »File:UML class diagram example.svg
Jumat, 2020-10-09 12:58:52DescriptionUML class diagram example.svg English: An example of UML class diagram. 日本語: クラス図の例 Date 2007-02-26T14:00+09:00 Source My own work, written...
Click to read more »File:KP-UML-Aggregation-20060420.svg
Sabtu, 2020-10-10 07:57:49DescriptionKP-UML-Aggregation-20060420.svg UML class diagram of a simple aggregation relationship between two classes. The relationship depicted in the...
Click to read more »File:UML state machine Fig6.png
Kamis, 2024-07-18 00:31:15DescriptionUML state machine Fig6.png English: UML state diagram of the keyboard state machine with internal transitions Source I (Mirosamek (talk)) created...
Click to read more »File:UML delivery system.pdf
Rabu, 2020-12-30 22:10:56DescriptionUML delivery system.pdf English: TP2 Assignment Date 6 August 2013, 12:24:01 Source Own work Author LynxFeni...
Click to read more »File:ICMP error message UML-en.svg
Rabu, 2025-08-20 23:05:30DescriptionICMP error message UML-en.svg العربية: مخطط التتابع في لغة النمذجة المُوَّحدة لرسائل الأخطاء في بروتوكول رسائل التحكم. English: UML Sequence diagram for...
Click to read more »File:Uml-UseCase-Multiplizitaet.svg
Selasa, 2020-09-08 06:42:03DescriptionUml-UseCase-Multiplizitaet.svg Deutsch: UML Anwendungsfalldiagrmm: Multiplizität Date 29 March 2015 Source Redrawn in SVG, original JPEG Multiplizität...
Click to read more »File:UML packages.png
Rabu, 2020-10-14 22:40:47DescriptionUML packages.png English: illustration of packages (UML) Русский: Изображение пакетов (UML) Українська: Позначення пакетів (UML) Date 9 September...
Click to read more »File:Uml-Iod-Diagramm1.svg
Jumat, 2024-08-23 05:54:03DescriptionUml-Iod-Diagramm1.svg Deutsch: UML Interaktionsübersichtsdiagramm: Beispiel 1 Date 31 March 2015 Source Redrawn in SVG, original PNG Iau-diagramm-1...
Click to read more »File:UML Rel composition.jpg
Minggu, 2025-04-13 01:40:50DescriptionUML Rel composition.jpg relation de composision utilisée dans l'UML Date 15 November 2007 Source réalisé avec GIMP2 Author (PHK 15:16, 15 November...
Click to read more »File:UML alles.png
Senin, 2024-03-04 15:18:06DescriptionUML alles.png Deutsch: Darstellung der verschiedenen Agenten mithilfe eines UML Diagramms Date 22 June 2021 Source Own work Author FelixSigurd...
Click to read more »File:Restaurant UML SEQ French.svg
Jumat, 2025-11-07 01:41:20DescriptionRestaurant UML SEQ French.svg Français : Diagramme de séquence UML pour un restaurant Date 21 April 2018 Source Own work Author Lebradeur Other...
Click to read more »File:Inbox table.svg
Kamis, 2024-10-10 02:26:49holder of this work, hereby publish it under the following license: PlantUML source code. @startuml package Database <<Database>> { entity Inbox { +InboxId:...
Click to read more »File:Introduction to Software Engineering.pdf
Rabu, 2025-04-09 11:22:48'invented' UML, the most well-known UML modelling tool is IBM Rational Rose. Other tools include Rational Rhapsody, Visual Parardigm, MagicDraw UML, StarUML, ArgoUML...
Click to read more »File:Outbox table.svg
Rabu, 2023-05-10 20:27:40holder of this work, hereby publish it under the following license: PlantUML source code. @startuml package Database <<Database>> { entity Outbox { +OutboxId:...
Click to read more »File:Examination of modeling languages to allow quantitative analysis for model-based systems engineering (IA examinationofmod1094542695).pdf
Minggu, 2024-08-18 13:58:06modeling for systems engineering modeling language. Object Management Group’s UML and SysML and Vitech’s System Definition Language are then analyzed in terms...
Click to read more »File:UML properties of a bicycle.png
Senin, 2025-11-03 03:47:56DescriptionUML properties of a bicycle.png English: Object composition, assembling objects using UML properties Date 11 October 2020 Source Own work Author...
Click to read more »File:Uml classes ru.svg
Rabu, 2025-09-17 07:31:58DescriptionUml classes ru.svg Русский: Нотация UML для отношений классов на диаграмме Date 6 April 2016 Source Own work Author Yanpas Other versions Uml classes...
Click to read more »File:Observer UML smal.png
Rabu, 2025-11-05 23:46:10DescriptionObserver UML smal.png English: Observer UML small Date 9 March 2016 Source Own work Author Maks9889...
Click to read more »File:FeedSync.svg
Rabu, 2023-04-26 07:13:18holder of this work, hereby publish it under the following license: PlantUML @startjson { "title": "Buy groceries", "description": "Get milk and eggs"...
Click to read more »File:Assoziation UML-Begriffe im Klassendiagramm.png
Kamis, 2023-09-28 03:17:44DescriptionAssoziation UML-Begriffe im Klassendiagramm.png Deutsch: Grundlegende Assoziation UML-Begriffe im Klassendiagramm mit Beispielobjektdiagramm...
Click to read more »File:UML state machine Fig1.svg
Selasa, 2026-03-10 04:50:47DescriptionUML state machine Fig1.svg English: UML state machine diagram showing the notation for states and transitions. Date 30 January 2008 Source...
Click to read more »File:DICE UML Extensions.pdf
Sabtu, 2024-05-04 01:17:55File:DICE UML Extensions.svg is a vector version of this file. It should be used in place of this PDF file. File:DICE UML Extensions.pdf → File:DICE UML Extensions...
Click to read more »File:UML Diagramme Deploiement.gif
Kamis, 2024-09-19 14:29:26DescriptionUML Diagramme Deploiement.gif serves to model the hardware used in system implementations, and the execution environments and artifacts deployed...
Click to read more »File:Uml-UseCase-Extend.svg
Sabtu, 2025-12-13 02:33:56DescriptionUml-UseCase-Extend.svg Deutsch: UML Anwendungsfalldiagramm: Extend-Beziehung Date 29 March 2015 Source Redrawn in SVG, original JPEG Extend1...
Click to read more »File:UML-usecase-usecaserelationships.png
Rabu, 2026-03-18 00:31:53File:UML-usecase-usecaserelationships.svg is a vector version of this file. It should be used in place of this PNG file when not inferior. File:UML...
Click to read more »File:Herencia UML.PNG
Senin, 2020-09-07 09:23:39DescriptionHerencia UML.PNG Español: Ejemplo de herencia en lenguaje UML. Català: Exemple d'herència en llenguatge UML. Source Own work Author Bet.Torres...
Click to read more »File:UML state machine Fig1.png
Rabu, 2026-03-11 01:12:53DescriptionUML state machine Fig1.png English: UML state diagram representing the computer keyboard state machine Source I (Mirosamek (talk)) created...
Click to read more »File:UML-01.png
Senin, 2024-09-09 00:39:29DescriptionUML-01.png Português: Exemplo de um mini-diagrama UML Date 24 September 2013, 11:52:38 Source Own work Author Tiago de Jesus Neves...
Click to read more »File:Logo of CPN (UML).png
Kamis, 2026-04-16 06:02:42July 2016 Source CPN-UML Author Communist Party of Nepal (Unified Marxist–Leninist) Alternative names CPN–UML; CPN (UML); CPN-UML Authority file : Q426963...
Click to read more »File:Uml-UseCase-Include.svg
Selasa, 2020-09-08 06:42:00DescriptionUml-UseCase-Include.svg Deutsch: UML Anwendungsfalldiagramm: Include-Beziehung Date 29 March 2015 Source Redrawn in SVG, original JPEG Include...
Click to read more »File:Uml-UseCase-Generalisierung.svg
Rabu, 2024-08-28 05:03:50DescriptionUml-UseCase-Generalisierung.svg Deutsch: UML Anwendungsfalldiagramm: Generalisierung von Anwendungsfällen Date 29 March 2015 Source Redrawn...
Click to read more »File:Uml-UseCase-Extend2.svg
Senin, 2024-10-14 09:35:13DescriptionUml-UseCase-Extend2.svg Deutsch: UML Anwendungsfalldiagramm: Extend-Beziehung mit extension point Date 29 March 2015 Source Redrawn in SVG,...
Click to read more »File:ICMP error message UML-ar.svg
Rabu, 2025-08-20 23:05:29DescriptionICMP error message UML-ar.svg العربية: مخطط التتابع في لغة النمذجة المُوَّحدة لرسائل الأخطاء في بروتوكول رسائل التحكم. English: UML Sequence diagram for...
Click to read more »File:UML 1 Use Case View.jpg
Senin, 2026-03-09 17:43:45DescriptionUML 1 Use Case View.jpg Українська: Представлення UML 1 Date 3 May 2023 Source Own work Author Дмитро Душейко...
Click to read more »File:UML Object-Oriented approach.jpg
Minggu, 2024-08-18 12:45:54DescriptionUML Object-Oriented approach.jpg English: Object-Oriented Example The object-oriented method with UML (see figure) can start with the stakeholder...
Click to read more »File:Uml-UseCase-Akteur2.svg
Selasa, 2020-09-08 06:41:23DescriptionUml-UseCase-Akteur2.svg Deutsch: UML Anwendungsfalldiagramm: Akteur 2 Date 1 April 2015 Source Redrawn in SVG, original PNG Actor-2.png by Gubaer...
Click to read more »File:UML sinif.jpg
Kamis, 2026-04-23 09:27:32DescriptionUML sinif.jpg Türkçe: Siniflarin UML ustunde gosterimi Date 12/09/2010 Source Tamamen kendi çalışmam Author Emre Simtay Permission (Reusing...
Click to read more »File:Uml-UseCase-Beispiel2.svg
Jumat, 2025-12-12 15:29:36DescriptionUml-UseCase-Beispiel2.svg Deutsch: UML Anwendungsfalldiagramm: Beispiel 2 Date 31 March 2015 Source Redrawn in SVG, original PNG Use-case-8...
Click to read more »File:Analysis, design, implementation and evaluation of graphical design tool to develop discrete event simulation models using event graphs and SIMKIT (IA analysisdesignim109451916).pdf
Minggu, 2024-08-18 05:44:54..... UML Class Diagram UML-CM ..................................................................................... UML Conceptual Model UML-ColD.....
Click to read more »File:ReactorPattern - UML 2 Sequence Diagram.svg
Jumat, 2025-11-28 03:33:00DescriptionReactorPattern - UML 2 Sequence Diagram.svg English: A (roughly) UML 2 sequence diagram outlining the logic flow parts of a reactive server...
Click to read more »File:Union UML.jpg
Jumat, 2024-12-27 05:31:11DescriptionUnion UML.jpg Español: Union en diagrama de actividades UML Date 23 June 2012 Source Own work Author Ali vill 1...
Click to read more »File:Uml-UseCase-Anwendungsfall2.svg
Kamis, 2024-11-14 01:02:52DescriptionUml-UseCase-Anwendungsfall2.svg Deutsch: UML Anwendungsfalldiagramm: Anwendungsfall mit extension point Date 29 March 2015 Source Redrawn in...
Click to read more »File:Cars json.svg
Kamis, 2025-06-19 20:20:51holder of this work, hereby publish it under the following license: PlantUML source code. @startjson { "name": "John", "surname": "Doe", "cars": [ { "manufacturer":...
Click to read more »File:Restaurant-UML-UC.png
Jumat, 2026-02-20 11:58:56DescriptionRestaurant-UML-UC.png Español: Imagen de un diagrama de casos de uso de UML. English: Image of a use case diagram of UML. Source Restaurant-UML-UC.png accessed...
Click to read more »File:Diag UML.gif
Kamis, 2024-10-03 11:55:07DescriptionDiag UML.gif Français : Diagramme UML pour illustrer le patron de conception stratégie en JAVA Date 2 December 2019 Source Own work Author Mickael...
Click to read more »File:Uml-UseCase-Akteur4.svg
Jumat, 2020-09-11 04:00:15DescriptionUml-UseCase-Akteur4.svg Deutsch: UML Anwendungsfalldiagramm: Akteur 4 Date 1 April 2015 Source Redrawn in SVG, original PNG Actor-4.png by Gubaer...
Click to read more »File:UML classes.png
Sabtu, 2025-09-20 18:06:08DescriptionUML classes.png English: UML classes Français : Classes UML Date 6 July 2008 Source Own work Author DavidL...
Click to read more »File:UML Use Case diagram.svg
Sabtu, 2024-10-19 10:52:06DescriptionUML Use Case diagram.svg English: An UML Use case diagram. Date 25 January 2011 Source Own work Author Slashme Other versions UML Use Case diagram...
Click to read more »File:Uml-UseCase-Akteur.svg
Selasa, 2020-09-08 06:41:20DescriptionUml-UseCase-Akteur.svg Deutsch: UML Anwendungsfalldiagramm: Systemkontext mit Systemgrenzen Date 29 March 2015 Source Redrawn in SVG, original...
Click to read more »File:KP-UML-Aggregation-20060325.svg
Rabu, 2025-03-05 16:39:33DescriptionKP-UML-Aggregation-20060325.svg Author: Karl Pietrzak Created using Umbrello 1.5.1 Date 26 March 2006 (original upload date) Source No machine-readable...
Click to read more »File:Restaurant-UML-UC.svg
Minggu, 2020-09-20 09:07:54DescriptionRestaurant-UML-UC.svg English: Simplified use case diagram of a restaurant Date 12 January 2009 Source Own work by uploader (based on image...
Click to read more »File:Uml-UseCase-Anwendungsfall.svg
Kamis, 2025-11-13 11:36:41DescriptionUml-UseCase-Anwendungsfall.svg Deutsch: UML Anwendungsfalldiagramm: Anwendungsfall Date 29 March 2015 Source Redrawn in SVG, original JPEG...
Click to read more »File:Uml-UseCase-Generalisierung3.svg
Selasa, 2020-09-08 06:41:57DescriptionUml-UseCase-Generalisierung3.svg Deutsch: UML Anwendungsfalldiagramm: Generalisierung 3 Date 1 April 2015 Source Redrawn in SVG, original PNG...
Click to read more »File:UML state machine Fig4.png
Minggu, 2025-11-09 07:20:57DescriptionUML state machine Fig4.png English: Two orthogonal regions (main keypad and numeric keypad) of a computer keyboard Source I (Mirosamek (talk))...
Click to read more »File:Builder UML class diagram.svg
Minggu, 2023-12-31 04:06:36DescriptionBuilder UML class diagram.svg English: UML class diagram for Builder software design pattern. 日本語: Builder パターンのクラス図。 Date 2007-03-03T10:30+09:00...
Click to read more »File:UML - Diagramme de séquence - exemple.png
Senin, 2025-11-03 03:48:02DescriptionUML - Diagramme de séquence - exemple.png Français : UML - Diagramme de séquence - exemple Date 6 November 2019 Source Own work Author Cth027...
Click to read more »File:Csharp method overriding.svg
Sabtu, 2024-04-27 15:14:10holder of this work, hereby publish it under the following license: PlantUML source code. @startuml abstract class Animal { +string Name +void Drink()...
Click to read more »File:Uml-UseCase-Akteur3.svg
Selasa, 2020-09-08 06:41:26DescriptionUml-UseCase-Akteur3.svg Deutsch: UML Anwendungsfalldiagramm: Akteur 3 Date 1 April 2015 Source Redrawn in SVG, original PNG Actor-3.png by Gubaer...
Click to read more »File:Uml-hq326.jpg
Senin, 2025-11-10 14:17:09DescriptionUml-hq326.jpg Photo: Soman Date 4 June 2006 (original upload date) Source No machine-readable source provided. Own work assumed (based on copyright...
Click to read more »File:Uml-UseCase-Beispiel3.svg
Rabu, 2025-11-05 13:18:53DescriptionUml-UseCase-Beispiel3.svg Deutsch: UML Anwendungsfalldiagramm: Beispiel 3 Date 1 April 2015 Source Redrawn in SVG, original PNG Use-case-6.png...
Click to read more »File:Uml-UseCase-Generalisierung2.svg
Senin, 2022-10-10 08:05:57DescriptionUml-UseCase-Generalisierung2.svg Deutsch: UML Anwendungsfalldiagramm: Generalisierung von Akteuren Date 29 March 2015 Source Redrawn in SVG...
Click to read more »File:Uml profilak1.PNG
Rabu, 2024-01-10 03:20:26DescriptionUml profilak1.PNG Euskara: UML perfil baten adibidea Source http://www.lcc.uma.es/~av/Publicaciones/04/UMLProfiles-Novatica04.pdf Author Lidia...
Click to read more »File:KP-UML-Generalization-20060325.svg
Jumat, 2025-12-05 21:32:16DescriptionKP-UML-Generalization-20060325.svg Author: Karl Pietrzak Created using Umbrello 1.5.1 Date 26 March 2006 (original upload date) Source No machine-readable...
Click to read more »File:Uml-Iod-Diagram1.svg
Selasa, 2024-07-16 00:15:16DescriptionUml-Iod-Diagram1.svg English: UML Interaction overview diagram: Example 1 Date 31 March 2015 Source Own work, translation from German version Uml-Iod-Diagramm1...
Click to read more »File:UML - Diagramme de séquence - Exemple.png
Senin, 2025-11-03 03:48:03DescriptionUML - Diagramme de séquence - Exemple.png Français : UML - Diagramme de séquence - Exemple Date 6 November 2019 Source Own work Author Cth027...
Click to read more »File:Uml-UseCase-Utilisateur.svg
Senin, 2022-08-22 17:40:13DescriptionUml-UseCase-Utilisateur.svg Français : Un acteur en UML Date 21 November 2021 Source Own work, based on Stkl's German version Author Spider...
Click to read more »File:UML OV-4 Sample.jpg
Rabu, 2025-08-13 16:31:26DescriptionUML OV-4 Sample.jpg English: UML OV-4 Sample. Date 15 August 2003 Source DoDAF 1.5 Volume 2 Author DoD Architecture Framework Working Group...
Click to read more »File:Page UML diagram.png
Sabtu, 2025-11-22 15:20:44DescriptionPage UML diagram.png English: UML diagram of the database tables associated with a wiki page Date 17 October 2021 Source Own work Author DWalden...
Click to read more »File:Uml-UseCase-Assoziation.svg
Selasa, 2020-09-08 06:41:34DescriptionUml-UseCase-Assoziation.svg Deutsch: UML Anwendungsfalldiagramm: Assoziation Date 29 March 2015 Source Redrawm om SVG. original JPEG Assoziation...
Click to read more »File:Esempio Communication Diagram UML 2.png
Senin, 2026-01-19 17:37:53DescriptionEsempio Communication Diagram UML 2.png Communication diagram Date 7 February 2007 Source Own work Author Gabrimonfa...
Click to read more »File:UML Inheritance Diagram tree notation.jpg
Selasa, 2020-09-15 05:31:45DescriptionUML Inheritance Diagram tree notation.jpg English: UML Inheritance Diagram using tree notation Date 15 September 2004 Source http://www.ibm...
Click to read more »File:Uml grafischeselement rechteck ellipse text.jpg
Kamis, 2021-01-28 00:44:56DescriptionUml grafischeselement rechteck ellipse text.jpg UML Class Diagram for the German Article to Liskovsches Substitutionsprinzip Date 1 March 2008...
Click to read more »File:UML - Use case diagram (in Ukrainian).svg
Selasa, 2025-03-18 01:12:45DescriptionUML - Use case diagram (in Ukrainian).svg Українська: Діаграма прецедентів UML. English: UML use case diagram (in Ukrainian). PlantUML link for...
Click to read more »File:UML Use Case diagram.png
Kamis, 2026-01-29 18:01:19File:UML Use Case diagram.svg is a vector version of this file. It should be used in place of this PNG file when not inferior. File:UML Use Case diagram...
Click to read more »File:AFTv5 HL UML Seq.svg
Selasa, 2023-06-13 23:00:30DescriptionAFTv5 HL UML Seq.svg English: AFTv5 High Level Flow (UML Sequence) Date 16 November 2011 Source Own work Author Yoni OmniTI...
Click to read more »File:The Home Bargains at Hempstead Valley Shopping Centre being worked on 02.jpg
Rabu, 2025-12-03 18:00:48https://www.facebook.com/futuremedway/posts/pfbid02U7XVZn3RXzEE54FWbo6fK56mFHYoHGgVZmpRr4znr8hpDBTiY8VwQ2DH437a9sUMl determination method or standard: SHA-1...
Click to read more »File:The Home Bargains at Hempstead Valley Shopping Centre being worked on 01.jpg
Rabu, 2025-12-03 18:00:35https://www.facebook.com/futuremedway/posts/pfbid02U7XVZn3RXzEE54FWbo6fK56mFHYoHGgVZmpRr4znr8hpDBTiY8VwQ2DH437a9sUMl determination method or standard: SHA-1...
Click to read more »File:UML diagram - Dekorátor.png
Jumat, 2025-11-14 12:02:21DescriptionUML diagram - Dekorátor.png Čeština: UML diagram praktického využití návrhového vzoru dekorátor (zmrzlina) Date 13 January 2013, 13:34:52 Source...
Click to read more »File:UML to SRP.jpg
Rabu, 2025-07-02 01:29:17DescriptionUML to SRP.jpg Русский: SRP пример Date 5 November 2016 Source Own work Author Et.coder...
Click to read more »File:UML DP Monteur.png
Rabu, 2021-02-10 02:40:30DescriptionUML DP Monteur.png Français : Diagramme UML de classes du patron de conception Monteur English: UML Class Diagram of the Builder Design Pattern...
Click to read more »File:AFTv5 HL UML Seq.png
Selasa, 2023-06-13 23:00:29DescriptionAFTv5 HL UML Seq.png English: AFT v5 high level flow (UML sequence) Date 16 November 2011 Source Own work Author Yoni OmniTI...
Click to read more »File:Give UML.svg
Selasa, 2024-08-27 01:48:16DescriptionGive UML.svg English: UML class defining the give predicate relation for the relationship "I give you this" Date 19 October 2009 Source Own...
Click to read more »File:UML DP Singleton.png
Kamis, 2020-12-24 17:41:26DescriptionUML DP Singleton.png Français : Diagramme UML de classes pour le patron de conception Singleton English: UML class diagram of the singleton...
Click to read more »File:UML-paveldejimas.png
Minggu, 2022-03-06 03:59:49DescriptionUML-paveldejimas.png Lietuvių: Klasė A realizuoja sąsają (interfeisą). Klasė B realizuoja abstrakčią klasę t.y. įgyvendina abstrakčius metodus...
Click to read more »File:UML state machine Fig2.png
Selasa, 2025-05-06 14:21:20DescriptionUML state machine Fig2.png English: Extended state machine of “cheap keyboard” with extended state variable key_count and various guard conditions...
Click to read more »File:Uml-Zeitverlaufsdiagramm.svg
Rabu, 2024-01-10 02:45:50DescriptionUml-Zeitverlaufsdiagramm.svg Deutsch: Ablauf einer Verkehrsampel als Beispiel eines Zeitverlaufsdiagramms. Date 31 March 2015 Source Redrawn...
Click to read more »File:Uml-UseCase-Beispiel1.svg
Rabu, 2025-04-09 15:41:55DescriptionUml-UseCase-Beispiel1.svg Deutsch: UML Anwendungsfalldiagramm: Beispiel 1 Date 31 March 2015 Source Redrawn in SVG, original PNG Use-case-7...
Click to read more »File:UML state machine Fig8.png
Minggu, 2025-05-25 21:46:27DescriptionUML state machine Fig8.png English: Local (a) versus external transitions (b). QP implements only the local transitions Source I (Mirosamek...
Click to read more »File:UML DP Interpréteur.png
Rabu, 2021-02-10 02:40:26DescriptionUML DP Interpréteur.png Français : Diagramme de classes UML du patron de conception Interpréteur English: UML Class Diagram of the Interpreter...
Click to read more »File:Farnas 2019, Református templom, Umling Lőrinc 1750.jpg
Senin, 2024-10-28 12:40:45DescriptionFarnas 2019, Református templom, Umling Lőrinc 1750.jpg Magyar: Umling Lőrinc 1750 Date 2019 Source Own work Author Horváth László (Holaci)...
Click to read more »File:LodzRingAutostradowy.svg
Sabtu, 2022-05-28 15:45:46{{en|Map of the planned roads in [[:en:Łódź|Łódź]]}} Based on [http://www.uml.lodz.pl/_plik.php?id=220 Map from the City Council Uploaded with derivativeFX...
Click to read more »File:UML DP Façade.png
Kamis, 2026-03-12 05:53:25DescriptionUML DP Façade.png Français : Diagramme de classes UML du patron de conception Façade English: UML Class Diagram of the Façade Design Pattern...
Click to read more »File:UML state machine Fig3.png
Senin, 2022-04-25 22:04:34DescriptionUML state machine Fig3.png English: Hierarchical state machine of the pocket calculator Source I (Mirosamek (talk)) created this work entirely...
Click to read more »File:Antonio Bivins (UML) (12550825715).jpg
Selasa, 2025-01-07 10:20:44DescriptionAntonio Bivins (UML) (12550825715).jpg Stony Brook at UMass Lowell Date 15 February 2014, 17:31 Source Antonio Bivins (UML) Author Bröder Media Group...
Click to read more »File:Kerry Weldon (UML) (12550825755).jpg
Selasa, 2026-05-19 01:04:34DescriptionKerry Weldon (UML) (12550825755).jpg Stony Brook at UMass Lowell Date 15 February 2014, 17:30 Source Kerry Weldon (UML) Author Bröder Media Group...
Click to read more »File:Prototype UML (padrão).png
Jumat, 2026-01-30 20:19:56DescriptionPrototype UML (padrão).png Prototype design pattern UML diagram. Date 13 June 2007 Source Own work Author Luís Felipe Braga...
Click to read more »File:UML Deployment Diagram.svg
Rabu, 2025-12-03 21:53:40DescriptionUML Deployment Diagram.svg UML Deployment Diagram Date 25 May 2008 Source Own work Author Smjg...
Click to read more »File:UML state machine Fig7.png
Senin, 2022-04-25 22:04:38DescriptionUML state machine Fig7.png English: State roles in a state transition Source I (Mirosamek (talk)) created this work entirely by myself. Author...
Click to read more »File:UML-asociacijos-savybes.png
Rabu, 2025-04-02 09:04:19DescriptionUML-asociacijos-savybes.png Lietuvių: Asociacijos savybės Pavadinimas (Vairuoja) Kardinalumas (*, 1, 1..*, 0..*, 0) (*) – 0,1 ar daugiau; (1)...
Click to read more »File:UML-asociaciju-tipai.png
Sabtu, 2024-03-16 04:20:01DescriptionUML-asociaciju-tipai.png Lietuvių: Asociacijų tipai: kompozicija, agregacija ir priklausomybė. Date 4 July 2016 Source Own work Author Gerardas...
Click to read more »File:UML DP Proxy.png
Rabu, 2021-02-10 02:40:50DescriptionUML DP Proxy.png Français : Diagramme de classes UML du patron de conception Proxy English: UML Class Diagram of the Proxy Design Pattern Date...
Click to read more »File:UML Usecase.png
Rabu, 2021-02-10 02:45:33DescriptionUML Usecase.png Français : Réalisé avec DIA. Date 4 November 2005 (original upload date) Source Transferred from fr.wikipedia to Commons by...
Click to read more »File:UML Actor.png
Rabu, 2021-02-10 02:44:51DescriptionUML Actor.png This file has no description, and may be lacking other information. Please provide a meaningful description of this file. Date...
Click to read more »File:DART UML DART 2011 2013 RAW.svg
Selasa, 2024-10-22 08:33:47DescriptionDART UML DART 2011 2013 RAW.svg English: The UML model for the DART project back end database Date 4 September 2013, 12:20:59 Source Own work...
Click to read more »File:Uml diagram.jpg
Rabu, 2025-01-08 21:28:55DescriptionUml diagram.jpg English: use case diagram Date 4 September 2020 Source Own work Author Lint Whoopers...
Click to read more »File:Decorator UML class diagram.svg
Jumat, 2026-04-17 18:21:10DescriptionDecorator UML class diagram.svg English: UML class diagram for Decorator software design pattern. 日本語: Decorator パターンのクラス図 Date 2007-03-17T20:00+09:00...
Click to read more »File:UML DP Adaptateur.png
Kamis, 2026-01-22 16:44:09DescriptionUML DP Adaptateur.png Français : Diagramme de classes UML du patron de conception Adaptateur English: UML Class Diagram of the Adapter Design...
Click to read more »File:Factory Method UML class diagram.svg
Sabtu, 2025-05-10 06:27:26DescriptionFactory Method UML class diagram.svg English: UML class diagram for Factory Method software design pattern. 日本語: Factory Method パターン のクラス図 Date...
Click to read more »File:UML DP État.png
Rabu, 2025-07-30 18:53:55DescriptionUML DP État.png Français : Diagramme de classes UML du patron de conception État English: UML Class Diagram of the State Design Pattern Date...
Click to read more »File:UML DP Pont.png
Sabtu, 2026-02-28 11:21:51DescriptionUML DP Pont.png Français : Diagramme UML des classes du patron de conception Pont English: UML Class Diagram of the Bridge Design Pattern Date...
Click to read more »File:Esempio Communication Diagram UML 1.png
Senin, 2026-01-19 17:37:46DescriptionEsempio Communication Diagram UML 1.png Communication diagram Date 7 February 2007 Source Own work Author Gabrimonfa...
Click to read more »File:Lindsey Doucette (UML) (12550637145).jpg
Sabtu, 2025-04-05 02:50:59DescriptionLindsey Doucette (UML) (12550637145).jpg Stony Brook at UMass Lowell Date 15 February 2014, 16:23 Source Lindsey Doucette (UML) Author Bröder Media...
Click to read more »File:Lindsey Doucette (UML) (12550774163).jpg
Minggu, 2024-10-13 14:51:17DescriptionLindsey Doucette (UML) (12550774163).jpg Stony Brook at UMass Lowell Date 15 February 2014, 16:17 Source Lindsey Doucette (UML) Author Bröder Media...
Click to read more »File:Shannon Samuels (UML) (12550637325).jpg
Minggu, 2026-04-26 13:37:10DescriptionShannon Samuels (UML) (12550637325).jpg Stony Brook at UMass Lowell Date 15 February 2014, 16:14 Source Shannon Samuels (UML) Author Bröder Media...
Click to read more »File:Categorization and representation of functional decomposition by experts (IA categorizationnd109453950).pdf
Sabtu, 2024-08-17 02:23:46are standard functional decomposition process, Unified Modeling Language (UML), System Modeling Language (SySML), and Integration Definition for Function...
Click to read more »File:RZ Cas B UML phase.png
Selasa, 2025-11-25 01:30:36DescriptionRZ Cas B UML phase.png English: Phase plot of the brightness of variable star RZ Cassiopeiae. Measurements from 2007 - 2015 from the AAVSO...
Click to read more »File:UML DP Fabrique.png
Rabu, 2026-04-08 23:36:58DescriptionUML DP Fabrique.png Français : Diagramme UML de classes du patron de conception Fabrique English: UML Class Diagram of the Factory Design Pattern...
Click to read more »File:Uml composite.png
Senin, 2020-09-28 05:38:40DescriptionUml composite.png Español: diagrama del patrón de diseño Composite, Fernando Hidalgo Source No machine-readable source provided. Own work assumed...
Click to read more »File:UML associacao unaria.GIF
Sabtu, 2025-01-04 01:13:05DescriptionUML associacao unaria.GIF Exemplo de associação unária em UML. Autor: Jorge Roberto Diniz Martins Date 10 March 2006 (original upload date)...
Click to read more »File:Composite UML class diagram.svg
Senin, 2024-04-08 22:09:19DescriptionComposite UML class diagram.svg English: UML class diagram for Composite software design pattern. 日本語: Composite パターンのクラス図 Date 2006-12-29T02:00+09:00...
Click to read more »File:UML-usecase-actorusecaserelationships.png
Selasa, 2020-10-06 10:07:48DescriptionUML-usecase-actorusecaserelationships.png UML Examples - Use case diagram - actor use case relationships Date 14 August 2007 Source Own work...
Click to read more »File:UML DP Commande.png
Senin, 2026-06-01 14:04:22DescriptionUML DP Commande.png Français : Diagramme de classes UML du patron de conception Commande English: UML Class Diagram of the Command Design Pattern...
Click to read more »File:Uml-hq325.jpg
Jumat, 2026-05-15 02:23:44DescriptionUml-hq325.jpg Polski: Komunistyczna_Partia_Nepalu_(Zjednoczenie_Marksistowsko-Leninowskie) 日本語: 統一共産党_(ネパール) Italiano:...
Click to read more »File:Antonio Bivins (UML) (12550961063).jpg
Jumat, 2025-07-11 21:57:16DescriptionAntonio Bivins (UML) (12550961063).jpg Stony Brook at UMass Lowell Date 15 February 2014, 18:35 Source Antonio Bivins (UML) Author Bröder Media Group...
Click to read more »File:UML DP Mémento.png
Rabu, 2021-02-10 02:40:34DescriptionUML DP Mémento.png Français : Diagramme de classes UML du patron de conception Mémento English: UML Class Diagram of the Memento Design Pattern...
Click to read more »File:UML DP Prototype.png
Kamis, 2020-12-24 17:41:25DescriptionUML DP Prototype.png Français : Diagramme UML de classes du patron de conception Prototype English: UML Class Diagram of the Prototype Design...
Click to read more »File:UML diagram for upload.png
Rabu, 2026-02-11 13:13:59DescriptionUML diagram for upload.png English: UML diagram for upload Date 7 September 2023 Source Own work Author Zexi.gong721...
Click to read more »File:UML DP FabriqueAbstraite.png
Kamis, 2020-12-24 17:41:20DescriptionUML DP FabriqueAbstraite.png Français : Diagramme UML des classe du patron de conception Fabrique Abstraite English: UML Class Diagram of the...
Click to read more »File:Joseph Pendenza (UML) (12263125376).jpg
Senin, 2026-01-26 03:48:18DescriptionJoseph Pendenza (UML) (12263125376).jpg UMass Lowell 4, Merrimack 0 Date 1 February 2014, 20:17 Source Joseph Pendenza (UML) Author Bröder Media Group...
Click to read more »File:Mark Cornelius (UML) (12551316304).jpg
Minggu, 2026-03-15 05:55:21DescriptionMark Cornelius (UML) (12551316304).jpg Stony Brook at UMass Lowell Date 15 February 2014, 18:32 Source Mark Cornelius (UML) Author Bröder Media Group...
Click to read more »File:Actor en UML.JPG
Minggu, 2023-07-09 21:49:39DescriptionActor en UML.JPG Català: Actorn d'UML Date 20 October 2015, 13:09:15 Source Own work Author MarcRoig...
Click to read more »File:UML DP ObjetComposite.png
Selasa, 2024-10-22 13:01:42DescriptionUML DP ObjetComposite.png Français : Diagramme de classes UML du patron de conception Objet composite English: UML Class Diagram of the Composite...
Click to read more »File:RZ Cas B UML hour.png
Rabu, 2020-09-09 11:21:15DescriptionRZ Cas B UML hour.png English: Plot of the brightness of variable star RZ Cassiopeiae observed at Ladd Observatory between: JD 2455164.723000...
Click to read more »File:UML Chen Sig.png
Selasa, 2025-08-12 23:07:48DescriptionUML Chen Sig.png English: Signature of Julie Chen, Chancellor of the Unviersity of Massachusetts Lowell Date 26 September 2023 Source https://www.uml...
Click to read more »File:UML-usecase-actorInheritance.png
Jumat, 2025-05-23 11:16:00DescriptionUML-usecase-actorInheritance.png UML example - use case diagram - actor inheritance Date 14 August 2007 Source Own work Author FredThwaites...
Click to read more »File:UML builder pattern Class and Sequence.svg
Rabu, 2020-10-14 18:50:54DescriptionUML builder pattern Class and Sequence.svg English: Sequence and Class Diagramm describing a builder pattern. Date 29 January 2019 Source Own...
Click to read more »File:CPN UML electoral symbol 2074.svg
Senin, 2024-05-13 03:52:15DescriptionCPN UML electoral symbol 2074.svg English: CPN UML electoral symbol 2074 Date 22 November 2017 Source Own work Author Sarisavila...
Click to read more »File:Visitor UML class diagram.svg
Kamis, 2020-12-03 08:48:03DescriptionVisitor UML class diagram.svg UML class diagram for Visitor software design pattern Date 20 May 2006, 09:17 (UTC) Source my own work, generated...
Click to read more »File:RZ Cas B UML mean.png
Senin, 2020-09-07 08:22:15DescriptionRZ Cas B UML mean.png English: Plot of the brightness of variable star RZ Cassiopeiae observed at Ladd Observatory between: JD 2455164.723000...
Click to read more »File:The Home Bargains at Hempstead Valley Shopping Centre being worked on 03.jpg
Rabu, 2025-12-03 18:01:00https://www.facebook.com/futuremedway/posts/pfbid02U7XVZn3RXzEE54FWbo6fK56mFHYoHGgVZmpRr4znr8hpDBTiY8VwQ2DH437a9sUMl determination method or standard: SHA-1...
Click to read more »File:UML Object.png
Sabtu, 2026-02-28 08:15:26DescriptionUML Object.png Français : Réalisé avec DIA. Date 4 November 2005 (original upload date) Source Transferred from fr.wikipedia; transferred to...
Click to read more »File:UML Package.png
Rabu, 2021-02-10 02:45:21DescriptionUML Package.png Français : Réalisé avec DIA Date 4 November 2005 (original upload date) Source Transferred from fr.wikipedia to Commons by...
Click to read more »File:Shannon Samuels (UML) (12550636375).jpg
Sabtu, 2025-08-02 16:22:04DescriptionShannon Samuels (UML) (12550636375).jpg Stony Brook at UMass Lowell Date 15 February 2014, 16:23 Source Shannon Samuels (UML) Author Bröder Media...
Click to read more »File:Evan Campbell (UML) (12532066234).jpg
Sabtu, 2026-03-28 22:09:23DescriptionEvan Campbell (UML) (12532066234).jpg UMass Lowell vs. Massachusetts Date 14 February 2014, 21:40 Source Evan Campbell (UML) Author Bröder Media...
Click to read more »File:Joseph Pendenza (UML) (12711114715).jpg
Sabtu, 2025-12-13 20:20:50DescriptionJoseph Pendenza (UML) (12711114715).jpg UMass Lowell 2, Boston College 2 (OT) Date 22 February 2014, 20:10 Source Joseph Pendenza (UML) Author Bröder Media...
Click to read more »File:EUD 2006-38.pdf
Kamis, 2026-05-28 14:10:22apply to any related company to UML, worldwide. (11) For the purposes of ensuring compliance with the undertaking, UML also agreed to provide all information...
Click to read more »File:Josh Holmstrom (UML) (12262542475).jpg
Minggu, 2026-05-10 08:34:20DescriptionJosh Holmstrom (UML) (12262542475).jpg UMass Lowell 4, Merrimack 0 Date 1 February 2014, 20:16 Source Josh Holmstrom (UML) Author Bröder Media Group...
Click to read more »File:Michael Fallon (UML) (12262702373).jpg
Rabu, 2026-04-08 22:52:42DescriptionMichael Fallon (UML) (12262702373).jpg UMass Lowell 4, Merrimack 0 Date 1 February 2014, 20:19 Source Michael Fallon (UML) Author Bröder Media Group...
Click to read more »File:Antonio Bivins (UML) (12551316954).jpg
Kamis, 2024-12-05 10:40:52DescriptionAntonio Bivins (UML) (12551316954).jpg Stony Brook at UMass Lowell Date 15 February 2014, 17:32 Source Antonio Bivins (UML) Author Bröder Media Group...
Click to read more »File:Christian Folin (UML) (12262980414).jpg
Senin, 2024-10-14 16:56:19DescriptionChristian Folin (UML) (12262980414).jpg UMass Lowell 4, Merrimack 0 Date 1 February 2014, 21:08 Source Christian Folin (UML) Author Bröder Media Group...
Click to read more »File:Nicole Hayner (UML) (12551128314).jpg
Senin, 2026-02-16 16:44:50DescriptionNicole Hayner (UML) (12551128314).jpg Stony Brook at UMass Lowell Date 15 February 2014, 15:47 Source Nicole Hayner (UML) Author Bröder Media Group...
Click to read more »File:Brittany Lomanno (UML) (12550774693).jpg
Senin, 2025-10-13 16:15:31DescriptionBrittany Lomanno (UML) (12550774693).jpg Stony Brook at UMass Lowell Date 15 February 2014, 15:37 Source Brittany Lomanno (UML) Author Bröder Media...
Click to read more »File:Brittany Lomanno (UML) (12550773393).jpg
Senin, 2025-10-13 16:15:30DescriptionBrittany Lomanno (UML) (12550773393).jpg Stony Brook at UMass Lowell Date 15 February 2014, 16:10 Source Brittany Lomanno (UML) Author Bröder Media...
Click to read more »File:UML BD SAI.jpg
Rabu, 2024-01-10 00:02:08DescriptionUML BD SAI.jpg Español: base de datos Date 19 December 2014 Source Own work Author Carlos Osorio...
Click to read more »File:Joseph Pendenza (UML) (12711288503).jpg
Rabu, 2025-08-20 21:02:21DescriptionJoseph Pendenza (UML) (12711288503).jpg UMass Lowell 2, Boston College 2 (OT) Date 22 February 2014, 20:18 Source Joseph Pendenza (UML) Author Bröder Media...
Click to read more »File:UML OV-2 Template.jpg
Jumat, 2026-05-15 14:23:02DescriptionUML OV-2 Template.jpg English: UML OV-2 Template. Date 15 August 2003 Source DoDAF 1.5 Volume 2 Author DoD Architecture Framework Working Group...
Click to read more »File:Flyweight UML class diagram.svg
Selasa, 2026-03-31 17:08:06DescriptionFlyweight UML class diagram.svg English: UML class diagram for Flyweight software design pattern. 日本語: Flyweight パターンのクラス図。 Date 2007-01-19T14:00+09:00...
Click to read more »File:Adam Chapie (UML) (12711567794).jpg
Sabtu, 2024-06-29 21:36:51DescriptionAdam Chapie (UML) (12711567794).jpg UMass Lowell 2, Boston College 2 (OT) Date 22 February 2014, 20:22 Source Adam Chapie (UML) Author Bröder Media...
Click to read more »File:Uml-class-stereotypes-bg.svg
Selasa, 2020-09-08 03:50:38DescriptionUml-class-stereotypes-bg.svg Stereotypes in UML Source Own work Author Mapto...
Click to read more »File:CPN Uml Building.jpg
Rabu, 2024-01-24 05:57:09DescriptionCPN Uml Building.jpg English: CPN Uml Building in Balkhu Source Own work Author Krish Dulal...
Click to read more »File:Electronic maneuvering board and dead reckoning tracer decision aid for the officer of the deck (IA electronicmaneuv109451650).pdf
Rabu, 2021-12-15 17:28:42practices. Our software design is based upon the Unified Modeling Language (UML). UML allows us to construct a software model that is supported by the Ada programming...
Click to read more »File:Antonio Bivins (UML) (12550960303).jpg
Jumat, 2025-07-11 21:57:13DescriptionAntonio Bivins (UML) (12550960303).jpg Stony Brook at UMass Lowell Date 15 February 2014, 18:54 Source Antonio Bivins (UML) Author Bröder Media Group...
Click to read more »File:Adam Chapie (UML) (12263125206).jpg
Selasa, 2024-05-21 20:34:23DescriptionAdam Chapie (UML) (12263125206).jpg UMass Lowell 4, Merrimack 0 Date 1 February 2014, 20:30 Source Adam Chapie (UML) Author Bröder Media Group...
Click to read more »File:Lindsey Doucette (UML) (12550774773).jpg
Senin, 2026-04-27 23:24:55DescriptionLindsey Doucette (UML) (12550774773).jpg Stony Brook at UMass Lowell Date 15 February 2014, 15:20 Source Lindsey Doucette (UML) Author Bröder Media...
Click to read more »File:UML к SRP.jpg
Minggu, 2023-01-01 21:27:47DescriptionUML к SRP.jpg Русский: Пример класса, который подаёт признаки нарушении SRP принципа. Date 5 November 2016 Source Own work Author Et.coder...
Click to read more »File:Adam Chapie (UML) (12532067104).jpg
Senin, 2024-08-12 18:44:46DescriptionAdam Chapie (UML) (12532067104).jpg UMass Lowell vs. Massachusetts Date 14 February 2014, 21:31 Source Adam Chapie (UML) Author Bröder Media Group...
Click to read more »File:Michael Fallon (UML) (12711113195).jpg
Senin, 2026-03-16 11:05:42DescriptionMichael Fallon (UML) (12711113195).jpg UMass Lowell 2, Boston College 2 (OT) Date 22 February 2014, 22:31 Source Michael Fallon (UML) Author Bröder Media...
Click to read more »File:Factory Method UML class diagram.png
Jumat, 2020-10-16 19:46:53DescriptionFactory Method UML class diagram.png English: UML class diagram for Factory Method software design pattern. 日本語: Factory Method パターン (デザインパターンの一種)...
Click to read more »File:Evan Campbell (UML) (12711289183).jpg
Minggu, 2026-03-01 23:48:28DescriptionEvan Campbell (UML) (12711289183).jpg UMass Lowell 2, Boston College 2 (OT) Date 22 February 2014, 20:54 Source Evan Campbell (UML) Author Bröder Media...
Click to read more »File:Parris Massey (UML) (12550825415).jpg
Sabtu, 2026-03-28 20:37:46DescriptionParris Massey (UML) (12550825415).jpg Stony Brook at UMass Lowell Date 15 February 2014, 17:49 Source Parris Massey (UML) Author Bröder Media Group...
Click to read more »File:Brainstorming-activity-diagram-UML.svg
Jumat, 2024-12-27 04:34:24DescriptionBrainstorming-activity-diagram-UML.svg English: French translation of a UML activity diagram describin a brainstorming activity Français : Traduction...
Click to read more »File:Adam Chapie (UML) (12711114215).jpg
Senin, 2024-09-16 12:07:02DescriptionAdam Chapie (UML) (12711114215).jpg UMass Lowell 2, Boston College 2 (OT) Date 22 February 2014, 20:21 Source Adam Chapie (UML) Author Bröder Media...
Click to read more »File:UML Example OV-5.jpg
Rabu, 2025-08-13 18:55:12DescriptionUML Example OV-5.jpg English: UML Example OV-5. Date 15 August 2003 Source DoDAF 1.5 Volume 2 Author DoD Architecture Framework Working Group...
Click to read more »File:Tyler Livingston (UML) (12550961413).jpg
Rabu, 2025-03-05 06:47:00DescriptionTyler Livingston (UML) (12550961413).jpg Stony Brook at UMass Lowell Date 15 February 2014, 18:31 Source Tyler Livingston (UML) Author Bröder Media...
Click to read more »File:Mark Cornelius (UML) (12551316704).jpg
Kamis, 2026-03-19 04:22:23DescriptionMark Cornelius (UML) (12551316704).jpg Stony Brook at UMass Lowell Date 15 February 2014, 17:50 Source Mark Cornelius (UML) Author Bröder Media Group...
Click to read more »File:Adam Chapie Goal (UML) (12263125036).jpg
Rabu, 2024-08-28 17:48:42DescriptionAdam Chapie Goal (UML) (12263125036).jpg UMass Lowell 4, Merrimack 0 Date 1 February 2014, 20:30 Source Adam Chapie Goal (UML) Author Bröder Media...
Click to read more »File:Michael Fallon (UML) (12711567644).jpg
Sabtu, 2025-09-20 12:00:01DescriptionMichael Fallon (UML) (12711567644).jpg UMass Lowell 2, Boston College 2 (OT) Date 22 February 2014, 20:21 Source Michael Fallon (UML) Author Bröder Media...
Click to read more »File:Facade UML class diagram.svg
Minggu, 2024-12-15 15:36:00DescriptionFacade UML class diagram.svg English: UML class diagram for Facade software design pattern. 日本語: Facade パターンのクラス図。 Date 2007-02-25T09:30+09:00...
Click to read more »File:Template Method UML class diagram.svg
Senin, 2025-11-24 02:07:15DescriptionTemplate Method UML class diagram.svg English: UML class diagram for Template Method software design pattern. 日本語: Template Method パターンのクラス図。...
Click to read more »File:Chain of responsibility UML diagram.png
Selasa, 2024-02-20 15:32:11DescriptionChain of responsibility UML diagram.png English: Chain of responsibility GoF pattern UML diagram Date 10 February 2013, 13:17:48 Source Own...
Click to read more »File:UML association, aggregation and composition examples for a bicycle.png
Senin, 2025-11-03 03:47:53DescriptionUML association, aggregation and composition examples for a bicycle.png English: Object composition with UML associations, UML aggregation and UML composition...
Click to read more »File:Brittany Lomanno (UML) (12550636975).jpg
Senin, 2025-10-13 16:15:29DescriptionBrittany Lomanno (UML) (12550636975).jpg Stony Brook at UMass Lowell Date 15 February 2014, 16:28 Source Brittany Lomanno (UML) Author Bröder Media...
Click to read more »File:Evan Campbell (UML) (12532065574).jpg
Selasa, 2026-04-07 23:22:33DescriptionEvan Campbell (UML) (12532065574).jpg UMass Lowell vs. Massachusetts Date 14 February 2014, 21:07 Source Evan Campbell (UML) Author Bröder Media...
Click to read more »File:Page delete UML diagram.png
Rabu, 2025-11-12 23:30:21DescriptionPage delete UML diagram.png English: UML diagram of the database tables associated with a wiki page and what happens when you delete it Date...
Click to read more »File:UML DP PatronDeMéthode.png
Rabu, 2021-02-10 02:40:42DescriptionUML DP PatronDeMéthode.png Français : Diagramme de classes UML du patron de conception Patron de méthode English: UML Class Diagram of the...
Click to read more »File:Uml-usecase-example-bg.svg
Rabu, 2025-05-07 04:02:22DescriptionUml-usecase-example-bg.svg A sample UML use case diagram in SVG with text in Bulgarian. Hand-edit XML source to translate. Source Own work...
Click to read more »File:A pattern-matching approach for automated scenario-driven testing of structured computational policy (IA apatternmatching109453050).pdf
Minggu, 2024-08-25 04:32:20semantics profile for UML. To give complete semantics to UML means to say exactly for every particular UML model, how the UML model is expected to behave...
Click to read more »File:Ryan McGrath (UML) (12531586385).jpg
Minggu, 2026-03-22 22:40:43DescriptionRyan McGrath (UML) (12531586385).jpg UMass Lowell vs. Massachusetts Date 14 February 2014, 20:44 Source Ryan McGrath (UML) Author Bröder Media...
Click to read more »File:Brittany Lomanno (UML) (12551127424).jpg
Senin, 2025-10-13 16:15:32DescriptionBrittany Lomanno (UML) (12551127424).jpg Stony Brook at UMass Lowell Date 15 February 2014, 16:26 Source Brittany Lomanno (UML) Author Bröder Media...
Click to read more »File:DJ Mlachnik (UML) (12550961623).jpg
Kamis, 2025-05-01 22:47:38DescriptionDJ Mlachnik (UML) (12550961623).jpg Stony Brook at UMass Lowell Date 15 February 2014, 17:49 Source DJ Mlachnik (UML) Author Bröder Media Group...
Click to read more »File:UML-Diagramm Stellvertreter.png
Jumat, 2025-01-03 10:12:17DescriptionUML-Diagramm Stellvertreter.png Deutsch: UML-Diagramm Stellvertreter Date 6 March 2005 Source Own work (Original text: selbst gezeichnet am...
Click to read more »File:Inbox-pattern.svg
Kamis, 2023-09-28 17:13:38holder of this work, hereby publish it under the following license: PlantUML code. @startuml actor User participant "Web API" as A database "Database"...
Click to read more »File:Paquet UML.png
Jumat, 2025-02-07 17:56:17DescriptionPaquet UML.png Català: Representació d'un paquet UML. Date 13 October 2014, 11:23:04 Source Own work Author Nbp8...
Click to read more »File:Diagramas Caso Uso(Daniel,Ivan).pdf
Jumat, 2025-06-20 06:42:41RUP y UML: Un estudio sobre ¿qué es?, ¿para qué se usa? y ¿cómo se desarrolla? Un Diagrama de Caso de Uso Ivan Guadaña Quiroz1*, Juan Daniel Pachamora...
Click to read more »File:Uml.svg
Rabu, 2025-11-19 13:53:20DescriptionUml.svg příklad jednoduchého UML schématu Date 27 February 2008 Source Inkscape Author Martin Kopta...
Click to read more »File:CPN (UML) election symbol 1.png
Kamis, 2025-11-06 05:25:55CPN-UML.svg...
Click to read more »File:Decoratior pattern UML Diagram.png
Senin, 2025-07-07 02:00:39DescriptionDecoratior pattern UML Diagram.png English: Decoratior pattern UML Diagram Date 30 April 2015 Source Own work Author Tihomiravk...
Click to read more »File:Antonio Bivins (UML) (12551315954).jpg
Jumat, 2025-07-11 21:57:18DescriptionAntonio Bivins (UML) (12551315954).jpg Stony Brook at UMass Lowell Date 15 February 2014, 18:44 Source Antonio Bivins (UML) Author Bröder Media Group...
Click to read more »File:Antonio Bivins (UML) (12550961773).jpg
Jumat, 2025-07-11 21:57:17DescriptionAntonio Bivins (UML) (12550961773).jpg Stony Brook at UMass Lowell Date 15 February 2014, 17:34 Source Antonio Bivins (UML) Author Bröder Media Group...
Click to read more »File:Michael Colantone (UML) (12532065314).jpg
Kamis, 2026-05-28 07:54:11DescriptionMichael Colantone (UML) (12532065314).jpg UMass Lowell vs. Massachusetts Date 14 February 2014, 21:51 Source Michael Colantone (UML) Author Bröder Media...
Click to read more »File:Bridge UML class diagram.svg
Jumat, 2023-12-22 03:27:33DescriptionBridge UML class diagram.svg English: UML class diagram for Bridge software design pattern. 日本語: Bridge パターンのクラス図。 Date 2007-01-29T03:00+09:00...
Click to read more »File:Brittany Lomanno (UML).jpg
Sabtu, 2024-06-29 21:32:30DescriptionBrittany Lomanno (UML).jpg English: Stony Brook at UMass Lowell women's basketball in 2014 Date 15 February 2014, 15:17:59 Source https://www...
Click to read more »File:Nonce-uml.svg
Rabu, 2025-08-20 23:05:31DescriptionNonce-uml.svg A UML diagram describing the sequence of actions involved in a nonce-based authentication. (Arrows and monospace texts have been...
Click to read more »File:Adam Chapie (UML) (12711566284).jpg
Jumat, 2024-08-02 02:30:20DescriptionAdam Chapie (UML) (12711566284).jpg UMass Lowell 2, Boston College 2 (OT) Date 22 February 2014, 20:21 Source Adam Chapie (UML) Author Bröder Media...
Click to read more »File:Josh Holmstrom (UML) (12711287733).jpg
Jumat, 2026-03-13 00:01:29DescriptionJosh Holmstrom (UML) (12711287733).jpg UMass Lowell 2, Boston College 2 (OT) Date 22 February 2014, 20:14 Source Josh Holmstrom (UML) Author Bröder Media...
Click to read more »File:Iterator UML class diagram.svg
Rabu, 2020-09-09 15:15:05DescriptionIterator UML class diagram.svg English: UML class diagram for Iterator software design pattern. 日本語: Iterator パターン のクラス図 Date 2007-02-21T07:00+09:00...
Click to read more »File:Evan Campbell (UML) (12531586195).jpg
Senin, 2025-10-13 16:47:49DescriptionEvan Campbell (UML) (12531586195).jpg UMass Lowell vs. Massachusetts Date 14 February 2014, 21:07 Source Evan Campbell (UML) Author Bröder Media...
Click to read more »File:DJ Mlachnik (UML) (12550960393).jpg
Jumat, 2026-02-06 07:40:32DescriptionDJ Mlachnik (UML) (12550960393).jpg Stony Brook at UMass Lowell Date 15 February 2014, 18:29 Source DJ Mlachnik (UML) Author Bröder Media Group...
Click to read more »File:Shannon Samuels (UML) (12551127804).jpg
Kamis, 2026-05-07 07:09:22DescriptionShannon Samuels (UML) (12551127804).jpg Stony Brook at UMass Lowell Date 15 February 2014, 16:09 Source Shannon Samuels (UML) Author Bröder Media...
Click to read more »File:CPN-UML.svg
Sabtu, 2025-11-01 01:37:07DescriptionCPN-UML.svg The logo of Communist Party of Nepal (Unified Marxist–Leninist) – political party in Nepal English: CPN-UML logo (svg) Date 19...
Click to read more »File:Mark Cornelius (UML) (12550960923).jpg
Selasa, 2026-01-27 11:27:44DescriptionMark Cornelius (UML) (12550960923).jpg Stony Brook at UMass Lowell Date 15 February 2014, 18:40 Source Mark Cornelius (UML) Author Bröder Media Group...
Click to read more »File:Evan Campbell (UML) (12244584554).jpg
Sabtu, 2025-12-20 17:21:33Campbell (UML) (12244584554).jpg UMass Lowell vs. Merrimack College (Photo/Justin Soderberg) Date 31 January 2014, 21:20 Source Evan Campbell (UML) Author...
Click to read more »File:UML esempio compostruct 1.gif
Senin, 2026-01-19 17:39:54DescriptionUML esempio compostruct 1.gif Composite Structure Diagram Date 7 May 2006 Source Own work Author Moongateclimber...
Click to read more »File:Adam Chapie (UML) (12262702613).jpg
Senin, 2024-06-24 15:53:47DescriptionAdam Chapie (UML) (12262702613).jpg UMass Lowell 4, Merrimack 0 Date 1 February 2014, 20:29 Source Adam Chapie (UML) Author Bröder Media Group...
Click to read more »File:CPN UML election symbol.png
Senin, 2024-05-13 03:52:15DescriptionCPN UML election symbol.png English: electoral symbol of CPN UML Date 22 November 2017 Source Own work Author Sarisavila...
Click to read more »File:Michael Colantone (UML) (12711567234).jpg
Sabtu, 2026-04-11 00:55:32DescriptionMichael Colantone (UML) (12711567234).jpg UMass Lowell 2, Boston College 2 (OT) Date 22 February 2014, 20:15 Source Michael Colantone (UML) Author Bröder...
Click to read more »File:Adapter using delegation UML class diagram.svg
Senin, 2023-07-10 10:43:51DescriptionAdapter using delegation UML class diagram.svg English: UML class diagram for Adapter software design pattern (using delegation). 日本語: 委譲を利用した...
Click to read more »File:Observer UML.png
Selasa, 2025-11-18 20:31:59DescriptionObserver UML.png English: Observer UML Date 9 March 2016 Source Own work Author Maks9889...
Click to read more »File:Uml-ktm-mural.JPG
Jumat, 2026-05-15 02:23:46DescriptionUml-ktm-mural.JPG Photo: Soman Date 3 December 2006 (according to Exif data) Source No machine-readable source provided. Own work assumed (based...
Click to read more »File:Antonio Bivins (UML) (12551316494).jpg
Jumat, 2025-07-11 21:57:19DescriptionAntonio Bivins (UML) (12551316494).jpg Stony Brook at UMass Lowell Date 15 February 2014, 17:55 Source Antonio Bivins (UML) Author Bröder Media Group...
Click to read more »File:Business architecture model for network centric surface combatant land attack warfare (IA businessrchitect109452938).pdf
Minggu, 2024-08-18 01:33:31Eriksson-Penker Business Extensions Tool-Kit for the Unified Modeling Language (UML). The Eriksson-Penker Business View comprises the Business Vision, the Business...
Click to read more »File:Michael Fallon (UML) (12532066804).jpg
Senin, 2025-02-10 19:36:40DescriptionMichael Fallon (UML) (12532066804).jpg UMass Lowell vs. Massachusetts Date 14 February 2014, 21:35 Source Michael Fallon (UML) Author Bröder Media...
Click to read more »File:Mark Cornelius (UML) (12551315734).jpg
Senin, 2026-01-05 21:29:15DescriptionMark Cornelius (UML) (12551315734).jpg Stony Brook at UMass Lowell Date 15 February 2014, 17:47 Source Mark Cornelius (UML) Author Bröder Media Group...
Click to read more »File:Michael Colantone (UML) (12711288683).jpg
Senin, 2026-03-16 10:29:12DescriptionMichael Colantone (UML) (12711288683).jpg UMass Lowell 2, Boston College 2 (OT) Date 22 February 2014, 20:19 Source Michael Colantone (UML) Author Bröder...
Click to read more »File:Council Regulation (EC) No 283-2009 of 6 April 2009 amending Regulation (EC) No 1858-2005 imposing a definitive anti-dumping duty on imports of steel ropes and cables originating, inter alia, in India (EUR 2009-283).pdf
Senin, 2024-04-22 08:21:20Usha Martin Limited (UML) was set at 23,8 %. (2) By Decision 1999/572/EC(3) the Commission accepted a price undertaking from UML and as a result imports...
Click to read more »









