public interface CollectionOfSpecies
Modifier and Type | Method and Description |
---|---|
void |
addDatabases(TreeSet<? extends CollectionDatabase> databases) |
void |
addSpecies(Collection<? extends CollectionSpecies> spp) |
void |
addSpecies(CollectionSpecies sp) |
String |
getCollectionName() |
CollectionDatabase |
getCoreDatabase() |
TreeSet<? extends CollectionDatabase> |
getDatabases() |
TreeSet<? extends CollectionDatabase> |
getDatabasesByType(DatabaseType type) |
String |
getDBVersion() |
String |
getSchemaVersion() |
TreeSet<? extends CollectionSpecies> |
getSpecies() |
void |
setProperty(String id,
HashMap row) |
void setProperty(String id, HashMap row)
String getDBVersion()
String getCollectionName()
CollectionDatabase getCoreDatabase()
String getSchemaVersion()
TreeSet<? extends CollectionDatabase> getDatabases()
void addDatabases(TreeSet<? extends CollectionDatabase> databases)
TreeSet<? extends CollectionSpecies> getSpecies()
void addSpecies(Collection<? extends CollectionSpecies> spp)
void addSpecies(CollectionSpecies sp)
TreeSet<? extends CollectionDatabase> getDatabasesByType(DatabaseType type)
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3