Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3
Ensembl Model
v1.09

Uses of Interface
uk.ac.roslin.ensembl.model.core.CollectionSpecies

Packages that use CollectionSpecies
uk.ac.roslin.ensembl.model.core   
uk.ac.roslin.ensembl.model.database   
 

Uses of CollectionSpecies in uk.ac.roslin.ensembl.model.core
 

Methods in uk.ac.roslin.ensembl.model.core that return types with arguments of type CollectionSpecies
 TreeSet<? extends CollectionSpecies> CollectionOfSpecies.getSpecies()
           
 

Methods in uk.ac.roslin.ensembl.model.core with parameters of type CollectionSpecies
 void CollectionOfSpecies.addSpecies(CollectionSpecies sp)
           
 

Method parameters in uk.ac.roslin.ensembl.model.core with type arguments of type CollectionSpecies
 void CollectionOfSpecies.addSpecies(Collection<? extends CollectionSpecies> spp)
           
 

Uses of CollectionSpecies in uk.ac.roslin.ensembl.model.database
 

Methods in uk.ac.roslin.ensembl.model.database that return types with arguments of type CollectionSpecies
 HashMap<CollectionSpecies,String> Registry.getAssemblies(CollectionDatabase database)
           
 Collection<? extends CollectionSpecies> Registry.getCollectionSpecies()
           
 

Methods in uk.ac.roslin.ensembl.model.database with parameters of type CollectionSpecies
 String CollectionDatabase.getAssembly(CollectionSpecies species)
           
 


Ensembl Model
v1.09

Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3