Design patterns are usually described using class diagrams. Since class diagrams show only static structure, this is not enough to show how the patterns should execute. Therefore I am creating a repository of sequence diagrams that describe the functionality of these design patterns. Your comments are welcome.
Creational Patterns
- Abstract Factory (coming soon)
- Builder (coming soon)
- Factory Method
- Lazy Initialization (coming soon)
- Multiton (coming soon)
- Object Pool
- Prototype (coming soon)
- Singleton
Structural Patterns
- Adapter
- Bridge (coming soon)
- Composite (coming soon)
- Decorator (coming soon)
- Facade (coming soon)
- Flyweight (coming soon)
- Front Controller (coming soon)
- Module (coming soon)
- Proxy (coming soon)
Behavioral Patterns
I am working on more patterns as I get time. Do you have a pattern to model? leave me a comment.