uk.ac.man.bioinf.module
Interface ModuleIdentifier

All Known Implementing Classes:
AbstractEnumeratedModuleIdentifier, GenericModuleIdentifier

public interface ModuleIdentifier

ModuleIdentifier.java A thin tag for a module, rather than banding round modules. Created: Wed Apr 26 17:05:48 2000

Version:
$Id: ModuleIdentifier.java,v 1.3 2001/04/11 17:04:43 lord Exp $
Author:
J Selley

Method Summary
 String getClassName()
          Returns the string of the class name.
 String getModuleName()
          Returns the name of the module being defined.
 boolean isInterface()
          Returns whether this module is an interface.
 

Method Detail

isInterface

public boolean isInterface()
Returns whether this module is an interface.

Returns:
whether this module is an interface.

getClassName

public String getClassName()
Returns the string of the class name.

Returns:
the class name

getModuleName

public String getModuleName()
Returns the name of the module being defined.

Returns:
the name