Jump to content

Hierarchical visitor pattern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 12.64.180.53 (talk) at 02:15, 6 March 2005 (spelling fix). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In software engineering, 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 a tree.