Uses of Interface
org.biojava3.core.sequence.template.ComplementCompound

Packages that use ComplementCompound
org.biojava3.core.sequence.compound   
org.biojava3.core.sequence.template   
org.biojava3.core.sequence.views   
 

Uses of ComplementCompound in org.biojava3.core.sequence.compound
 

Classes in org.biojava3.core.sequence.compound that implement ComplementCompound
 class NucleotideCompound
           
 

Methods in org.biojava3.core.sequence.compound that return ComplementCompound
 ComplementCompound NucleotideCompound.getComplement()
           
 

Uses of ComplementCompound in org.biojava3.core.sequence.template
 

Methods in org.biojava3.core.sequence.template that return ComplementCompound
 ComplementCompound ComplementCompound.getComplement()
           
 

Uses of ComplementCompound in org.biojava3.core.sequence.views
 

Classes in org.biojava3.core.sequence.views with type parameters of type ComplementCompound
 class ComplementSequenceView<C extends ComplementCompound>
          For a given sequence this class will create a view over the top of it and for every request the code will return the complement of the underlying base e.g. base A will become base T
 



Copyright © 2010 BioJava. All Rights Reserved.