jsci.biology
Class AminoAcid
- java.lang.Object
-
- jsci.physics.Particle
-
- jsci.chemistry.Molecule
-
- jsci.biology.AminoAcid
-
- All Implemented Interfaces:
- java.io.Serializable
public class AminoAcid extends Molecule
A class representing an Amino-Acid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description AminoAcid(java.lang.String name, java.lang.String abbreviation, java.lang.String symbol, java.lang.String molecularFormula)Constructs an AminoAcid.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetAbbreviation()Returns the abbreviation.java.lang.StringgetCASRegistryNumber()Returns the CAS registry number.doublegetIsoelectricPoint()Returns the isoelectric point.java.lang.StringgetMolecularFormula()Returns the molecular formula.doublegetMolecularWeight()Returns the molecular weight.java.lang.StringgetName()Returns the name.java.lang.StringgetSymbol()Returns the symbol.
-
-
-
Constructor Detail
-
AminoAcid
public AminoAcid(java.lang.String name, java.lang.String abbreviation, java.lang.String symbol, java.lang.String molecularFormula)Constructs an AminoAcid.
-
-
Method Detail
-
getName
public java.lang.String getName()
Returns the name.
-
getAbbreviation
public java.lang.String getAbbreviation()
Returns the abbreviation.
-
getSymbol
public java.lang.String getSymbol()
Returns the symbol.
-
getMolecularFormula
public java.lang.String getMolecularFormula()
Returns the molecular formula.
-
getMolecularWeight
public double getMolecularWeight()
Returns the molecular weight.
-
getIsoelectricPoint
public double getIsoelectricPoint()
Returns the isoelectric point.
-
getCASRegistryNumber
public java.lang.String getCASRegistryNumber()
Returns the CAS registry number.
-
-
DMelt 3.0 © DataMelt by jWork.ORG