Skip to content

Commit 573a0b3

Browse files
committed
added UML and readme for bridge
1 parent e2e9df6 commit 573a0b3

File tree

15 files changed

+74
-6
lines changed

15 files changed

+74
-6
lines changed

AdapterPattern/src/AdapterPattern/AdapterPatternUML.ucls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<class-diagram version="1.2.4" icons="true" always-add-relationships="false" generalizations="true" realizations="true"
3-
associations="true" dependencies="false" nesting-relationships="true">
3+
associations="true" dependencies="false" nesting-relationships="true" router="FAN">
44
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
55
sort-features="false" accessors="true" visibility="true">
66
<attributes public="true" package="true" protected="true" private="true" static="true"/>

BridgePattern/BridgeUML.jpg

44.8 KB
Loading

BridgePattern/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Bridge Pattern
2+
3+
** UML diagram: **
4+
![Alt text](BridgeUML.jpg?raw=true "Pattern's UML diagram")

BridgePattern/bin/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/BridgePattern/
2+
/test/
5 Bytes
Binary file not shown.
-184 Bytes
Binary file not shown.
15 Bytes
Binary file not shown.
5 Bytes
Binary file not shown.
10 Bytes
Binary file not shown.
5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)