|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.bio.structure.HetatomImpl
public class HetatomImpl
Generic Implementation of a Group interface. AminoAcidImpl and NucleotideImpl are closely related classes.
AminoAcidImpl,
NucleotideImpl| Field Summary | |
|---|---|
static String |
type
this is a "hetatm". |
| Constructor Summary | |
|---|---|
HetatomImpl()
|
|
| Method Summary | |
|---|---|
void |
addAtom(Atom atom)
add an atom to this group. |
void |
clearAtoms()
remove all atoms |
Object |
clone()
returns and identical copy of this Group object . |
Atom |
getAtom(int position)
return an atom by its position in the internal List. |
Atom |
getAtom(String name)
get an atom throws StructureException if atom not found. |
List |
getAtoms()
get all atoms of this group . |
Chain |
getParent()
Returns the parent Chain of the Group |
String |
getPDBCode()
Returns the PDBCode. |
String |
getPDBName()
Returns the PDBName. |
Map |
getProperties()
return properties. |
Object |
getProperty(String key)
get a single property . |
String |
getType()
Returns the type value. |
boolean |
has3D()
returns true or false, depending if this group has 3D coordinates or not. |
boolean |
hasAminoAtoms()
calculate if a groups has all atoms required for an amino acid this allows to include chemically modified amino acids that are labeled hetatoms into some computations ... |
boolean |
hasAtom(String name)
test is an Atom with name is existing. |
Iterator |
iterator()
return an AtomIterator. |
void |
setParent(Chain parent)
Set the back-reference (to its parent Chain) |
void |
setPDBCode(String pdb)
set the PDB code. |
void |
setPDBFlag(boolean flag)
flag if group has 3D data. |
void |
setPDBName(String s)
set three character name of Group . |
void |
setProperties(Map props)
properties of this amino acid. |
void |
setProperty(String key,
Object value)
set a single property . |
int |
size()
getnumber of atoms. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String type
| Constructor Detail |
|---|
public HetatomImpl()
| Method Detail |
|---|
public boolean has3D()
has3D in interface Grouppublic void setPDBFlag(boolean flag)
setPDBFlag in interface Groupflag - true to set flag that this Group has 3D coordinatespublic String getPDBCode()
getPDBCode in interface GroupsetPDBCode(java.lang.String)public void setPDBCode(String pdb)
setPDBCode in interface Grouppdb - a String specifying the PDBCode valuegetPDBCode()
public void setPDBName(String s)
throws PDBParseException
setPDBName in interface Groups - a String specifying the PDBName value
PDBParseException - ...getPDBName()public String getPDBName()
getPDBName in interface GroupsetPDBName(java.lang.String)public void addAtom(Atom atom)
addAtom in interface Groupatom - an Atom objectpublic void clearAtoms()
clearAtoms in interface Grouppublic int size()
size in interface Grouppublic List getAtoms()
getAtoms in interface Group
public Atom getAtom(String name)
throws StructureException
getAtom in interface Groupname - a String
StructureException - ...
public Atom getAtom(int position)
throws StructureException
getAtom in interface Groupposition - an int
StructureException - ...public boolean hasAtom(String name)
hasAtom in interface Groupname - a String ...
public String getType()
getType in interface Grouppublic String toString()
toString in class Objectpublic boolean hasAminoAtoms()
amino atoms are : N, CA, C, O, CB GLY does not have CB (unless we would calculate some artificially
Example: 1DW9 chain A first group is a Selenomethionine, provided as HETATM, but here returns true.
HETATM 1 N MSE A 1 11.720 20.973 1.584 0.00 0.00 N
HETATM 2 CA MSE A 1 10.381 20.548 1.139 0.00 0.00 C
HETATM 3 C MSE A 1 9.637 20.037 2.398 0.00 0.00 C
HETATM 4 O MSE A 1 10.198 19.156 2.985 0.00 0.00 O
HETATM 5 CB MSE A 1 10.407 19.441 0.088 0.00 0.00 C
hasAminoAtoms in interface GroupgetType()public void setProperties(Map props)
setProperties in interface Groupprops - a Map object specifying the properties valuegetProperties()public Map getProperties()
getProperties in interface GroupsetProperties(java.util.Map)
public void setProperty(String key,
Object value)
setProperty in interface Groupkey - a Stringvalue - an ObjectgetProperties(),
getProperty(java.lang.String)public Object getProperty(String key)
getProperty in interface Groupkey - a String
setProperty(java.lang.String, java.lang.Object),
setProperties(java.util.Map)public Iterator iterator()
iterator in interface Grouppublic Object clone()
clone in interface Groupclone in class Objectpublic void setParent(Chain parent)
setParent in interface Groupparent - the parent Chainpublic Chain getParent()
getParent in interface Group
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||