HEADER

Uses of Class
biouml.model.Module

Packages that use Module
biouml.editor 
biouml.editor.module 
biouml.model 
biouml.model.htmlgen 
biouml.model.util 
biouml.modules.genenet 
biouml.modules.kegg 
biouml.modules.kegg.type.access 
biouml.modules.transpath 
biouml.standard 

Uses of Module in biouml.editor
 

Constructors in biouml.editor with parameters of type Module
NewDiagramDialog.NewDiagramDialog(JFrame frame, String title, DataCollection repository, Module module)
          
QueryEngine.QueryEngine(String title, Module module)
          
SearchEngine.SearchEngine(String name, Module module)
          
SearchOptions.SearchOptions(Module module)
          
 

Methods in biouml.editor with parameters of type Module
voidBioUMLApplication.newDiagram(Module module)
          
voidBioUMLEditor.newDiagram(Module module)
          
 

Uses of Module in biouml.editor.module
 

Constructors in biouml.editor.module with parameters of type Module
ModuleExportDialog.ModuleExportDialog(JDialog dialog, String title, Module module)
          
ModuleExportDialog.ModuleExportDialog(JFrame frame, String title, Module module)
          
 

Uses of Module in biouml.model
 

Methods in biouml.model that return Module
static ModuleModule.getModule(DataElement element)
          
ModuleModuleType.createModule(Repository parent, String name)
          Creates empty module with initialised internal structure.
 

Uses of Module in biouml.model.htmlgen
 

Constructors in biouml.model.htmlgen with parameters of type Module
GenerateHTMLDialog.GenerateHTMLDialog(JDialog dialog, String title, Module module, Diagram diagram)
          
GenerateHTMLDialog.GenerateHTMLDialog(JFrame frame, String title, Module module, Diagram diagram)
          
 

Uses of Module in biouml.model.util
 

Methods in biouml.model.util that return Module
ModuleModuleActivator.createModule(JDialog owner, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
 

Methods in biouml.model.util with parameters of type Module
DiagramDiagramXMLReader.read(DataCollection origin, Module module)
          
static voidModulePackager.exportModule(Module module, String moduleName, String moduleVersion, String moduleDescription, String filename, FunctionJobControl jobControl, Set excludedNames)
          Export the specified module into distributive file.
 

Uses of Module in biouml.modules.genenet
 

Methods in biouml.modules.genenet that return Module
ModuleGeneNetModuleActivator.createModule(JDialog frame, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
ModuleGeneNetModuleType.createModule(Repository parent, String name)
          
 

Uses of Module in biouml.modules.kegg
 

Methods in biouml.modules.kegg that return Module
ModuleKeggPathwayModuleActivator.createModule(JDialog parentWindow, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
ModuleKeggPathwayModuleType.createModule(Repository parent, String name)
          
 

Uses of Module in biouml.modules.kegg.type.access
 

Methods in biouml.modules.kegg.type.access with parameters of type Module
DiagramDiagramReader.read(DataCollection origin, String name, Module module)
          
 

Uses of Module in biouml.modules.transpath
 

Methods in biouml.modules.transpath that return Module
ModuleTranspathModuleActivator.createModule(JDialog owner, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
ModuleTranspathModuleType.createModule(Repository parent, String name)
          
 

Uses of Module in biouml.standard
 

Methods in biouml.standard that return Module
ModuleStandardModuleActivator.createModule(JDialog parentWindow, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
ModuleStandardModuleType.createModule(Repository parent, String name)
          
 


FOOTER

BOTTOM