2015-05-31 13:25:04 +02:00
|
|
|
`Structural`__
|
|
|
|
==============
|
2015-04-02 00:03:33 +02:00
|
|
|
|
|
|
|
In Software Engineering, Structural Design Patterns are Design Patterns
|
|
|
|
that ease the design by identifying a simple way to realize
|
|
|
|
relationships between entities.
|
|
|
|
|
2015-04-02 00:16:16 +02:00
|
|
|
.. toctree::
|
|
|
|
:titlesonly:
|
2015-04-02 00:03:33 +02:00
|
|
|
|
2015-04-05 06:05:24 +02:00
|
|
|
Adapter/README
|
|
|
|
Bridge/README
|
|
|
|
Composite/README
|
|
|
|
DataMapper/README
|
|
|
|
Decorator/README
|
|
|
|
DependencyInjection/README
|
|
|
|
Facade/README
|
|
|
|
FluentInterface/README
|
2016-06-04 01:16:55 +02:00
|
|
|
Flyweight/README
|
2015-04-05 06:05:24 +02:00
|
|
|
Proxy/README
|
2015-04-07 22:00:12 +02:00
|
|
|
Registry/README
|
2015-05-31 13:25:04 +02:00
|
|
|
|
|
|
|
.. __: http://en.wikipedia.org/wiki/Structural_pattern
|