mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 21:47:25 +02:00
Merge pull request #229 from NikitaStrelkov/feature/Flyweight_uml_diagram
Generate UML diagram for Flyweight
This commit is contained in:
27
Structural/Flyweight/uml/Flyweight.uml
Normal file
27
Structural/Flyweight/uml/Flyweight.uml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Diagram>
|
||||||
|
<ID>PHP</ID>
|
||||||
|
<OriginalElement>\DesignPatterns\Structural\Flyweight\FlyweightFactory</OriginalElement>
|
||||||
|
<nodes>
|
||||||
|
<node x="14.0" y="109.0">\DesignPatterns\Structural\Flyweight\CharacterFlyweight</node>
|
||||||
|
<node x="235.0" y="0.0">\DesignPatterns\Structural\Flyweight\FlyweightFactory</node>
|
||||||
|
<node x="-8.0" y="0.0">\DesignPatterns\Structural\Flyweight\FlyweightInterface</node>
|
||||||
|
</nodes>
|
||||||
|
<notes />
|
||||||
|
<edges>
|
||||||
|
<edge source="\DesignPatterns\Structural\Flyweight\CharacterFlyweight" target="\DesignPatterns\Structural\Flyweight\FlyweightInterface">
|
||||||
|
<point x="0.0" y="-56.5" />
|
||||||
|
<point x="0.0" y="29.5" />
|
||||||
|
</edge>
|
||||||
|
</edges>
|
||||||
|
<settings layout="Hierarchic Group" zoom="1.0" x="191.0" y="111.0" />
|
||||||
|
<SelectedNodes />
|
||||||
|
<Categories>
|
||||||
|
<Category>Fields</Category>
|
||||||
|
<Category>Constants</Category>
|
||||||
|
<Category>Constructors</Category>
|
||||||
|
<Category>Methods</Category>
|
||||||
|
</Categories>
|
||||||
|
<VISIBILITY>private</VISIBILITY>
|
||||||
|
</Diagram>
|
||||||
|
|
BIN
Structural/Flyweight/uml/uml.png
Normal file
BIN
Structural/Flyweight/uml/uml.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
466
Structural/Flyweight/uml/uml.svg
Normal file
466
Structural/Flyweight/uml/uml.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 58 KiB |
Reference in New Issue
Block a user