|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbelka.geom.Displacer
public class Displacer
The class calculates displacement vector between two given confomartions of a protein. Protein sequences are supposed to be aligned. Rigid blocks are supposed to be assigned.
Constructor Summary | |
---|---|
Displacer(Chain chain1,
Chain chain2)
Object constructor. |
Method Summary | |
---|---|
StringBuffer |
print(int staticGroup,
double fraction)
Returns string with values of displacement for each CA atom. |
StringBuffer |
printSimple()
Returns string with values of displacement for each CA atom. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Displacer(Chain chain1, Chain chain2)
chain1
- chain with first conformation.chain2
- chain with second conformation.Method Detail |
---|
public StringBuffer printSimple()
public StringBuffer print(int staticGroup, double fraction)
staticGroup
- id of static (not moving) block.fraction
- value of interpolation [0,1].
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |