Skip to search formSkip to main contentSkip to account menu

Visitor pattern

Known as: Visitor (design pattern), Visitor technique, Visitor (disambiguation) 
In object-oriented programming and software engineering, the visitor design pattern is a way of separating an algorithm from an object structure on… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2018
2018
The detection of design patterns provides useful insights to help understanding not only the code but also the design and… 
2013
2013
This paper discussed an object-oriented design for general game using C# and XNA using design pattern. We presented application… 
2008
2008
Video lectures are an old distance learning approach that offers only basic interaction and retrieval features to the user. Thus… 
2008
2008
The VISITOR design pattern shows how to separate the structure of an object hierarchy from the behaviour of traversals over that… 
Highly Cited
2007
Highly Cited
2007
  • 2007
  • Corpus ID: 8683105
2006
2006
We present and evaluate an approach for the run-time conformance checking of Java classes against property-driven algebraic… 
2003
2003
textabstractAbstract syntax trees are a very common data-structure in language related tools. For example compilers, interpreters… 
Highly Cited
1998
Highly Cited
1998
For object-oriented programming, the Visitor pattern enables the definition of a new operation on an object structure without… 
Highly Cited
1998
Highly Cited
1998
Many problems require recursively specified types of data and a collection of tools that operate on those data. Over time, these…