Class NucleotideCompound
java.lang.Object
org.biojava.nbio.core.sequence.template.AbstractCompound
org.biojava.nbio.core.sequence.compound.NucleotideCompound
- All Implemented Interfaces:
ComplementCompound,Compound
- Author:
- Scooter Willis, Andy Yates
-
Constructor Summary
ConstructorsConstructorDescriptionNucleotideCompound(String base, CompoundSet<NucleotideCompound> compoundSet, String complementStr) NucleotideCompound(String base, CompoundSet<NucleotideCompound> compoundSet, String complementStr, NucleotideCompound[] constituents) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequalsIgnoreCase(Compound compound) inthashCode()booleanMethods inherited from class org.biojava.nbio.core.sequence.template.AbstractCompound
getBase, getDescription, getLongName, getMolecularWeight, getUpperedBase, setDescription, setLongName, setMolecularWeight, setShortName, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.biojava.nbio.core.sequence.template.Compound
getDescription, getLongName, getMolecularWeight, setDescription, setLongName, setMolecularWeight, setShortName, toString
-
Constructor Details
-
NucleotideCompound
public NucleotideCompound(String base, CompoundSet<NucleotideCompound> compoundSet, String complementStr) -
NucleotideCompound
public NucleotideCompound(String base, CompoundSet<NucleotideCompound> compoundSet, String complementStr, NucleotideCompound[] constituents)
-
-
Method Details
-
getShortName
- Specified by:
getShortNamein interfaceCompound- Overrides:
getShortNamein classAbstractCompound
-
getComplement
- Specified by:
getComplementin interfaceComplementCompound
-
equals
- Overrides:
equalsin classAbstractCompound
-
hashCode
- Overrides:
hashCodein classAbstractCompound
-
equalsIgnoreCase
- Specified by:
equalsIgnoreCasein interfaceCompound- Overrides:
equalsIgnoreCasein classAbstractCompound
-
getConstituents
-
isAmbiguous
-