Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a-cordier/design-pattern-state

GOF State bevioral pattern
https://github.com/a-cordier/design-pattern-state

Last synced: 14 days ago
JSON representation

GOF State bevioral pattern

Awesome Lists containing this project

README

        

### State pattern

#### A behavioral pattern

Change objects behavior based on their internal state.

Source code stems from the following UML diagram:

![alt text](design-pattern-state.png "Design Pattern State ")