HEADER

Uses of Class
ru.biosoft.access.Repository

Packages that use Repository
biouml.model 
biouml.model.util 
biouml.modules.genenet 
biouml.modules.kegg 
biouml.modules.transpath 
biouml.standard 
ru.biosoft.access 

Uses of Repository in biouml.model
 

Methods in biouml.model with parameters of type Repository
ModuleModuleType.createModule(Repository parent, String name)
          Creates empty module with initialised internal structure.
 

Uses of Repository in biouml.model.util
 

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

Uses of Repository in biouml.modules.genenet
 

Methods in biouml.modules.genenet with parameters of type Repository
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 Repository in biouml.modules.kegg
 

Methods in biouml.modules.kegg with parameters of type Repository
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 Repository in biouml.modules.transpath
 

Methods in biouml.modules.transpath with parameters of type Repository
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 Repository in biouml.standard
 

Methods in biouml.standard with parameters of type Repository
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)
          
 

Uses of Repository in ru.biosoft.access
 

Classes in ru.biosoft.access that implement Repository
class LocalRepository
          LocalRepository creates hierarchical DataCollection.
 


FOOTER

BOTTOM