| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
This is a class of objects that contain modules. Objects of this class have a list of modules and a default-module-class which indicates the default class to be used when modules are created for this module-container.
default-module-group
and
default-system
both inherit from
module-container
.
Exported accessors for
module-container
are
modules,
which returns a list of modules and module-groups contained by
this container, and
default-module-class,
which returns the default class for modules created under this container.
See defsystem.htm for more information on the defsystem utility in Allegro CL. See Class hierarchy in that document for more information on the defsystem class hierarchy.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |