|
||||||||||
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 | |
---|---|
java.lang.Object |
clone()
returns and identical copy of this object . |
java.lang.Character |
getAltLoc()
get set alternate Location. |
double[] |
getCoords()
get the coordinates. |
java.lang.String |
getFullName()
get full name of atom e.g. |
java.lang.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 |
java.lang.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(java.lang.Character c)
get set alternate Location. |
void |
setCoords(double[] c)
set the coordinates. |
void |
setFullName(java.lang.String s)
set full name of atom e.g. |
void |
setName(java.lang.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(java.lang.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(java.lang.String s)
s
- a String specifying the name valuegetName()
java.lang.String getName()
setName(java.lang.String)
void setFullName(java.lang.String s)
s
- a String specifying the full name valuegetFullName()
java.lang.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(java.lang.Character c)
c
- a Character object specifying the alt loc valuegetAltLoc()
java.lang.Character getAltLoc()
setAltLoc(java.lang.Character)
void setPDBline(java.lang.String s)
s
- a String specifying the PDBline valuegetPDBline()
java.lang.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)
java.lang.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 |