Class ABITracerCompoundSet
- 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.ABITracerCompoundSet
 
 
 
 
- 
- All Implemented Interfaces:
 CompoundSet<NucleotideCompound>
public class ABITracerCompoundSet extends AbstractNucleotideCompoundSet<NucleotideCompound>
- Author:
 - Maximilian Greil
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ABITracerCompoundSet() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ABITracerCompoundSetgetABITracerCompoundSet()NucleotideCompoundnewNucleotideCompound(String base, String complement, String... equivalents)- 
Methods inherited from class org.biojava.nbio.core.sequence.template.AbstractNucleotideCompoundSet
addNucleotideCompound, calculateIndirectAmbiguities, getAmbiguity, isComplementable 
- 
Methods 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 Detail
- 
ABITracerCompoundSet
public ABITracerCompoundSet()
 
 - 
 
- 
Method Detail
- 
getABITracerCompoundSet
public static ABITracerCompoundSet getABITracerCompoundSet()
 
- 
newNucleotideCompound
public NucleotideCompound newNucleotideCompound(String base, String complement, String... equivalents)
- Specified by:
 newNucleotideCompoundin classAbstractNucleotideCompoundSet<NucleotideCompound>
 
 - 
 
 -