public class AlignmentCalc extends Object implements Runnable
| 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 2Copyright © 2000–2017 BioJava. All rights reserved.