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.loader
Classes in org.biojava.nbio.core.sequence.loader that implement DatabaseReferenceInterface Modifier and Type Class Description class
GenbankProxySequenceReader<C extends Compound>
class
UniprotProxySequenceReader<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.template
Methods in org.biojava.nbio.core.sequence.template that return DatabaseReferenceInterface Modifier and Type Method Description DatabaseReferenceInterface
AbstractSequence. getDatabaseReferences()
Methods in org.biojava.nbio.core.sequence.template with parameters of type DatabaseReferenceInterface Modifier and Type Method Description void
AbstractSequence. setDatabaseReferences(DatabaseReferenceInterface databaseReferences)
-