Jump to content

Hierarchical visitor pattern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RedWolf (talk | contribs) at 06:03, 14 September 2004 (Category:Software design patterns). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In software development, 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.