Jump to content

Hierarchical visitor pattern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Kvng (talk | contribs) at 22:44, 25 June 2015 (merge proposal). 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