Skip to content

Files

Latest commit

afa57b0 · Oct 1, 2017

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