| Modifier and Type | Method and Description |
|---|---|
default String |
flatToString()
Returns the flat String representation of this atom in the form:
|
Integer |
getAtomIdentifier()
Returns the atom identifier, an integer greater or equal to 1.
|
String |
getAtomName()
Returns a short atom name.
|
Atom |
getCopy() |
Element |
getElement()
Returns the
Element. |
Vector3D |
getPosition()
Returns the position in three dimensional space.
|
void |
setPosition(Vector3D position)
Sets the position in three dimensional space.
|
Integer getAtomIdentifier()
Vector3D getPosition()
void setPosition(Vector3D position)
position - The position.String getAtomName()
Atom getCopy()
default String flatToString()
[AtomIdentifier]: [AtomName] ([xCoordinate], [yCoordinate], [zCoordinate])
For example:
5444: CA (70.31099700927734, 35.60300064086914, -10.967000007629395)
412: N2 (62.20399856567383, -8.505999565124512, 22.573999404907227)
Copyright © 2018. All rights reserved.