Visitors

COMP 310    Java Resources  Eclipse Resources

 

The concept of "visitors", i.e. the Visitor Design Pattern, in object-oriented design is important not just in how it is a useful pattern to use but more fundamentally, in how it illustrates so many core cocepts of good design.

 Component-Framework Systems -- Visitors and their hosts create a component-framework system.  

Overview: Standard Visitors

Overview: Extended Visitors

 

Algorithms

 

Examples and Demos:

 

© 2020 by Stephen Wong