Class RNACompoundSet
java.lang.Object
org.biojava.nbio.core.sequence.template.AbstractCompoundSet<C>
org.biojava.nbio.core.sequence.template.AbstractNucleotideCompoundSet<NucleotideCompound>
org.biojava.nbio.core.sequence.compound.RNACompoundSet
- All Implemented Interfaces:
 CompoundSet<NucleotideCompound>
- Direct Known Subclasses:
 AmbiguityRNACompoundSet
- Author:
 - Andy Yates
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic RNACompoundSetnewNucleotideCompound(String base, String complement, String... equivalents) Methods inherited from class org.biojava.nbio.core.sequence.template.AbstractNucleotideCompoundSet
addNucleotideCompound, calculateIndirectAmbiguities, getAmbiguity, isComplementableMethods inherited from class org.biojava.nbio.core.sequence.template.AbstractCompoundSet
addCompound, addCompound, addCompound, addEquivalent, compoundsEqual, compoundsEquivalent, equals, getAllCompounds, getCompoundForString, getEquivalentCompounds, getMaxSingleCompoundStringLength, getStringForCompound, hasCompound, hashCode, isCompoundStringLengthEqual, isValidSequence 
- 
Constructor Details
- 
RNACompoundSet
public RNACompoundSet() 
 - 
 - 
Method Details
- 
getRNACompoundSet
 - 
newNucleotideCompound
public NucleotideCompound newNucleotideCompound(String base, String complement, String... equivalents) - Specified by:
 newNucleotideCompoundin classAbstractNucleotideCompoundSet<NucleotideCompound>
 
 -