Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-cordier/design-pattern-facade
GOF facade structural design pattern
https://github.com/a-cordier/design-pattern-facade
Last synced: 14 days ago
JSON representation
GOF facade structural design pattern
- Host: GitHub
- URL: https://github.com/a-cordier/design-pattern-facade
- Owner: a-cordier
- Created: 2014-09-15T18:25:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-15T18:52:31.000Z (about 10 years ago)
- Last Synced: 2024-10-10T20:58:53.781Z (about 1 month ago)
- Language: Java
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### facade pattern
#### A structural pattern
Provide a unified, coarse grained interface to ease the manipulation of set of services in a subsystem. Facade Pattern defines a higher-level interface that makes the subsystem easier to use. Moreover, this additional layer can be a great help when comes the need to merge
a patchwork of variegated services in a single transaction.Source code stems from the following UML diagram:
![alt text](design-pattern-facade.png "Design Pattern Facade ")