Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-cordier/design-pattern-memento
GOF Memento bevioral pattern
https://github.com/a-cordier/design-pattern-memento
Last synced: 14 days ago
JSON representation
GOF Memento bevioral pattern
- Host: GitHub
- URL: https://github.com/a-cordier/design-pattern-memento
- Owner: a-cordier
- Created: 2014-10-25T16:37:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T16:41:21.000Z (about 10 years ago)
- Last Synced: 2024-10-10T20:58:47.025Z (about 1 month ago)
- Language: Java
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Memento Pattern
#### A behavioral pattern
Save the state of an object so that you can restore it later on.
Source code stems from the following UML diagram:
![alt text](design-pattern-memento.png "Design Pattern Memento")