|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsci.physics.Particle
jsci.chemistry.Molecule
jsci.biology.AminoAcid
public class AminoAcid
A class representing an Amino-Acid.
| 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 |
|---|
public AminoAcid(String name,
String abbreviation,
String symbol,
String molecularFormula)
| Method Detail |
|---|
public String getName()
public String getAbbreviation()
public String getSymbol()
public String getMolecularFormula()
public double getMolecularWeight()
public double getIsoelectricPoint()
public String getCASRegistryNumber()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||