Uses of Class
org.biojava.nbio.core.sequence.DataSource
- 
Packages that use DataSource Package Description org.biojava.nbio.core.sequence org.biojava.nbio.core.sequence.location  - 
- 
Uses of DataSource in org.biojava.nbio.core.sequence
Methods in org.biojava.nbio.core.sequence that return DataSource Modifier and Type Method Description DataSourceAccessionID. getDataSource()DataSourceTaxonomyID. getDataSource()static DataSourceDataSource. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSource[]DataSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.biojava.nbio.core.sequence with parameters of type DataSource Constructor Description AccessionID(String id, DataSource source)AccessionID(String id, DataSource source, Integer version, String identifier)TaxonomyID(String id, DataSource dataSource) - 
Uses of DataSource in org.biojava.nbio.core.sequence.location
Methods in org.biojava.nbio.core.sequence.location that return DataSource Modifier and Type Method Description DataSourceInsdcParser. getDataSource()Constructors in org.biojava.nbio.core.sequence.location with parameters of type DataSource Constructor Description InsdcParser(DataSource dataSource) 
 -