Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 377 Bytes

File metadata and controls

14 lines (9 loc) · 377 Bytes

Visitor

"Represent an operation to be performed on the elements of an object structure. Visitor lets you define a new operation without changing the classes of the elements on which it operates." [GoF]

Model

Model

Example

Functional Model

functional

Structural Model

structural