|
Ensembl Model v1.09 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Database | |
---|---|
uk.ac.roslin.ensembl.model.core | |
uk.ac.roslin.ensembl.model.database |
Uses of Database in uk.ac.roslin.ensembl.model.core |
---|
Methods in uk.ac.roslin.ensembl.model.core that return Database | |
---|---|
Database |
Species.getDatabaseByTypeAndVersion(DatabaseType type,
String version)
|
Methods in uk.ac.roslin.ensembl.model.core that return types with arguments of type Database | |
---|---|
TreeSet<? extends Database> |
Species.getDatabases()
|
TreeSet<? extends Database> |
Species.getDatabasesByType(DatabaseType type)
|
TreeSet<? extends Database> |
Species.getDatabasesByVersion(String version)
|
Methods in uk.ac.roslin.ensembl.model.core with parameters of type Database | |
---|---|
void |
Species.addDatabase(Database database)
|
Method parameters in uk.ac.roslin.ensembl.model.core with type arguments of type Database | |
---|---|
void |
Species.addDatabases(TreeSet<? extends Database> databases)
|
Uses of Database in uk.ac.roslin.ensembl.model.database |
---|
Subinterfaces of Database in uk.ac.roslin.ensembl.model.database | |
---|---|
interface |
CollectionCoreDatabase
|
interface |
CollectionDatabase
|
interface |
ComparisonDatabase
|
interface |
CoreDatabase
|
interface |
SingleSpeciesCoreDatabase
|
interface |
SingleSpeciesDatabase
|
Methods in uk.ac.roslin.ensembl.model.database that return Database | |
---|---|
Database |
Registry.getDatabase(String species_name_or_alias)
|
Database |
Registry.getDatabase(String species_name_or_alias,
DatabaseType database_type,
String db_version)
|
Database |
Registry.getDatabase(String species_name_or_alias,
String db_version)
|
Database |
Registry.getDatabaseForFullName(String fullname)
|
Database |
Registry.makeDatabase(String db_name)
|
Methods in uk.ac.roslin.ensembl.model.database that return types with arguments of type Database | |
---|---|
TreeSet<? extends Database> |
Registry.getDatabasesByType(DatabaseType type)
|
|
Ensembl Model v1.09 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |