org.biojava3.core.sequence.compound
Class AmbiguityDNACompoundSet

java.lang.Object
  extended by org.biojava3.core.sequence.template.AbstractCompoundSet<C>
      extended by org.biojava3.core.sequence.template.AbstractNucleotideCompoundSet<NucleotideCompound>
          extended by org.biojava3.core.sequence.compound.DNACompoundSet
              extended by org.biojava3.core.sequence.compound.AmbiguityDNACompoundSet
All Implemented Interfaces:
CompoundSet<NucleotideCompound>

public class AmbiguityDNACompoundSet
extends DNACompoundSet

Author:
Andy Yates

Constructor Summary
AmbiguityDNACompoundSet()
           
 
Method Summary
static AmbiguityDNACompoundSet getDNACompoundSet()
           
 
Methods inherited from class org.biojava3.core.sequence.compound.DNACompoundSet
newNucleotideCompound
 
Methods inherited from class org.biojava3.core.sequence.template.AbstractNucleotideCompoundSet
addNucleotideCompound, calculateIndirectAmbiguities, getAmbiguity, isComplementable
 
Methods inherited from class org.biojava3.core.sequence.template.AbstractCompoundSet
addCompound, addCompound, addCompound, addEquivalent, compoundsEqual, compoundsEquivalent, equals, getAllCompounds, getCompoundForString, getEquivalentCompounds, getMaxSingleCompoundStringLength, getStringForCompound, hasCompound, hashCode, isCompoundStringLengthEqual, verifySequence
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmbiguityDNACompoundSet

public AmbiguityDNACompoundSet()
Method Detail

getDNACompoundSet

public static AmbiguityDNACompoundSet getDNACompoundSet()