Package uk.ac.man.bioinf.module

Interface Summary
ModuleFactoryInstance ModuleFactoryInstance.java This interface is designed to provide a means of storing loaded modules and their associated identifiers.
ModuleIdentifier ModuleIdentifier.java A thin tag for a module, rather than banding round modules.
 

Class Summary
AbstractEnumeratedModuleIdentifier AbstractEnumeratedModuleIdentifier.java Created: Sun May 7 17:42:13 2000
DefaultModuleContext DefaultModuleContext.java Created: Tue May 23 15:03:25 2000
DefaultModuleFactoryInstance DefaultModuleFactoryInstance.java Created: Thu May 11 13:02:22 2000
GenericModuleIdentifier GenericModuleIdentifier.java Created: Mon May 15 16:02:45 2000
Module Module.java Represents a module, the main constituent of a modular architectured program.
ModuleContext ModuleContext.java Gives context to a module (e.g: configuration information).
ModuleExceptionType This class provides an identifier for the module exception that has been thrown, rather than string comparisons needing to be carried out.
ModuleIdentifierList To provide a list of module identifiers in a type safe manor.
ModuleList To provide a list of modules in a type safe manor.
ModuleStorageStructure ModuleStorageStructure.java Stores the module (if it exists), the context, the module configuration object and the required modules for one module identifier.
NullModuleFactory NullModuleFactory.java This class does precisely nothing, but in a very special way.....
 

Exception Summary
ModuleException ModuleException.java An exception thrown if a module does not load sucessfully.
NoSuchRequiredModule NoSuchRequiredModule.java Created: Mon Nov 13 15:24:02 2000