Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 302 Bytes

File metadata and controls

15 lines (9 loc) · 302 Bytes

Singleton

"Ensure a class has only one instance, and provide a global point of access to it." [GoF]

Model

Model

Example

Functional Model

functional

Structural Model

structural