mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 04:00:18 +02:00
generated Adapter UML
This commit is contained in:
@@ -1,41 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Diagram>
|
||||
<ID>PHP</ID>
|
||||
<OriginalElement>\DesignPatterns\Structural\Adapter\Book</OriginalElement>
|
||||
<nodes>
|
||||
<node x="0.0" y="117.0">\DesignPatterns\Structural\Adapter\EBookAdapter</node>
|
||||
<node x="173.0" y="138.0">\DesignPatterns\Structural\Adapter\Book</node>
|
||||
<node x="-8.0" y="388.0">\DesignPatterns\Structural\Adapter\Kindle</node>
|
||||
<node x="-8.0" y="271.0">\DesignPatterns\Structural\Adapter\EBookInterface</node>
|
||||
<node x="85.75" y="0.0">\DesignPatterns\Structural\Adapter\PaperBookInterface</node>
|
||||
</nodes>
|
||||
<notes />
|
||||
<edges>
|
||||
<edge source="\DesignPatterns\Structural\Adapter\EBookAdapter" target="\DesignPatterns\Structural\Adapter\PaperBookInterface">
|
||||
<point x="0.0" y="-54.5" />
|
||||
<point x="80.5" y="92.0" />
|
||||
<point x="125.75" y="92.0" />
|
||||
<point x="-32.0" y="33.5" />
|
||||
</edge>
|
||||
<edge source="\DesignPatterns\Structural\Adapter\Book" target="\DesignPatterns\Structural\Adapter\PaperBookInterface">
|
||||
<point x="0.0" y="-33.5" />
|
||||
<point x="235.0" y="92.0" />
|
||||
<point x="189.75" y="92.0" />
|
||||
<point x="32.0" y="33.5" />
|
||||
</edge>
|
||||
<edge source="\DesignPatterns\Structural\Adapter\Kindle" target="\DesignPatterns\Structural\Adapter\EBookInterface">
|
||||
<point x="0.0" y="-33.5" />
|
||||
<point x="0.0" y="33.5" />
|
||||
</edge>
|
||||
</edges>
|
||||
<settings layout="Hierarchic Group" zoom="0.8126315789473684" x="144.5" y="227.50000000000003" />
|
||||
<SelectedNodes />
|
||||
<Categories>
|
||||
<Category>Fields</Category>
|
||||
<Category>Constants</Category>
|
||||
<Category>Constructors</Category>
|
||||
<Category>Methods</Category>
|
||||
</Categories>
|
||||
<VISIBILITY>private</VISIBILITY>
|
||||
</Diagram>
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Diagram>
|
||||
<ID>PHP</ID>
|
||||
<OriginalElement>\DesignPatterns\Structural\Adapter\Book</OriginalElement>
|
||||
<nodes>
|
||||
<node x="210.0" y="156.5">\DesignPatterns\Structural\Adapter\Book</node>
|
||||
<node x="113.5" y="0.0">\DesignPatterns\Structural\Adapter\BookInterface</node>
|
||||
<node x="0.0" y="145.0">\DesignPatterns\Structural\Adapter\EBookAdapter</node>
|
||||
<node x="35.0" y="331.0">\DesignPatterns\Structural\Adapter\EBookInterface</node>
|
||||
<node x="0.0" y="476.0">\DesignPatterns\Structural\Adapter\Kindle</node>
|
||||
</nodes>
|
||||
<notes />
|
||||
<edges>
|
||||
<edge source="\DesignPatterns\Structural\Adapter\Book" target="\DesignPatterns\Structural\Adapter\BookInterface">
|
||||
<point x="0.0" y="-59.0" />
|
||||
<point x="291.0" y="120.0" />
|
||||
<point x="232.75" y="120.0" />
|
||||
<point x="39.75" y="47.5" />
|
||||
</edge>
|
||||
<edge source="\DesignPatterns\Structural\Adapter\Kindle" target="\DesignPatterns\Structural\Adapter\EBookInterface">
|
||||
<point x="0.0" y="-70.0" />
|
||||
<point x="0.0" y="47.5" />
|
||||
</edge>
|
||||
<edge source="\DesignPatterns\Structural\Adapter\EBookAdapter" target="\DesignPatterns\Structural\Adapter\BookInterface">
|
||||
<point x="0.0" y="-70.5" />
|
||||
<point x="95.0" y="120.0" />
|
||||
<point x="153.25" y="120.0" />
|
||||
<point x="-39.75" y="47.5" />
|
||||
</edge>
|
||||
</edges>
|
||||
<settings layout="Hierarchic Group" zoom="1.0" x="116.5" y="291.0" />
|
||||
<SelectedNodes />
|
||||
<Categories>
|
||||
<Category>Fields</Category>
|
||||
<Category>Constants</Category>
|
||||
<Category>Constructors</Category>
|
||||
<Category>Methods</Category>
|
||||
</Categories>
|
||||
<VISIBILITY>private</VISIBILITY>
|
||||
</Diagram>
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 83 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 199 KiB |
Reference in New Issue
Block a user