https://github.com/a-cordier/design-pattern-facade
GOF facade structural design pattern
https://github.com/a-cordier/design-pattern-facade
Last synced: 3 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-15T18:52:31.000Z (almost 11 years ago)
- Last Synced: 2025-02-12T16:18:57.334Z (5 months 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:
