|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Atom
simple interface of an Atom.
| Method Summary | |
|---|---|
Object |
clone()
returns and identical copy of this object . |
Character |
getAltLoc()
get set alternate Location. |
double[] |
getCoords()
get the coordinates. |
String |
getFullName()
get full name of atom e.g. |
String |
getName()
get trimmed version of atom name, e.g. |
double |
getOccupancy()
get occupancy. |
Group |
getParent()
Returns the parent Group of the Atom returns null if the referenced object is not Group |
String |
getPDBline()
store the whole line. |
int |
getPDBserial()
get PDB atom number. |
double |
getTempFactor()
get set temp factor. |
double |
getX()
get cordinate X. |
double |
getY()
get cordinate Y. |
double |
getZ()
get cordinate Z. |
void |
setAltLoc(Character c)
get set alternate Location. |
void |
setCoords(double[] c)
set the coordinates. |
void |
setFullName(String s)
set full name of atom e.g. |
void |
setName(String s)
set trimmed version of atom name, e.g. |
void |
setOccupancy(double occupancy)
set occupancy. |
void |
setParent(Group parent)
Sets the back-reference to its parent Group |
void |
setPDBline(String s)
store the whole line. |
void |
setPDBserial(int i)
set PDB atom number. |
void |
setTempFactor(double temp)
get set temp factor . |
void |
setX(double x)
set the X coordinate |
void |
setY(double y)
set the Y coordinate |
void |
setZ(double z)
set the Z coordinate |
| Method Detail |
|---|
void setName(String s)
s - a String specifying the name valuegetName()String getName()
setName(java.lang.String)void setFullName(String s)
s - a String specifying the full name valuegetFullName()String getFullName()
setFullName(java.lang.String)void setPDBserial(int i)
i - an int specifying the PDBserial valuegetPDBserial()int getPDBserial()
setPDBserial(int)void setCoords(double[] c)
c - an array of doubles specifying the coords valuegetCoords()double[] getCoords()
setCoords(double[])void setX(double x)
x - a doublevoid setY(double y)
y - a doublevoid setZ(double z)
z - a doubledouble getX()
double getY()
double getZ()
void setAltLoc(Character c)
c - a Character object specifying the alt loc valuegetAltLoc()Character getAltLoc()
setAltLoc(java.lang.Character)void setPDBline(String s)
s - a String specifying the PDBline valuegetPDBline()String getPDBline()
setPDBline(java.lang.String)void setOccupancy(double occupancy)
occupancy - a double specifying the occupancy valuegetOccupancy()double getOccupancy()
setOccupancy(double)void setTempFactor(double temp)
temp - a double specifying the temp factor valuegetTempFactor()double getTempFactor()
setTempFactor(double)Object clone()
void setParent(Group parent)
parent - the parent GroupGroup getParent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||