Understanding Frameworks by Exploration of Exemplars

  • Authors:
  • Dipayan Gangopadhyay;Subrata Mitra

  • Affiliations:
  • -;-

  • Venue:
  • CASE '95 Proceedings of the Seventh International Workshop on Computer-Aided Software Engineering
  • Year:
  • 1995

Quantified Score

Hi-index 0.00

Visualization

Abstract

A framework is designed to cover a family of applications or subsystems in a given domain and is typically delivered as a collection of inter-dependent abstract classes, together with their concrete subclasses. The abstract classes and their interdependencies describe the architecture of the framework. Developing a new application reusing classes of a framework requires a thorough understanding of the framework architecture. We introduce the notion of an exemplar for documenting frameworks, and propose exploration of exemplars as a meecture. We introduce the notion of an exemplar for documenting frameworks, and propose exploration of exemplars as a means for architecture understanding. An exemplar is a executable visual model consisting of instances of concrete classes together with explicit representation of their collaborations. For each abstract class in the framework, at least one of its concrete subclasses must be instantiated in the exemplar. Model level exploration of exemplars is unique among the prevalent approaches to framework based development; existing approaches still emphasize different class browsing and retrieval technologies, active cookbooks, or code tracing.