Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-cordier/design-pattern-abstract-factory
https://github.com/a-cordier/design-pattern-abstract-factory
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/a-cordier/design-pattern-abstract-factory
- Owner: a-cordier
- Created: 2014-09-09T08:36:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-13T08:55:15.000Z (about 10 years ago)
- Last Synced: 2024-10-10T20:58:47.319Z (about 1 month ago)
- Language: Java
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Abstract factory pattern
#### A creational pattern
Abstract factory pattern add a level of abstraction to factory pattern (no input and if else structure needed here). Definition and implementation are totally decoupled here.
Source code stems from the following UML diagram:
![alt text](design-pattern-abstract-factory.png "Design Pattern Abstract Factory ")