Skip to content

Commit 3c67d5a

Browse files
committed
Generate UML diagram for Flyweight
1 parent 2b515f1 commit 3c67d5a

File tree

3 files changed

+493
-0
lines changed

3 files changed

+493
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Diagram>
3+
<ID>PHP</ID>
4+
<OriginalElement>\DesignPatterns\Structural\Flyweight\FlyweightFactory</OriginalElement>
5+
<nodes>
6+
<node x="14.0" y="109.0">\DesignPatterns\Structural\Flyweight\CharacterFlyweight</node>
7+
<node x="235.0" y="0.0">\DesignPatterns\Structural\Flyweight\FlyweightFactory</node>
8+
<node x="-8.0" y="0.0">\DesignPatterns\Structural\Flyweight\FlyweightInterface</node>
9+
</nodes>
10+
<notes />
11+
<edges>
12+
<edge source="\DesignPatterns\Structural\Flyweight\CharacterFlyweight" target="\DesignPatterns\Structural\Flyweight\FlyweightInterface">
13+
<point x="0.0" y="-56.5" />
14+
<point x="0.0" y="29.5" />
15+
</edge>
16+
</edges>
17+
<settings layout="Hierarchic Group" zoom="1.0" x="191.0" y="111.0" />
18+
<SelectedNodes />
19+
<Categories>
20+
<Category>Fields</Category>
21+
<Category>Constants</Category>
22+
<Category>Constructors</Category>
23+
<Category>Methods</Category>
24+
</Categories>
25+
<VISIBILITY>private</VISIBILITY>
26+
</Diagram>
27+

Structural/Flyweight/uml/uml.png

18.1 KB
Loading

0 commit comments

Comments
 (0)