|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.biojava.bio.structure.Hetatom
org.biojava.bio.structure.AminoAcid
AminoAcid inherits most from Hetatom. Adds a few AminoAcid specific methods.
| Field Summary | |
static String |
type
|
| Constructor Summary | |
AminoAcid()
|
|
| Method Summary | |
Character |
getAminoType()
returns the name of the AA, in single letter code |
Atom |
getC()
get C atom |
Atom |
getCA()
get CA atom |
Atom |
getCB()
get CB atom |
Atom |
getN()
get N atom |
Atom |
getO()
get O atom |
HashMap |
getSecStruc()
get secondary structure data |
String |
getType()
get Type of group, e.g. |
void |
setAminoType(Character aa)
set the name of the AA, in single letter code |
void |
setSecStruc(HashMap secstr)
set the secondary structure data for this amino acids the data is a HashMap with the following indeces (@see Secstruc) |
String |
toString()
string representation |
| Methods inherited from class org.biojava.bio.structure.Hetatom |
addAtom, getAtom, getAtom, getAtoms, getPDBCode, getPDBName, getProperties, getProperty, has3D, hasAminoAtoms, hasAtom, setPDBCode, setPDBFlag, setPDBName, setProperties, setProperty, size |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static String type
| Constructor Detail |
public AminoAcid()
| Method Detail |
public String getType()
Group
getType in interface GroupgetType in class Hetatompublic void setSecStruc(HashMap secstr)
public HashMap getSecStruc()
public Atom getN()
throws StructureException
StructureException
public Atom getCA()
throws StructureException
StructureException
public Atom getC()
throws StructureException
StructureException
public Atom getO()
throws StructureException
StructureException
public Atom getCB()
throws StructureException
StructureExceptionpublic Character getAminoType()
public void setAminoType(Character aa)
public String toString()
toString in class Hetatom
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||