Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-cordier/design-pattern-factory
https://github.com/a-cordier/design-pattern-factory
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/a-cordier/design-pattern-factory
- Owner: a-cordier
- Created: 2014-09-08T20:47:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-12T21:06:17.000Z (about 10 years ago)
- Last Synced: 2024-10-10T20:58:48.078Z (about 1 month ago)
- Language: Java
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Factory Pattern
#### A creational pattern
Delegate object concrete objects creation based on the input of the factory method
Source code stems from the following UML diagram:
![alt text](design-pattern-factory.png "Design Pattern Factory ")