Uses of Class
org.biojava.nbio.core.sequence.features.DBReferenceInfo
-
Packages that use DBReferenceInfo Package Description org.biojava.nbio.core.sequence.features org.biojava.nbio.core.sequence.io org.biojava.nbio.core.sequence.loader -
-
Uses of DBReferenceInfo in org.biojava.nbio.core.sequence.features
Subclasses of DBReferenceInfo in org.biojava.nbio.core.sequence.features Modifier and Type Class Description class
FeatureDbReferenceInfo<S extends AbstractSequence<C>,C extends Compound>
It isDBReferenceInfo
which implementsFeatureInterface
.Methods in org.biojava.nbio.core.sequence.features that return types with arguments of type DBReferenceInfo Modifier and Type Method Description LinkedHashMap<String,ArrayList<DBReferenceInfo>>
DatabaseReferenceInterface. getDatabaseReferences()
-
Uses of DBReferenceInfo in org.biojava.nbio.core.sequence.io
Fields in org.biojava.nbio.core.sequence.io with type parameters of type DBReferenceInfo Modifier and Type Field Description LinkedHashMap<String,ArrayList<DBReferenceInfo>>
GenbankSequenceParser. mapDB
Methods in org.biojava.nbio.core.sequence.io that return types with arguments of type DBReferenceInfo Modifier and Type Method Description LinkedHashMap<String,ArrayList<DBReferenceInfo>>
GenbankSequenceParser. getDatabaseReferences()
-
Uses of DBReferenceInfo in org.biojava.nbio.core.sequence.loader
Methods in org.biojava.nbio.core.sequence.loader that return types with arguments of type DBReferenceInfo Modifier and Type Method Description LinkedHashMap<String,ArrayList<DBReferenceInfo>>
GenbankProxySequenceReader. getDatabaseReferences()
LinkedHashMap<String,ArrayList<DBReferenceInfo>>
UniprotProxySequenceReader. getDatabaseReferences()
The Uniprot mappings to other database identifiers for this sequence
-