java.lang.Runnablepublic class AlignmentCalc
extends java.lang.Object
implements java.lang.Runnable
| Constructor | Description |
|---|---|
AlignmentCalc(AlignmentGui parent,
Structure s1,
Structure s2) |
requests an alignment of pdb1 vs pdb 2.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
cleanup() |
|
void |
interrupt() |
stops what is currently happening and does not continue
|
void |
run() |
public AlignmentCalc(AlignmentGui parent, Structure s1, Structure s2)
parent - the alignment gui frame that interacts with this classs1 - structure 1s2 - structure 2