Jump to content

Hierarchical visitor pattern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 12.25.107.2 (talk) at 16:08, 2 December 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In software development, the hierarchical visitor pattern is one of design patterns that intend to provide a way to visit every node in the hierarchical data structure such as tree.