Uses of Interface
org.biojava.nbio.core.sequence.features.DatabaseReferenceInterface
- 
Packages that use DatabaseReferenceInterface Package Description org.biojava.nbio.core.sequence.loader org.biojava.nbio.core.sequence.template 
- 
- 
Uses of DatabaseReferenceInterface in org.biojava.nbio.core.sequence.loaderClasses in org.biojava.nbio.core.sequence.loader that implement DatabaseReferenceInterface Modifier and Type Class Description classGenbankProxySequenceReader<C extends Compound>classUniprotProxySequenceReader<C extends Compound>Pass in a Uniprot ID and this ProxySequenceReader when passed to a ProteinSequence will get the sequence data and other data elements associated with the ProteinSequence by Uniprot.
- 
Uses of DatabaseReferenceInterface in org.biojava.nbio.core.sequence.templateMethods in org.biojava.nbio.core.sequence.template that return DatabaseReferenceInterface Modifier and Type Method Description DatabaseReferenceInterfaceAbstractSequence. getDatabaseReferences()Methods in org.biojava.nbio.core.sequence.template with parameters of type DatabaseReferenceInterface Modifier and Type Method Description voidAbstractSequence. setDatabaseReferences(DatabaseReferenceInterface databaseReferences)
 
-