POD: A Composition Environment for Pattern-Oriented Design

  • Authors:
  • Sherif M. Yacoub;Hengyi Xue;Hany H. Ammar

  • Affiliations:
  • -;-;-

  • Venue:
  • TOOLS '00 Proceedings of the Technology of Object-Oriented Languages and Systems (TOOLS 34'00)
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

Object-oriented design patterns have been proposed as an approach to encapsulate good-quality design experiences that are proven useful in successful projects. A design pattern abstracts a solution structure that is mostly described in terms of a set of collaborating classes or objects. Composing these design structures to develop application designs is a tedious task that involves integration of patterns. We envisage that a tool-support for developing designs using patterns will facilitate the integration process.In this paper, we describe a design environment for visual composition of design patterns for developing pattern-oriented designs. The tool makes the notion of pattern interfaces explicit and integrates patterns at the architecture level. It supports three hierarchical traceable pattern-level design models. The internal details of the pattern structure are hidden at high design levels (pattern views) and are traced to lower design levels (class views). Current visual modeling tools do not explicitly support the concepts of pattern views and pattern interfaces. The proposed tool facilitates the process of designing applications using patterns as design components and provides a mechanism to trace patterns through various levels of abstraction. We use an illustrative example to show how the tool can be used to develop pattern-oriented designs.