Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3
uk.ac.roslin.ensembl.model.core
Interface CollectionOfSpecies
public interface CollectionOfSpecies
- Author:
- paterson
setProperty
void setProperty(String id,
HashMap row)
getDBVersion
String getDBVersion()
getCollectionName
String getCollectionName()
getCoreDatabase
CollectionDatabase getCoreDatabase()
getSchemaVersion
String getSchemaVersion()
getDatabases
TreeSet<? extends CollectionDatabase> getDatabases()
addDatabases
void addDatabases(TreeSet<? extends CollectionDatabase> databases)
getSpecies
TreeSet<? extends CollectionSpecies> getSpecies()
addSpecies
void addSpecies(Collection<? extends CollectionSpecies> spp)
addSpecies
void addSpecies(CollectionSpecies sp)
getDatabasesByType
TreeSet<? extends CollectionDatabase> getDatabasesByType(DatabaseType type)
Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3