JAL-2805 functional binding on loading associated trees
[jalview.git] / src / jalview / ext / 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 }