public class Bond
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Atom |
neigbor |
float |
originalLength |
Constructor and Description |
---|
Bond(Atom source,
Atom neigbor,
float originalLength)
Constructs a new Object !NOT TO BE USED BY AUTHORS!
|
Modifier and Type | Method and Description |
---|---|
Atom |
getBondedNeighbor()
Returns the instance of the bonded neighbor of the atom that contains
this bond
|
float |
getCurrentLenght()
Deprecated.
|
float |
getCurrentLength()
Returns the current length of this bond
|
javax.vecmath.Vector3f |
getDirection()
Returns the direction of the neighbor in respect to the atom this bond is
associated with.
|
float |
getOriginalLenght()
Deprecated.
|
float |
getOriginalLength()
Returns the ideal length of this bond, as determined by the pdb-file or
the profile applied to the molecule
|
public Atom neigbor
public float originalLength
@Deprecated public float getOriginalLenght()
public float getOriginalLength()
@Deprecated public float getCurrentLenght()
public float getCurrentLength()
public javax.vecmath.Vector3f getDirection()
public Atom getBondedNeighbor()