jsci.biology
Class AminoAcid

java.lang.Object
  extended by jsci.physics.Particle
      extended by jsci.chemistry.Molecule
          extended by jsci.biology.AminoAcid
All Implemented Interfaces:
Serializable

public class AminoAcid
extends Molecule

A class representing an Amino-Acid.

See Also:
Serialized Form

Constructor Summary
AminoAcid(String name, String abbreviation, String symbol, String molecularFormula)
          Constructs an AminoAcid.
 
Method Summary
 String getAbbreviation()
          Returns the abbreviation.
 String getCASRegistryNumber()
          Returns the CAS registry number.
 double getIsoelectricPoint()
          Returns the isoelectric point.
 String getMolecularFormula()
          Returns the molecular formula.
 double getMolecularWeight()
          Returns the molecular weight.
 String getName()
          Returns the name.
 String getSymbol()
          Returns the symbol.
 
Methods inherited from class jsci.chemistry.Molecule
bind, bind, getAtoms
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AminoAcid

public AminoAcid(String name,
                 String abbreviation,
                 String symbol,
                 String molecularFormula)
Constructs an AminoAcid.

Method Detail

getName

public String getName()
Returns the name.


getAbbreviation

public String getAbbreviation()
Returns the abbreviation.


getSymbol

public String getSymbol()
Returns the symbol.


getMolecularFormula

public String getMolecularFormula()
Returns the molecular formula.


getMolecularWeight

public double getMolecularWeight()
Returns the molecular weight.


getIsoelectricPoint

public double getIsoelectricPoint()
Returns the isoelectric point.


getCASRegistryNumber

public String getCASRegistryNumber()
Returns the CAS registry number.



jHepWork 3.1 ©