HEADER

Uses of Class
ru.biosoft.access.Repository

Packages that use Repository
biouml.model 
biouml.model.util 
biouml.plugins.cellml 
biouml.plugins.sbml 
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.plugins.cellml
 

Methods in biouml.plugins.cellml with parameters of type Repository
ModuleCellMLModuleType.createModule(Repository parent, String name)
          
 

Uses of Repository in biouml.plugins.sbml
 

Methods in biouml.plugins.sbml with parameters of type Repository
ModuleSbmlModuleType.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.
 

Methods in ru.biosoft.access with parameters of type Repository
static DataCollectionCollectionFactory.createDerivedCollection(Repository parent, String name, Properties primary, Properties derived, String subDir)
          
static DataCollectionCollectionFactory.createTransformedCollection(Repository parent, String name, Class transformerClass, Class dataElementType, String imgName, String childrenImage, String fileFilter, String startTag, String idTag, String endTag, String subDir)
          
 


FOOTER

BOTTOM