public class NucleotideCompound extends AbstractCompound implements ComplementCompound
| Constructor and Description |
|---|
NucleotideCompound(String base,
CompoundSet<NucleotideCompound> compoundSet,
String complementStr) |
NucleotideCompound(String base,
CompoundSet<NucleotideCompound> compoundSet,
String complementStr,
NucleotideCompound[] constituents) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
equalsIgnoreCase(Compound compound) |
ComplementCompound |
getComplement() |
Set<NucleotideCompound> |
getConsituents()
Deprecated.
replaced with
getConstituents() due to typographical error |
Set<NucleotideCompound> |
getConstituents() |
String |
getShortName() |
int |
hashCode() |
boolean |
isAmbiguous() |
getBase, getDescription, getLongName, getMolecularWeight, getUpperedBase, setDescription, setLongName, setMolecularWeight, setShortName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescription, getLongName, getMolecularWeight, setDescription, setLongName, setMolecularWeight, setShortNamepublic NucleotideCompound(String base, CompoundSet<NucleotideCompound> compoundSet, String complementStr)
public NucleotideCompound(String base, CompoundSet<NucleotideCompound> compoundSet, String complementStr, NucleotideCompound[] constituents)
public String getShortName()
getShortName in interface CompoundgetShortName in class AbstractCompoundpublic ComplementCompound getComplement()
getComplement in interface ComplementCompoundpublic boolean equals(Object obj)
equals in class AbstractCompoundpublic int hashCode()
hashCode in class AbstractCompoundpublic boolean equalsIgnoreCase(Compound compound)
equalsIgnoreCase in interface CompoundequalsIgnoreCase in class AbstractCompoundpublic Set<NucleotideCompound> getConstituents()
@Deprecated public Set<NucleotideCompound> getConsituents()
getConstituents() due to typographical errorpublic boolean isAmbiguous()
Copyright © 2000–2017 BioJava. All rights reserved.