Uses of Enum
org.biojava.nbio.core.sequence.DataSource
Packages that use DataSource
-
Uses of DataSource in org.biojava.nbio.core.sequence
Methods in org.biojava.nbio.core.sequence that return DataSourceModifier and TypeMethodDescriptionAccessionID.getDataSource()
TaxonomyID.getDataSource()
static DataSource
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 DataSourceModifierConstructorDescriptionAccessionID
(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 DataSourceConstructors in org.biojava.nbio.core.sequence.location with parameters of type DataSource