JAL-2962 rename run method (as not a Runnable)
[jalview.git] / src / jalview / viewmodel / PCAModel.java
index db0f4dd..aa7c938 100644 (file)
@@ -81,7 +81,7 @@ public class PCAModel
    * Performs the PCA calculation (in the same thread) and extracts result data
    * needed for visualisation by PCAPanel
    */
-  public void run()
+  public void calculate()
   {
     pca = new PCA(seqstrings, scoreModel, similarityParams);
     pca.run(); // executes in same thread, wait for completion