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> |
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()
public boolean isAmbiguous()
Copyright © 2000–2019 BioJava. All rights reserved.