Jump to content

Hierarchical visitor pattern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by C S (talk | contribs) at 14:34, 24 October 2008 (notability seems clear from Google Scholar; can't be a dicdef since it doesn't actually define it). 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.

See also