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 classFeatureDbReferenceInfo<S extends AbstractSequence<C>,C extends Compound>It isDBReferenceInfowhich implementsFeatureInterface.Methods in org.biojava.nbio.core.sequence.features that return types with arguments of type DBReferenceInfo Modifier and Type Method Description Map<String,List<DBReferenceInfo>>DatabaseReferenceInterface. getDatabaseReferences() - 
Uses of DBReferenceInfo in org.biojava.nbio.core.sequence.io
Methods in org.biojava.nbio.core.sequence.io that return types with arguments of type DBReferenceInfo Modifier and Type Method Description Map<String,List<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 Map<String,List<DBReferenceInfo>>GenbankProxySequenceReader. getDatabaseReferences()Map<String,List<DBReferenceInfo>>UniprotProxySequenceReader. getDatabaseReferences()The Uniprot mappings to other database identifiers for this sequence 
 -