|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.physics.Particle JSci.chemistry.Molecule JSci.biology.AminoAcid
public class AminoAcid
A class representing an Amino-Acid.
Constructor Summary | |
---|---|
AminoAcid(java.lang.String name,
java.lang.String abbreviation,
java.lang.String symbol,
java.lang.String molecularFormula)
Constructs an AminoAcid. |
Method Summary | |
---|---|
java.lang.String |
getAbbreviation()
Returns the abbreviation. |
java.lang.String |
getCASRegistryNumber()
Returns the CAS registry number. |
double |
getIsoelectricPoint()
Returns the isoelectric point. |
java.lang.String |
getMolecularFormula()
Returns the molecular formula. |
double |
getMolecularWeight()
Returns the molecular weight. |
java.lang.String |
getName()
Returns the name. |
java.lang.String |
getSymbol()
Returns the symbol. |
protected void |
setCASRegistryNumber(java.lang.String casRegistryNumber)
Sets the CAS registry number. |
protected void |
setIsoelectricPoint(double isoelectricPoint)
Sets the isoelectric point. |
protected void |
setMolecularWeight(double molecularWeight)
Sets the molecular weight. |
Methods inherited from class JSci.chemistry.Molecule |
---|
bind, bind, getAtoms |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AminoAcid(java.lang.String name, java.lang.String abbreviation, java.lang.String symbol, java.lang.String molecularFormula)
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getAbbreviation()
public java.lang.String getSymbol()
public java.lang.String getMolecularFormula()
public double getMolecularWeight()
protected void setMolecularWeight(double molecularWeight)
public double getIsoelectricPoint()
protected void setIsoelectricPoint(double isoelectricPoint)
public java.lang.String getCASRegistryNumber()
protected void setCASRegistryNumber(java.lang.String casRegistryNumber)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |