Class AminoAcidCompound
java.lang.Object
org.biojava3.core.sequence.template.AbstractCompound
org.biojava3.core.sequence.compound.AminoAcidCompound
- All Implemented Interfaces:
Compound
Used to describe an Amino Acid.
- Author:
- Richard Holland, Scooter Willis, Andy Yates
-
Constructor Summary
ConstructorDescriptionAminoAcidCompound
(AminoAcidCompoundSet compoundSet, String shortName, String longName, String description, Float molecularWeight) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
equalsIgnoreCase
(Compound compound) int
hashCode()
Methods inherited from class org.biojava3.core.sequence.template.AbstractCompound
getBase, getDescription, getLongName, getMolecularWeight, getShortName, getUpperedBase, setDescription, setLongName, setMolecularWeight, setShortName, toString
-
Constructor Details
-
AminoAcidCompound
public AminoAcidCompound(AminoAcidCompoundSet compoundSet, String shortName, String longName, String description, Float molecularWeight)
-
-
Method Details
-
equals
- Overrides:
equals
in classAbstractCompound
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractCompound
-
equalsIgnoreCase
- Specified by:
equalsIgnoreCase
in interfaceCompound
- Overrides:
equalsIgnoreCase
in classAbstractCompound
-
getCompoundSet
-