Uses of Interface
ru.biosoft.access.Repository

Packages that use Repository
biouml.model   
biouml.model.util   
biouml.plugins.cellml   
biouml.plugins.sbml   
biouml.standard   
ru.biosoft.access Provides classes and interfaces for data collections. 
 

Uses of Repository in biouml.model
 

Methods in biouml.model with parameters of type Repository
 Module ModuleType.createModule(Repository parent, java.lang.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
 Module ModuleActivator.createModule(javax.swing.JDialog owner, Repository parent, java.util.jar.JarFile moduleFile, java.lang.String classpath, org.apache.log4j.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
 Module CellMLModuleType.createModule(Repository parent, java.lang.String name)
           
 

Uses of Repository in biouml.plugins.sbml
 

Methods in biouml.plugins.sbml with parameters of type Repository
 Module SbmlModuleType.createModule(Repository parent, java.lang.String name)
           
 

Uses of Repository in biouml.standard
 

Methods in biouml.standard with parameters of type Repository
 Module StandardModuleType.createModule(Repository parent, java.lang.String name)
           
 Module StandardModuleActivator.createModule(javax.swing.JDialog parentWindow, Repository parent, java.util.jar.JarFile moduleFile, java.lang.String classpath, org.apache.log4j.Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
 

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 DataCollection CollectionFactory.createTransformedCollection(Repository parent, java.lang.String name, java.lang.Class transformerClass, java.lang.Class dataElementType, java.lang.String imgName, java.lang.String childrenImage, java.lang.String fileFilter, java.lang.String startTag, java.lang.String idTag, java.lang.String endTag, java.lang.String subDir)
           
static DataCollection CollectionFactory.createDerivedCollection(Repository parent, java.lang.String name, java.util.Properties primary, java.util.Properties derived, java.lang.String subDir)
           
 



Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.