Uses of Interface
org.biojava3.core.sequence.features.DatabaseReferenceInterface

Packages that use DatabaseReferenceInterface
org.biojava3.core.sequence.loader   
org.biojava3.core.sequence.template   
 

Uses of DatabaseReferenceInterface in org.biojava3.core.sequence.loader
 

Classes in org.biojava3.core.sequence.loader that implement DatabaseReferenceInterface
 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.biojava3.core.sequence.template
 

Methods in org.biojava3.core.sequence.template that return DatabaseReferenceInterface
 DatabaseReferenceInterface AbstractSequence.getDatabaseReferences()
           
 

Methods in org.biojava3.core.sequence.template with parameters of type DatabaseReferenceInterface
 void AbstractSequence.setDatabaseReferences(DatabaseReferenceInterface databaseReferences)
           
 



Copyright © 2010 BioJava. All Rights Reserved.