next up previous contents
Next: Style Guide Up: Modules Previous: Types   Contents

Operations

Module newEmpty
creates a new Module with no contents.
Module newForFileNamed:
creates a new FileModule for the given file name.
load
loads the module or system.
build
(re-)builds the module or system.
provide:
adds the element to the module's provision collection.
provides:
declares a collection's elements to be provided by the current module.
requires:
declares a collection's elements to be required by the current context. If any are not found, an error is raised.6
import:from:
adds an element to the import collection of the current module from the other one's provisions. If it's not provided by the other module, an error is raised.
importAll:from:
adds a collection's elements to the import collection of the current module from the other one's provisions. If it's not provided by the other module, an error is raised.



Brian Rice 2004-08-24