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 DataSource
AccessionID. getDataSource()
DataSource
TaxonomyID. 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.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 DataSource
InsdcParser. getDataSource()
Constructors in org.biojava.nbio.core.sequence.location with parameters of type DataSource Constructor Description InsdcParser(DataSource dataSource)
-