public class AlignmentCalc
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static java.util.logging.Logger |
logger |
Constructor and Description |
---|
AlignmentCalc(AlignmentGui parent,
Structure s1,
Structure s2)
requests an alignment of pdb1 vs pdb 2.
|
Modifier and Type | Method and 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