Uses of Class
org.biojava3.core.sequence.DataSource

Packages that use DataSource
org.biojava3.core.sequence   
org.biojava3.core.sequence.location   
 

Uses of DataSource in org.biojava3.core.sequence
 

Methods in org.biojava3.core.sequence that return DataSource
 DataSource TaxonomyID.getDataSource()
           
 DataSource AccessionID.getDataSource()
           
static DataSource DataSource.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.biojava3.core.sequence with parameters of type DataSource
AccessionID(String id, DataSource source)
           
TaxonomyID(String id, DataSource dataSource)
           
 

Uses of DataSource in org.biojava3.core.sequence.location
 

Methods in org.biojava3.core.sequence.location that return DataSource
 DataSource InsdcParser.getDataSource()
           
 

Constructors in org.biojava3.core.sequence.location with parameters of type DataSource
InsdcParser(DataSource dataSource)
           
 



Copyright © 2010 BioJava. All Rights Reserved.