org.biojava3.core.sequence.compound
Class AmbiguityRNACompoundSet

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.RNACompoundSet
              extended by org.biojava3.core.sequence.compound.AmbiguityRNACompoundSet
All Implemented Interfaces:
CompoundSet<NucleotideCompound>

public class AmbiguityRNACompoundSet
extends RNACompoundSet

Author:
Andy Yates

Constructor Summary
AmbiguityRNACompoundSet()
           
 
Method Summary
static AmbiguityRNACompoundSet getDNACompoundSet()
           
 
Methods inherited from class org.biojava3.core.sequence.compound.RNACompoundSet
getRNACompoundSet, 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

AmbiguityRNACompoundSet

public AmbiguityRNACompoundSet()
Method Detail

getDNACompoundSet

public static AmbiguityRNACompoundSet getDNACompoundSet()