Merge branch 'releases/Release_2_11_4_Branch'
[jalview.git] / treeviewer / ExternalLoadedTreeAssociationI.java
1 package jalview.ext.treeviewer;
2
3 /**
4  * Interface for associating the leaves of a loaded in (not calculated) tree to
5  * the alignment sequences in Jalview.
6  * 
7  * @author kjvanderheide
8  *
9  * 
10  */
11 public interface ExternalLoadedTreeAssociationI
12 {
13   public void associateLeavesToSequences();
14 }