Hierarchical visitor pattern
Appearance
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.
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.
This article is a stub. You can help Wikipedia by expanding it. |