Visitor

From CSSEMediaWiki
Revision as of 06:26, 30 July 2008 by Tureiti Keith (Talk | contribs)
Jump to: navigation, search

Introduction

The Visitor is a behavioural pattern. It allows the designer to define new operations on a class and its members, without modifying the class itself.

Description

The Visitor describes three major roles:

  • Object Structure: Provides a visitor with access to its elements
  • Element: Accepts visits
  • Visitor: Accesses an element to perform operations
Personal tools