public class CodonCompound extends AbstractCompound
| Constructor and Description |
|---|
CodonCompound(NucleotideCompound one,
NucleotideCompound two,
NucleotideCompound three,
boolean start) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
equalsIgnoreCase(Compound compound) |
String |
getDescription() |
String |
getLongName() |
Float |
getMolecularWeight() |
NucleotideCompound |
getOne() |
String |
getShortName() |
NucleotideCompound |
getThree() |
NucleotideCompound |
getTwo() |
int |
hashCode() |
boolean |
isStart() |
void |
setDescription(String description) |
void |
setLongName(String longName) |
void |
setMolecularWeight(Float molecularWeight) |
void |
setShortName(String shortName) |
getBase, getUpperedBase, toStringpublic CodonCompound(NucleotideCompound one, NucleotideCompound two, NucleotideCompound three, boolean start)
public boolean equalsIgnoreCase(Compound compound)
equalsIgnoreCase in interface CompoundequalsIgnoreCase in class AbstractCompoundpublic boolean equals(Object obj)
equals in class AbstractCompoundpublic int hashCode()
hashCode in class AbstractCompoundpublic NucleotideCompound getOne()
public NucleotideCompound getTwo()
public NucleotideCompound getThree()
public boolean isStart()
public String getDescription()
getDescription in interface CompoundgetDescription in class AbstractCompoundpublic String getLongName()
getLongName in interface CompoundgetLongName in class AbstractCompoundpublic Float getMolecularWeight()
getMolecularWeight in interface CompoundgetMolecularWeight in class AbstractCompoundpublic String getShortName()
getShortName in interface CompoundgetShortName in class AbstractCompoundpublic void setDescription(String description)
setDescription in interface CompoundsetDescription in class AbstractCompoundpublic void setLongName(String longName)
setLongName in interface CompoundsetLongName in class AbstractCompoundpublic void setMolecularWeight(Float molecularWeight)
setMolecularWeight in interface CompoundsetMolecularWeight in class AbstractCompoundpublic void setShortName(String shortName)
setShortName in interface CompoundsetShortName in class AbstractCompoundCopyright © 2000–2019 BioJava. All rights reserved.