|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<Diagram> |
3 |
| - <ID>PHP</ID> |
4 |
| - <OriginalElement>\DesignPatterns\Structural\Decorator\RenderInXml</OriginalElement> |
5 |
| - <nodes> |
6 |
| - <node x="139.0" y="236.0">\DesignPatterns\Structural\Decorator\RenderInJson</node> |
7 |
| - <node x="0.0" y="236.0">\DesignPatterns\Structural\Decorator\RenderInXml</node> |
8 |
| - <node x="216.0" y="97.0">\DesignPatterns\Structural\Decorator\Webservice</node> |
9 |
| - <node x="62.0" y="107.5">\DesignPatterns\Structural\Decorator\Decorator</node> |
10 |
| - <node x="145.0" y="0.0">\DesignPatterns\Structural\Decorator\RendererInterface</node> |
11 |
| - </nodes> |
12 |
| - <notes /> |
13 |
| - <edges> |
14 |
| - <edge source="\DesignPatterns\Structural\Decorator\RenderInJson" target="\DesignPatterns\Structural\Decorator\Decorator"> |
15 |
| - <point x="0.0" y="-23.5" /> |
16 |
| - <point x="198.5" y="211.0" /> |
17 |
| - <point x="162.5" y="211.0" /> |
18 |
| - <point x="33.500000000000014" y="34.0" /> |
19 |
| - </edge> |
20 |
| - <edge source="\DesignPatterns\Structural\Decorator\RenderInXml" target="\DesignPatterns\Structural\Decorator\Decorator"> |
21 |
| - <point x="0.0" y="-23.5" /> |
22 |
| - <point x="59.5" y="211.0" /> |
23 |
| - <point x="95.5" y="211.0" /> |
24 |
| - <point x="-33.5" y="34.0" /> |
25 |
| - </edge> |
26 |
| - <edge source="\DesignPatterns\Structural\Decorator\Webservice" target="\DesignPatterns\Structural\Decorator\RendererInterface"> |
27 |
| - <point x="0.0" y="-44.5" /> |
28 |
| - <point x="283.0" y="72.0" /> |
29 |
| - <point x="236.5" y="72.0" /> |
30 |
| - <point x="30.5" y="23.5" /> |
31 |
| - </edge> |
32 |
| - <edge source="\DesignPatterns\Structural\Decorator\Decorator" target="\DesignPatterns\Structural\Decorator\RendererInterface"> |
33 |
| - <point x="1.4210854715202004E-14" y="-34.0" /> |
34 |
| - <point x="129.0" y="72.0" /> |
35 |
| - <point x="175.5" y="72.0" /> |
36 |
| - <point x="-30.5" y="23.5" /> |
37 |
| - </edge> |
38 |
| - </edges> |
39 |
| - <settings layout="Hierarchic Group" zoom="1.0" x="175.0" y="141.5" /> |
40 |
| - <SelectedNodes> |
41 |
| - <node>\DesignPatterns\Structural\Decorator\RenderInXml</node> |
42 |
| - </SelectedNodes> |
43 |
| - <Categories> |
44 |
| - <Category>Fields</Category> |
45 |
| - <Category>Constants</Category> |
46 |
| - <Category>Constructors</Category> |
47 |
| - <Category>Methods</Category> |
48 |
| - </Categories> |
49 |
| - <VISIBILITY>private</VISIBILITY> |
50 |
| -</Diagram> |
51 |
| - |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<Diagram> |
| 3 | + <ID>PHP</ID> |
| 4 | + <OriginalElement>\DesignPatterns\Structural\Decorator\Booking</OriginalElement> |
| 5 | + <nodes> |
| 6 | + <node x="176.0" y="247.0">\DesignPatterns\Structural\Decorator\WiFi</node> |
| 7 | + <node x="288.0" y="123.5">\DesignPatterns\Structural\Decorator\DoubleRoomBooking</node> |
| 8 | + <node x="0.0" y="247.0">\DesignPatterns\Structural\Decorator\ExtraBed</node> |
| 9 | + <node x="189.25" y="0.0">\DesignPatterns\Structural\Decorator\Booking</node> |
| 10 | + <node x="64.0" y="123.0">\DesignPatterns\Structural\Decorator\BookingDecorator</node> |
| 11 | + </nodes> |
| 12 | + <notes /> |
| 13 | + <edges> |
| 14 | + <edge source="\DesignPatterns\Structural\Decorator\WiFi" target="\DesignPatterns\Structural\Decorator\BookingDecorator"> |
| 15 | + <point x="0.0" y="-48.0" /> |
| 16 | + <point x="254.0" y="222.0" /> |
| 17 | + <point x="217.0" y="222.0" /> |
| 18 | + <point x="51.0" y="37.0" /> |
| 19 | + </edge> |
| 20 | + <edge source="\DesignPatterns\Structural\Decorator\BookingDecorator" target="\DesignPatterns\Structural\Decorator\Booking"> |
| 21 | + <point x="0.0" y="-37.0" /> |
| 22 | + <point x="166.0" y="98.0" /> |
| 23 | + <point x="228.25" y="98.0" /> |
| 24 | + <point x="-39.0" y="36.5" /> |
| 25 | + </edge> |
| 26 | + <edge source="\DesignPatterns\Structural\Decorator\ExtraBed" target="\DesignPatterns\Structural\Decorator\BookingDecorator"> |
| 27 | + <point x="0.0" y="-48.0" /> |
| 28 | + <point x="78.0" y="222.0" /> |
| 29 | + <point x="115.0" y="222.0" /> |
| 30 | + <point x="-51.0" y="37.0" /> |
| 31 | + </edge> |
| 32 | + <edge source="\DesignPatterns\Structural\Decorator\DoubleRoomBooking" target="\DesignPatterns\Structural\Decorator\Booking"> |
| 33 | + <point x="0.0" y="-36.5" /> |
| 34 | + <point x="368.5" y="98.0" /> |
| 35 | + <point x="306.25" y="98.0" /> |
| 36 | + <point x="39.0" y="36.5" /> |
| 37 | + </edge> |
| 38 | + </edges> |
| 39 | + <settings layout="Hierarchic Group" zoom="1.0" x="172.0" y="93.5" /> |
| 40 | + <SelectedNodes /> |
| 41 | + <Categories> |
| 42 | + <Category>Fields</Category> |
| 43 | + <Category>Constants</Category> |
| 44 | + <Category>Constructors</Category> |
| 45 | + <Category>Methods</Category> |
| 46 | + </Categories> |
| 47 | + <VISIBILITY>private</VISIBILITY> |
| 48 | +</Diagram> |
| 49 | + |
0 commit comments