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.
2015
2015
Design patterns, which have been widely used by software engineering communities, have been claimed to improve software design in… 
2013
2013
This paper discussed an object-oriented design for general game using C# and XNA using design pattern. We presented application… 
2012
2012
Computational reflection allows a program to inspect and manipulate the structure or behaviour of itself at runtime. Often this… 
2010
2010
This paper formalizes UML class diagrams and structural patterns as mathematical objects and provides a precise notion of… 
2008
2008
oops3, targeted to Java and C#, is the latest in a family of LL(1) parser generators based on an object-oriented architecture… 
2007
2007
Object-Oriented Action Semantics is a semantic framework for the defi- nition of programming languages. The framework… 
2006
2006
  • M. Schordan
  • 2006
  • Corpus ID: 4435729
Design patterns have been developed to cope with the vast space of possible dieren t designs within object-oriented systems. One… 
2002
2002
A method is provided for making a circuit board involving the screen printing of a radiation curable ink onto the surface of a… 
2001
2001
The Visitor pattern wraps associated operations that are performed on the elements of an object structure into a separate object… 
2000
2000
This experience paper presents observations, lessons learned, and recommendations based on a case study of reuse. The case study…