HEADER

biouml.modules.genenet
Class GeneNetModuleActivator


public class GeneNetModuleActivator
implements ModuleActivator

Definition of GeneNet module creator.


Method Summary
 ModulecreateModule(JDialog frame, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
 intwhenCreateDataCollection()
          Indicates when module data collection should be created by ModulePackager.

Method Detail

createModule

public Module createModule(JDialog frame, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
throws java.lang.Exception
Creates the module with initialised internal structure from moduleFile .

whenCreateDataCollection

public int whenCreateDataCollection()
Indicates when module data collection should be created by ModulePackager.

Association Links

to Class biouml.modules.genenet.MessageBundle


FOOTER

BOTTOM