The AgendaManager:
Class Hierarchy


Synopsis: This page describes the Smalltalk class hierarchy of the AgendaManager.

Keywords: Smalltalk, class hierarchy, Agenda Management, AgendaManager, software architecture.

Last update: 26 Jun 97


Overview

Architecture Diagram

Class Hierarchy


Architecture Diagram


Class Hierarchy

All major AgendaManager classes are subclasses of the base class Model, which is a subclass of Object. Object class is the superclass of all Smalltalk objects and provide the basic functionality. Model class modifies the Object dependency mechanism making the notification of object changes to the object's dependent objects (objects which depend on its behavior) more efficient. The AgendaManager class hierarchy is described below.