Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 314 Bytes

File metadata and controls

14 lines (9 loc) · 314 Bytes

Iterator

"Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation." [GoF]

Model

Model

Example

Functional Model

functional

Structural Model

structural