Class AminoAcidCompound
java.lang.Object
org.biojava.nbio.core.sequence.template.AbstractCompound
org.biojava.nbio.core.sequence.compound.AminoAcidCompound
- All Implemented Interfaces:
 Serializable,Compound
Used to describe an Amino Acid.
- Author:
 - Richard Holland, Scooter Willis, Andy Yates
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAminoAcidCompound(AminoAcidCompoundSet compoundSet, String shortName, String longName, String description, Float molecularWeight)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequalsIgnoreCase(Compound compound) inthashCode()Methods inherited from class org.biojava.nbio.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:
 equalsin classAbstractCompound
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classAbstractCompound
 - 
equalsIgnoreCase
- Specified by:
 equalsIgnoreCasein interfaceCompound- Overrides:
 equalsIgnoreCasein classAbstractCompound
 - 
getCompoundSet
 
 -